From e141640566ce37ba7d351cb40d3c49d00f10a18a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:29:08 +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 6ee7495..b59f7ce 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,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 KIND_CLUSTER_NAME ?= agent-forge-operator-test # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)