From 68d0d4405a59c3654ec0af20d2c50caea7a4cf42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:43:15 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.25.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbf6b2b..46afd28 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ GO_SUBDIRS += cmd internal apis # ==================================================================================== # Setup Kubernetes tools -KIND_VERSION = v0.20.0 +KIND_VERSION = v0.25.0 UP_VERSION = v0.22.1 UP_CHANNEL = stable UPTEST_VERSION = v0.10.0