From be6e070e94bed33ff7acd987e901f7c334f6eb63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:01:37 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.22.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 352eb6411e..5e02508ab9 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ export SUBPACKAGES := $(SUBPACKAGES) # ==================================================================================== # Setup Kubernetes tools -KIND_VERSION = v0.21.0 +KIND_VERSION = v0.22.0 UP_VERSION = v0.28.0 UP_CHANNEL = stable UPTEST_VERSION = v0.11.1