From 7ed7c42df79312fdddf0d9598a7c4718b7a581c7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 24 Feb 2026 17:11:27 +0000 Subject: [PATCH] deps: Update Build Tools --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9f69f57b..d50de4b7 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ SHELL = /usr/bin/env bash -o pipefail .SHELLFLAGS = -ec ## The version to use for the cert-manager operator -CERT_MANAGER_VERSION=v1.19.2# renovate datasource=github-tags depName=cert-manager/cert-manager +CERT_MANAGER_VERSION=v1.19.4# renovate datasource=github-tags depName=cert-manager/cert-manager ##@ General @@ -452,10 +452,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs # additional whitespace will break the renovate regex rules. KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes -TERRAFORM_VERSION=v1.14.3# renovate datasource=github-tags depName=hashicorp/terraform +TERRAFORM_VERSION=v1.14.5# renovate datasource=github-tags depName=hashicorp/terraform CONTROLLER_TOOLS_VERSION=v0.17.3# 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 +CRD_REF_DOCS_VERSION=v0.3.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