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

chore(release): 4.2.1 [skip ci]

parent e7e896b6
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.2.1](https://gitlab.com/to-be-continuous/robotframework/compare/4.2.0...4.2.1) (2024-04-03)


### Bug Fixes

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

# [4.2.0](https://gitlab.com/to-be-continuous/robotframework/compare/4.1.0...4.2.0) (2024-1-27)


+6 −6
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/robotframework/gitlab-ci-robotframework@4.2.0
  - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.2.1
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/robotframework'
    ref: '4.2.0'
    ref: '4.2.1'
    file: '/templates/gitlab-ci-robotframework.yml'

variables:
@@ -138,7 +138,7 @@ include:
    file: '/templates/gitlab-ci-docker.yml'
  # Include Robot Framework (to run robotframework-lint)
  - project: 'to-be-continuous/robotframework'
    ref: '4.2.0'
    ref: '4.2.1'
    file: '/templates/gitlab-ci-robotframework.yml'
```

@@ -149,7 +149,7 @@ And lastly in the repository containing the application to test, you'll have to
include:
  # Include Robot Framework
  - project: 'to-be-continuous/robotframework'
    ref: '4.2.0'
    ref: '4.2.1'
    file: '/templates/gitlab-ci-robotframework.yml'

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