From e0bd2892a16d7fc75e3c395302b27e1d06a7568b Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 04:41:45 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.29.10 --- hack/make/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/deps.mk b/hack/make/deps.mk index 7a50a17..1c25e6b 100644 --- a/hack/make/deps.mk +++ b/hack/make/deps.mk @@ -1,7 +1,7 @@ # renovate: datasource=github-release-attachments depName=rancher/helm HELM_VERSION := v3.16.1-rancher1 -KUBECTL_VERSION := v1.29.9 +KUBECTL_VERSION := v1.29.10 KUBECTL_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/linux/arm64/kubectl.sha256") KUBECTL_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/linux/amd64/kubectl.sha256") KUBECTL_SUM_s390x ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/linux/s390x/kubectl.sha256")