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

chore(release): 7.2.1 [skip ci]

parent d86eb48c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.2.1](https://gitlab.com/to-be-continuous/s3/compare/7.2.0...7.2.1) (2024-1-30)


### Bug Fixes

* sanitize empty variable test expressions ([d86eb48](https://gitlab.com/to-be-continuous/s3/commit/d86eb48cc9d14093ffdb59e1502bfc23afd7af50))

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


+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.0
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.1
    # 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.0'
    ref: '7.2.1'
    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.0
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3@7.2.1
  # Vault variant
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3-vault@7.2.0
  - component: gitlab.com/to-be-continuous/s3/gitlab-ci-s3-vault@7.2.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"