File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ run the Cluster API controllers on the new Kubernetes version.
9292 * Prior art: https://github.com/kubernetes-sigs/cluster-api/pull/10452
9393* [ ] Bumps in Cluster API repo:
9494 * controller-runtime & controller-tools in go.mod files
95+ * setup-envtest via `SETUP_ENVTEST_VER` in `Makefile`
9596 * controller-gen via `CONTROLLER_GEN_VER` in `Makefile`
9697 * conversion-gen via `CONVERSION_GEN_VER` in `Makefile`
9798 * Prior art: https://github.com/kubernetes-sigs/cluster-api/pull/10803
Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ KUSTOMIZE_BIN := kustomize
101101KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR ) /$(KUSTOMIZE_BIN ) -$(KUSTOMIZE_VER ) )
102102KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
103103
104- # This is a commit from CR main (22.05.2024).
105- # Intentionally using a commit from main to use a setup-envtest version
106- # that uses binaries from controller-tools, not GCS.
107- # CR PR: https://github.com/kubernetes-sigs/controller-runtime/pull/2811
108- SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60
104+ SETUP_ENVTEST_VER := release-0.19
109105SETUP_ENVTEST_BIN := setup-envtest
110106SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR ) /$(SETUP_ENVTEST_BIN ) -$(SETUP_ENVTEST_VER ) )
111107SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
You can’t perform that action at this time.
0 commit comments