From 0036d0ed15c5e22ae32fc48a1d873e6373579e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:07:07 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.32.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c841dbb..a4376a01 100644 --- a/Makefile +++ b/Makefile @@ -348,7 +348,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.31.0 +KIND_VERSION := v0.32.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \