From 6522792942fa744c20f95572de60e08a7f415b44 Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Thu, 30 May 2024 17:09:16 +0200 Subject: [PATCH] bump: setup-envtest This is a commit from CR main (22.05.2024). Intentionally using a commit from main to use a setup-envtest version that uses binaries from controller-tools, not GCS. CR PR: https://github.com/kubernetes-sigs/controller-runtime/pull/2811 Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cf19e4545..386d5ccdf9 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ EKS_SOURCE_TEMPLATE ?= eks/cluster-template-eks-control-plane-only.yaml # set up `setup-envtest` to install kubebuilder dependency export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.28.3 -SETUP_ENVTEST_VER := v0.0.0-20230131074648-f5014c077fc3 +SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60 SETUP_ENVTEST_BIN := setup-envtest SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER)) SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest