Skip to content

Commit f1a3a50

Browse files
chore(deps): update build tools (#491)
Co-authored-by: Tatiane Tosta <ttosta@google.com>
1 parent b5b32e2 commit f1a3a50

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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 }}
@@ -75,7 +75,7 @@ jobs:
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 }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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 }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

440440
KUBECTL_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

443443
CONTROLLER_TOOLS_VERSION=v0.13.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
444444
CRD_REF_DOCS_VERSION=v0.0.10# renovate datasource=go depName=github.com/elastic/crd-ref-docs

installer/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
2020
CSQL_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
2626
CSQL_OPERATOR_URL="${CSQL_OPERATOR_URL:-https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/$CSQL_OPERATOR_VERSION/cloud-sql-proxy-operator.yaml}"

0 commit comments

Comments
 (0)