From 9d25b8dccbe8e2698dc87456027c869a7f6be5fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:02:47 +0300 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.30.0 (#1616) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 638b743c..44f9b023 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.29.0 +KIND_VERSION := v0.30.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \