Skip to content

Commit

Permalink
chore(deps): update kubectl dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Mar 5, 2025
1 parent 283762a commit 070d0ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/make/deps.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
KUBECTL1_VERSION := v1.30.8
KUBECTL1_VERSION := v1.30.10
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.31.4
KUBECTL2_VERSION := v1.31.6
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.32.0
KUBECTL3_VERSION := v1.32.2
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")

Expand Down

0 comments on commit 070d0ad

Please sign in to comment.