From 4b3a813f27e5b3f36b0faa4329f5c32a405f808a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 09:59:30 +0300 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.29.0 (#1472) 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 2be8ee22..a7458d19 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.28.0 +KIND_VERSION := v0.29.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \