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

chore(release): 7.2.2 [skip ci]

## [7.2.2](https://gitlab.com/to-be-continuous/s3/compare/7.2.1...7.2.2) (2024-04-03)

### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([eec17a35](https://gitlab.com/to-be-continuous/s3/commit/eec17a35aaf2b70b53be77ee973f79a4962772f6))
parent eec17a35
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.2.2](https://gitlab.com/to-be-continuous/s3/compare/7.2.1...7.2.2) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([eec17a3](https://gitlab.com/to-be-continuous/s3/commit/eec17a35aaf2b70b53be77ee973f79a4962772f6))

## [7.2.1](https://gitlab.com/to-be-continuous/s3/compare/7.2.0...7.2.1) (2024-1-30)


+4 −4
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.1
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.2
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -40,7 +40,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/s3'
    ref: '7.2.1'
    ref: '7.2.2'
    file: '/templates/gitlab-ci-s3.yml'

variables:
@@ -349,9 +349,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.1
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.2
  # Vault variant
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3-vault@7.2.1
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3-vault@7.2.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"