File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3333 - id : ' auth'
3434 name : Authenticate to Google Cloud
35- uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
35+ uses : google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
3636 with :
3737 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
3838 service_account : ${{ secrets.SERVICE_ACCOUNT }}
7575 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7676 - id : ' auth'
7777 name : ' Authenticate to Google Cloud'
78- uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
78+ uses : google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
7979 with :
8080 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
8181 service_account : ${{ secrets.SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change 8787 repository : ${{ github.event.pull_request.head.repo.full_name }}
8888 - id : ' auth'
8989 name : Authenticate to Google Cloud
90- uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
90+ uses : google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
9191 with :
9292 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
9393 service_account : ${{ secrets.SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ SHELL = /usr/bin/env bash -o pipefail
5454.SHELLFLAGS = -ec
5555
5656# # The version to use for the cert-manager operator
57- CERT_MANAGER_VERSION =v1.13.2 # renovate datasource=github-tags depName=cert-manager/cert-manager
57+ CERT_MANAGER_VERSION =v1.13.3 # renovate datasource=github-tags depName=cert-manager/cert-manager
5858
5959# #@ General
6060
@@ -438,7 +438,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
438438# additional whitespace will break the renovate regex rules.
439439
440440KUBECTL_VERSION =v1.28.3# renovate datasource=github-tags depName=kubernetes/kubernetes
441- TERRAFORM_VERSION=v1.6.3 # renovate datasource=github-tags depName=hashicorp/terraform
441+ TERRAFORM_VERSION=v1.7.1 # renovate datasource=github-tags depName=hashicorp/terraform
442442
443443CONTROLLER_TOOLS_VERSION =v0.13.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
444444CRD_REF_DOCS_VERSION=v0.0.10# renovate datasource=go depName=github.com/elastic/crd-ref-docs
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ set -euxo # exit 1 from the script when command fails
1919# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.4.1.
2020CSQL_OPERATOR_VERSION=" ${CSQL_OPERATOR_VERSION:- v1.4.1} "
2121
22- # If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.13.2 .
23- CSQL_CERT_MANAGER_VERSION=" ${CSQL_CERT_MANAGER_VERSION:- v1.13.2 } "
22+ # If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.13.3 .
23+ CSQL_CERT_MANAGER_VERSION=" ${CSQL_CERT_MANAGER_VERSION:- v1.13.3 } "
2424
2525# If CSQL_OPERATOR_URL is not set, use the default value from the CSQL_OPERATOR_VERSION
2626CSQL_OPERATOR_URL=" ${CSQL_OPERATOR_URL:- https:// storage.googleapis.com/ cloud-sql-connectors/ cloud-sql-proxy-operator/ $CSQL_OPERATOR_VERSION / cloud-sql-proxy-operator.yaml} "
You can’t perform that action at this time.
0 commit comments