From acdc77614eaac1a5435ce76a2191f8a0cdce4d87 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 14 Feb 2026 17:14:52 +0000 Subject: [PATCH] deps: Update Kubernetes Runtime --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f69f57b..23d5a926 100644 --- a/Makefile +++ b/Makefile @@ -451,10 +451,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs # Important note: avoid adding spaces in the macro declarations as any # additional whitespace will break the renovate regex rules. -KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes +KUBECTL_VERSION=v1.35.1# renovate datasource=github-tags depName=kubernetes/kubernetes TERRAFORM_VERSION=v1.14.3# renovate datasource=github-tags depName=hashicorp/terraform -CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools +CONTROLLER_TOOLS_VERSION=v0.20.1# renovate datasource=go depName=sigs.k8s.io/controller-tools CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint GO_LICENSES_VERSION=v2.0.1# renovate datasource=go depName=github.com/google/go-licenses/v2