From a9a9c1b009463f6c50c4a242a14e720fb5d0556b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:39:36 +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 005324ec..f49d57cb 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ ENVTEST_K8S_VERSION = 1.34.1 UNAME := $(shell uname -s | tr '[:upper:]' '[:lower:]') KIND_BINARY := kind-$(UNAME)-amd64 KIND = $(LOCALBIN)/kind -KIND_VERSION ?= 0.31.0 +KIND_VERSION ?= 0.32.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))