From 161822e2dd43db4ba4a5f7937d550ef814593a5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:36:12 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.26.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff9aa5ffe4..72a4528df7 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ export SUBPACKAGES := $(SUBPACKAGES) # ==================================================================================== # Setup Kubernetes tools -KIND_VERSION = v0.25.0 +KIND_VERSION = v0.26.0 UP_VERSION = v0.34.2 UP_CHANNEL = stable UPTEST_VERSION = v0.11.1