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.
92
92
* Prior art: https://github.com/kubernetes-sigs/cluster-api/pull/10452
93
93
* [ ] Bumps in Cluster API repo:
94
94
* controller-runtime & controller-tools in go.mod files
95
+ * setup-envtest via `SETUP_ENVTEST_VER` in `Makefile`
95
96
* controller-gen via `CONTROLLER_GEN_VER` in `Makefile`
96
97
* conversion-gen via `CONVERSION_GEN_VER` in `Makefile`
97
98
* 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
101
101
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR ) /$(KUSTOMIZE_BIN ) -$(KUSTOMIZE_VER ) )
102
102
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
103
103
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
109
105
SETUP_ENVTEST_BIN := setup-envtest
110
106
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR ) /$(SETUP_ENVTEST_BIN ) -$(SETUP_ENVTEST_VER ) )
111
107
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
You can’t perform that action at this time.
0 commit comments