Commit 2a67deb4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2c05e206
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.3.3](https://gitlab.com/to-be-continuous/gcloud/compare/5.3.2...5.3.3) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([2c05e20](https://gitlab.com/to-be-continuous/gcloud/commit/2c05e20646999236532a4b458269821af0851039))

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


+7 −7
Original line number Diff line number Diff line
@@ -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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.3
    # 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.2'
    ref: '5.3.3'
    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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.3
    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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.3
  # OIDC variant
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.3.3
    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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@5.3.3
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.3.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.3.2"]
      command: ["--service", "gcloud", "5.3.3"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -561,7 +561,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.3.2"]
      command: ["--service", "gcloud", "5.3.3"]
  before_script:
    - !reference [.gcp-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"