Skip to content

Commit 03d00d6

Browse files
committed
Bump setup-envtest to v0.19
Signed-off-by: Stefan Büringer [email protected]
1 parent defa62d commit 03d00d6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/ISSUE_TEMPLATE/kubernetes_bump.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,7 @@ KUSTOMIZE_BIN := kustomize
101101
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
102102
KUSTOMIZE_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
109105
SETUP_ENVTEST_BIN := setup-envtest
110106
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
111107
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

0 commit comments

Comments
 (0)