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

chore(release): 5.2.2 [skip ci]

parent 6928aeca
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.2.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.2.1...5.2.2) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([6928aec](https://gitlab.com/to-be-continuous/gcloud/commit/6928aecad767048373ca7a26dfc0f3984c77ad57))

## [5.2.1](https://gitlab.com/to-be-continuous/gcloud/compare/5.2.0...5.2.1) (2024-1-30)


+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.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.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.2.1'
    ref: '5.2.2'
    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.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.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: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  # OIDC variant
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.2.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@5.2.2
    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.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud@5.2.2
  # Vault variant
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.2.1
  - component: gitlab.com/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@5.2.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"