From 8605d22e232079567b8bccb6a4038091907dfa8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 01:27:58 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.27.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d3dec32..36704edd 100644 --- a/Makefile +++ b/Makefile @@ -327,7 +327,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.26.0 +KIND_VERSION := v0.27.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \