From 0bb49c4d976c7e48596eeda6fdaa48896202f894 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:28:32 +0000 Subject: [PATCH] chore(deps): update kubernetes dependencies to v1.32.13 --- 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 f56e214..566dd04 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.17.4-rancher1 -KUBECTL_VERSION := v1.31.7 +KUBECTL_VERSION := v1.32.13 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")