Skip to content

Commit

Permalink
Merge pull request #27 from mallardduck/210/update-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Jan 7, 2025
2 parents 7fa101e + 91a2948 commit 7a238f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/make/deps.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
KUBECTL1_VERSION := v1.29.12
KUBECTL1_VERSION := v1.28.15
KUBECTL1_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION)/bin/linux/arm64/kubectl.sha256")
KUBECTL1_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION)/bin/linux/amd64/kubectl.sha256")

KUBECTL2_VERSION := v1.30.8
KUBECTL2_VERSION := v1.29.12
KUBECTL2_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION)/bin/linux/arm64/kubectl.sha256")
KUBECTL2_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION)/bin/linux/amd64/kubectl.sha256")

KUBECTL3_VERSION := v1.31.4
KUBECTL3_VERSION := v1.30.8
KUBECTL3_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION)/bin/linux/arm64/kubectl.sha256")
KUBECTL3_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION)/bin/linux/amd64/kubectl.sha256")

KUBECTL4_VERSION := v1.32.0
KUBECTL4_VERSION := v1.31.4
KUBECTL4_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION)/bin/linux/arm64/kubectl.sha256")
KUBECTL4_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION)/bin/linux/amd64/kubectl.sha256")

Expand Down

0 comments on commit 7a238f0

Please sign in to comment.