From d42b93ee38f0ded9f828d2e14139faca59cb48f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 03:33:40 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.28.0 --- hack/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools.mk b/hack/tools.mk index 9a3fcc86..43d0a52a 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -37,7 +37,7 @@ $(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERS KIND := $(TOOLS_BIN_DIR)/kind # renovate: datasource=github-releases depName=kubernetes-sigs/kind -KIND_VERSION ?= v0.27.0 +KIND_VERSION ?= v0.28.0 $(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION)) curl -Lo $(KIND) https://kind.sigs.k8s.io/dl/$(KIND_VERSION)/kind-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') chmod +x $(KIND)