Skip to content

Commit 5824188

Browse files
authored
Merge pull request #94 from rancher/renovate/release/v3.x-patch-kubectl-bumps
chore(deps): update kubectl dep versions (release/v3.x) (patch)
2 parents 8bbb517 + 4b6556b commit 5824188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/make/deps.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ KUBECTL2_VERSION := v1.29.15
66
KUBECTL2_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION)/bin/linux/arm64/kubectl.sha256")
77
KUBECTL2_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION)/bin/linux/amd64/kubectl.sha256")
88

9-
KUBECTL3_VERSION := v1.30.11
9+
KUBECTL3_VERSION := v1.30.13
1010
KUBECTL3_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION)/bin/linux/arm64/kubectl.sha256")
1111
KUBECTL3_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION)/bin/linux/amd64/kubectl.sha256")
1212

13-
KUBECTL4_VERSION := v1.31.7
13+
KUBECTL4_VERSION := v1.31.9
1414
KUBECTL4_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION)/bin/linux/arm64/kubectl.sha256")
1515
KUBECTL4_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION)/bin/linux/amd64/kubectl.sha256")
1616

0 commit comments

Comments
 (0)