From 87aad43aee5a7e25f6686417d413ac3b28f4448f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:25:34 +0200 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.31.0 (#1796) 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 61d3559f..286c52ac 100644 --- a/Makefile +++ b/Makefile @@ -395,7 +395,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.30.0 +KIND_VERSION := v0.31.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \