Commit 6c125749 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.2.3 [skip ci]

## [5.2.3](https://gitlab.com/to-be-continuous/gcloud/compare/5.2.2...5.2.3) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([bcf5e109](https://gitlab.com/to-be-continuous/gcloud/commit/bcf5e1095913bc34dd376436982e2c6aa365c9c3))
parent bcf5e109
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.2.3](https://gitlab.com/to-be-continuous/gcloud/compare/5.2.2...5.2.3) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([bcf5e10](https://gitlab.com/to-be-continuous/gcloud/commit/bcf5e1095913bc34dd376436982e2c6aa365c9c3))

## [5.2.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.2.1...5.2.2) (2024-04-03)


+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: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.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.2.2'
    ref: '5.2.3'
    file: '/templates/gitlab-ci-gcloud.yml'

variables:
@@ -324,7 +324,7 @@ Let's imagine a backend service:

```yaml
include:
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.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: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.3
  # OIDC variant
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.2.3
    inputs:
      # audience claim for JWT
      oidc-aud: "https://iam.googleapis.com"
@@ -500,9 +500,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.3
  # Vault variant
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.2.2
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.2.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.2.2"]
      command: ["--service", "gcloud", "5.2.3"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.2.2"]
      command: ["--service", "gcloud", "5.2.3"]
  before_script:
    - !reference [.gcp-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"