Skip to content

Commit c2bfc47

Browse files
Update dependency kubectl to v1.31.4 (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85db80c commit c2bfc47

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
@@ -50,7 +50,7 @@ $(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
5050

5151
KUBECTL := $(TOOLS_BIN_DIR)/kubectl
5252
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
53-
KUBECTL_VERSION ?= v1.31.3
53+
KUBECTL_VERSION ?= v1.31.4
5454
$(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))
5555
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
5656
chmod +x $(KUBECTL)

0 commit comments

Comments
 (0)