Skip to content

Commit 493dcfb

Browse files
Update dependency kubernetes-sigs/kind to v0.30.0
1 parent 611c98d commit 493dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERS
3737

3838
KIND := $(TOOLS_BIN_DIR)/kind
3939
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
40-
KIND_VERSION ?= v0.29.0
40+
KIND_VERSION ?= v0.30.0
4141
$(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))
4242
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/')
4343
chmod +x $(KIND)

0 commit comments

Comments
 (0)