Skip to content

Commit 0f9c347

Browse files
authored
chore(deps): update build tools
open
1 parent 3325cff commit 0f9c347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 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.14.4# renovate datasource=github-tags depName=cert-manager/cert-manager
54+
CERT_MANAGER_VERSION=v1.14.5# renovate datasource=github-tags depName=cert-manager/cert-manager
5555

5656
##@ General
5757

@@ -436,7 +436,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
436436
# additional whitespace will break the renovate regex rules.
437437

438438
KUBECTL_VERSION=v1.29.3# renovate datasource=github-tags depName=kubernetes/kubernetes
439-
TERRAFORM_VERSION=v1.8.1# renovate datasource=github-tags depName=hashicorp/terraform
439+
TERRAFORM_VERSION=v1.8.3# renovate datasource=github-tags depName=hashicorp/terraform
440440

441441
CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
442442
CRD_REF_DOCS_VERSION=v0.0.12# renovate datasource=go depName=github.com/elastic/crd-ref-docs

0 commit comments

Comments
 (0)