From 4f71635720aea325000ca4cdb64d0c1932deadca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:37:31 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d32f3f44b8..c6f429b881 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ export SUBPACKAGES := $(SUBPACKAGES) # ==================================================================================== # Setup Kubernetes tools -KIND_VERSION = v0.15.0 +KIND_VERSION = v0.20.0 UP_VERSION = v0.20.0 UP_CHANNEL = stable UPTEST_VERSION = v0.8.0