Skip to content
Snippets Groups Projects
Commit ca5cde66 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.3.2 [skip ci]

## [5.3.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.3.1...5.3.2) (2025-04-11)

### Bug Fixes

* **envsubst:** leave lines with '# nosubst' unchanged when substituting (used to be simply dropped) ([dfdae45a](https://gitlab.com/to-be-continuous/gcloud/commit/dfdae45ac41a4fe257db3a31a6bc4922d2fb59ae))
parent dfdae45a
No related branches found
No related tags found
No related merge requests found
Pipeline #86060 skipped
## [5.3.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.3.1...5.3.2) (2025-04-11)
### Bug Fixes
* **envsubst:** leave lines with '# nosubst' unchanged when substituting (used to be simply dropped) ([dfdae45](https://gitlab.com/to-be-continuous/gcloud/commit/dfdae45ac41a4fe257db3a31a6bc4922d2fb59ae))
## [5.3.1](https://gitlab.com/to-be-continuous/gcloud/compare/5.3.0...5.3.1) (2025-02-01)
......
......@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.2
# 2: set/override component inputs
inputs:
# ⚠ this is only an example
......@@ -32,7 +32,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/gcloud'
ref: '5.3.1'
ref: '5.3.2'
file: '/templates/gitlab-ci-gcloud.yml'
variables:
......@@ -324,7 +324,7 @@ Let's imagine a backend service:
```yaml
include:
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.2
inputs:
base-app-name: coockedoodledoo
review-project: "farm-12345" # enable review env
......@@ -450,9 +450,9 @@ The variant supports the following configuration:
```yaml
include:
# main template
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.2
# OIDC variant
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.3.2
inputs:
# audience claim for JWT
oidc-aud: "https://iam.googleapis.com"
......@@ -502,9 +502,9 @@ With:
```yaml
include:
# main template
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.2
# Vault variant
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.3.1
- component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.3.2
inputs:
# audience claim for JWT
vault-oidc-aud: "https://vault.acme.host"
......
......@@ -24,7 +24,7 @@ variables:
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "5.3.1"]
command: ["--service", "gcloud", "5.3.2"]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
......
......@@ -560,7 +560,7 @@ stages:
image: $GCP_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "5.3.1"]
command: ["--service", "gcloud", "5.3.2"]
before_script:
- !reference [.gcp-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment