Skip to content

Commit

Permalink
chore(deps): update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2024
1 parent 81ae30c commit e6dde60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.5# renovate datasource=github-tags depName=cert-manager/cert-manager
CERT_MANAGER_VERSION=v1.15.0# renovate datasource=github-tags depName=cert-manager/cert-manager

##@ General

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

KUBECTL_VERSION=v1.29.3# renovate datasource=github-tags depName=kubernetes/kubernetes
TERRAFORM_VERSION=v1.8.4# renovate datasource=github-tags depName=hashicorp/terraform
TERRAFORM_VERSION=v1.8.5# renovate datasource=github-tags depName=hashicorp/terraform

CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
CRD_REF_DOCS_VERSION=v0.0.12# renovate datasource=go depName=github.com/elastic/crd-ref-docs
Expand Down
2 changes: 1 addition & 1 deletion infra/permissions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.84.0"
version = "4.85.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions infra/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.84.0"
version = "4.85.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.84.0"
version = "4.85.0"
}
}
}
Expand Down

0 comments on commit e6dde60

Please sign in to comment.