From 0538b1279b1665512a195e888d0f6961430d8161 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:41 +0000 Subject: [PATCH] chore(deps): update kubernetes dependencies to v1.31.14 --- 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 232db80..4eaca13 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.30.10 +KUBECTL_VERSION := v1.31.14 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")