Skip to content

Commit 423d387

Browse files
authored
Merge pull request #79 from rancher/renovate/release/v2.x-patch-kubectl-bumps
chore(deps): update kubectl dep versions (release/v2.x) (patch)
2 parents 09e1b9a + decb529 commit 423d387

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
@@ -2,11 +2,11 @@ KUBECTL1_VERSION := v1.28.15
22
KUBECTL1_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION)/bin/linux/arm64/kubectl.sha256")
33
KUBECTL1_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION)/bin/linux/amd64/kubectl.sha256")
44

5-
KUBECTL2_VERSION := v1.29.14
5+
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.10
9+
KUBECTL3_VERSION := v1.30.11
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

0 commit comments

Comments
 (0)