From 7ca61220f798eed1342103c8d217ee64b9cb66c9 Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Thu, 30 May 2024 17:27:55 +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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e7eb73c5..154c8bb48 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER) TIMEOUT := $(shell command -v timeout || command -v gtimeout) -SETUP_ENVTEST_VER := v0.0.0-20211110210527-619e6b92dab9 +SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60 SETUP_ENVTEST_BIN := setup-envtest SETUP_ENVTEST := $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)