Skip to content

Commit e1b295f

Browse files
committed
deps: Update Build Tools
1 parent f01dc1a commit e1b295f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SHELL = /usr/bin/env bash -o pipefail
5151
.SHELLFLAGS = -ec
5252

5353
## The version to use for the cert-manager operator
54-
CERT_MANAGER_VERSION=v1.19.2# renovate datasource=github-tags depName=cert-manager/cert-manager
54+
CERT_MANAGER_VERSION=v1.20.0# renovate datasource=github-tags depName=cert-manager/cert-manager
5555

5656
##@ General
5757

@@ -452,10 +452,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
452452
# additional whitespace will break the renovate regex rules.
453453

454454
KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes
455-
TERRAFORM_VERSION=v1.14.3# renovate datasource=github-tags depName=hashicorp/terraform
455+
TERRAFORM_VERSION=v1.14.8# renovate datasource=github-tags depName=hashicorp/terraform
456456

457457
CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
458-
CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
458+
CRD_REF_DOCS_VERSION=v0.3.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
459459
GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
460460
GO_LICENSES_VERSION=v2.0.1# renovate datasource=go depName=github.com/google/go-licenses/v2
461461

0 commit comments

Comments
 (0)