From e48f4a9d4e956fbf6f3e85283f4700d8177d09be Mon Sep 17 00:00:00 2001 From: Jonathan Hess Date: Mon, 28 Apr 2025 15:08:36 -0600 Subject: [PATCH] deps: Update dependencies to latest. --- Dockerfile | 2 +- Dockerfile-operator | 2 +- Makefile | 6 +++--- infra/permissions/main.tf | 2 +- infra/resources/main.tf | 4 ++-- internal/workload/podspec_updates.go | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 085b8dc6..2028019b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea +FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc # For multi-arch builds, use automatic platform build arguments # see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope diff --git a/Dockerfile-operator b/Dockerfile-operator index 8a4bf164..3b7c3057 100644 --- a/Dockerfile-operator +++ b/Dockerfile-operator @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea +FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc # For multi-arch builds, use automatic platform build arguments # see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope diff --git a/Makefile b/Makefile index 3fc493fc..0e2b48a1 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.15.0# renovate datasource=github-tags depName=cert-manager/cert-manager +CERT_MANAGER_VERSION=v1.17.2# renovate datasource=github-tags depName=cert-manager/cert-manager ##@ General @@ -439,11 +439,11 @@ 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.8.5# renovate datasource=github-tags depName=hashicorp/terraform +TERRAFORM_VERSION=v1.11.4# 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.1.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs -GOLANGCI_LINT_VERSION=v1.64.6# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint +GOLANGCI_LINT_VERSION=v1.64.8# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses KUSTOMIZE_VERSION=v5.6.0# don't manage with renovate, this repo has non-standard tags diff --git a/infra/permissions/main.tf b/infra/permissions/main.tf index a82279a8..37ff95b0 100644 --- a/infra/permissions/main.tf +++ b/infra/permissions/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "4.85.0" + version = "6.32.0" } } } diff --git a/infra/resources/main.tf b/infra/resources/main.tf index a1cbe6b5..b3b64ac2 100644 --- a/infra/resources/main.tf +++ b/infra/resources/main.tf @@ -18,11 +18,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "4.85.0" + version = "6.32.0" } google-beta = { source = "hashicorp/google-beta" - version = "4.85.0" + version = "6.32.0" } } } diff --git a/internal/workload/podspec_updates.go b/internal/workload/podspec_updates.go index 54aa1aee..5c3a6314 100644 --- a/internal/workload/podspec_updates.go +++ b/internal/workload/podspec_updates.go @@ -39,7 +39,7 @@ const ( // DefaultProxyImage is the latest version of the proxy as of the release // of this operator. This is managed as a dependency. We update this constant // when the Cloud SQL Auth Proxy releases a new version. - DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.15.3" + DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.16.0" // DefaultFirstPort is the first port number chose for an instance listener by the // proxy.