Skip to content

Commit 14fe342

Browse files
authored
Merge pull request #90 from mallardduck/k8s-bumps-133
Bump for k8s 1.33.0 release
2 parents 3b9ab5c + 6086852 commit 14fe342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/make/deps.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
KUBECTL1_VERSION := v1.30.11
1+
KUBECTL1_VERSION := v1.31.8
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.31.7
5+
KUBECTL2_VERSION := v1.32.4
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.32.3
9+
KUBECTL3_VERSION := v1.33.0
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)