File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# Use distroless as minimal base image to package the manager binary
16
16
# Refer to https://github.com/GoogleContainerTools/distroless for more details
17
- FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea
17
+ FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
18
18
19
19
# For multi-arch builds, use automatic platform build arguments
20
20
# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
28
28
29
29
# Use distroless as minimal base image to package the manager binary
30
30
# Refer to https://github.com/GoogleContainerTools/distroless for more details
31
- FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea
31
+ FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
32
32
33
33
# For multi-arch builds, use automatic platform build arguments
34
34
# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ SHELL = /usr/bin/env bash -o pipefail
51
51
.SHELLFLAGS = -ec
52
52
53
53
# # The version to use for the cert-manager operator
54
- CERT_MANAGER_VERSION =v1.15.0 # renovate datasource=github-tags depName=cert-manager/cert-manager
54
+ CERT_MANAGER_VERSION =v1.17.2 # renovate datasource=github-tags depName=cert-manager/cert-manager
55
55
56
56
# #@ General
57
57
@@ -439,11 +439,11 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
439
439
# additional whitespace will break the renovate regex rules.
440
440
441
441
KUBECTL_VERSION =v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes
442
- TERRAFORM_VERSION=v1.8.5 # renovate datasource=github-tags depName=hashicorp/terraform
442
+ TERRAFORM_VERSION=v1.11.4 # renovate datasource=github-tags depName=hashicorp/terraform
443
443
444
444
CONTROLLER_TOOLS_VERSION =v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
445
445
CRD_REF_DOCS_VERSION=v0.1.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
446
- GOLANGCI_LINT_VERSION=v1.64.6 # renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
446
+ GOLANGCI_LINT_VERSION=v1.64.8 # renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447
447
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
448
448
449
449
KUSTOMIZE_VERSION =v5.6.0# don't manage with renovate, this repo has non-standard tags
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ terraform {
18
18
required_providers {
19
19
google = {
20
20
source = " hashicorp/google"
21
- version = " 4.85 .0"
21
+ version = " 6.32 .0"
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ terraform {
18
18
required_providers {
19
19
google = {
20
20
source = " hashicorp/google"
21
- version = " 4.85 .0"
21
+ version = " 6.32 .0"
22
22
}
23
23
google-beta = {
24
24
source = " hashicorp/google-beta"
25
- version = " 4.85 .0"
25
+ version = " 6.32 .0"
26
26
}
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
39
39
// DefaultProxyImage is the latest version of the proxy as of the release
40
40
// of this operator. This is managed as a dependency. We update this constant
41
41
// when the Cloud SQL Auth Proxy releases a new version.
42
- DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.15.3 "
42
+ DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.16.0 "
43
43
44
44
// DefaultFirstPort is the first port number chose for an instance listener by the
45
45
// proxy.
You can’t perform that action at this time.
0 commit comments