Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/kind to v0.25.0 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 5284e0e commit ca09860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0
KIND_VERSION ?= v0.25.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)
Expand Down

0 comments on commit ca09860

Please sign in to comment.