From c10e0f9ce2ae0147dd95c99de3b3e6f51515ac1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:05:56 +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