Skip to content

Commit 8b00a62

Browse files
chore(deps): update kubernetes dependencies to 1.35.0
1 parent e92edb7 commit 8b00a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SONOBUOY_SUM_arm64 ?= 958edd774ff6a23f8eaefc2ea2c361b05caa8d7980ab8443e552e7f7bf
2121
# renovate: datasource=github-release-attachments depName=vmware-tanzu/sonobuoy digestVersion=v0.57.3
2222
SONOBUOY_SUM_amd64 ?= 6728e04f62068465c56e2d317f4a5392520bf00c836aeaba970ae913f943718c
2323

24-
KUBECTL_VERSION ?= 1.34.3
24+
KUBECTL_VERSION ?= 1.35.0
2525
KUBECTL_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/v$(KUBECTL_VERSION)/bin/linux/arm64/kubectl.sha256")
2626
KUBECTL_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/v$(KUBECTL_VERSION)/bin/linux/amd64/kubectl.sha256")
2727

0 commit comments

Comments
 (0)