From 2d682b54e1415bfed8489192cd8c7457bac835bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:06:01 +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 6f48e7604a..2724afa199 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.20.0 UP_CHANNEL = stable UPTEST_VERSION = v0.11.1