From 775115d9ea9db3a10b843a073123f6a8b94fa4eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:31:12 +0200 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.32.0 (#1968) 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 431390ef..5f0a2989 100644 --- a/Makefile +++ b/Makefile @@ -632,7 +632,7 @@ minc: $(call go-install-tool,$(MINC),github.com/$(MINC_LOOKUP)/cmd/minc@$(MINC_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) || \