Skip to content

Commit

Permalink
Update dependency kubectl to v1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 4a6fda5 commit ac0a5d5
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 @@ -56,7 +56,7 @@ $(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))

KUBECTL := $(TOOLS_BIN_DIR)/kubectl
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
KUBECTL_VERSION ?= v1.31.1
KUBECTL_VERSION ?= v1.31.2
$(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))
curl -Lo $(KUBECTL) https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(shell uname -s | tr '[:upper:]' '[:lower:]')/$(shell uname -m | sed 's/x86_64/amd64/')/kubectl
chmod +x $(KUBECTL)

0 comments on commit ac0a5d5

Please sign in to comment.