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

chore(release): 5.2.2 [skip ci]

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


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([74ca9a9](https://gitlab.com/to-be-continuous/openshift/commit/74ca9a9750e63d9254740110bc5de455f9fbbf73))

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


+5 −5
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/openshift/gitlab-ci-openshift@5.2.1
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@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/openshift'
    ref: '5.2.1'
    ref: '5.2.2'
    file: '/templates/gitlab-ci-openshift.yml'

variables:
@@ -543,9 +543,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.1
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.2
  # Vault variant
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift-vault@5.2.1
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift-vault@5.2.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -572,7 +572,7 @@ variables:

```yaml
include:
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.1
  - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.2
    inputs:
      url: "https://openshift-noprod.acme.host" # noprod cluster is default (review & staging)
      prod-url: "https://openshift-prod.acme.host/" # prod cluster for prod env only