Commit 28557fe9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent dccd93b3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.2.0](https://gitlab.com/to-be-continuous/robotframework/compare/4.1.0...4.2.0) (2024-1-27)


### Features

* migrate to CI/CD component ([7d08f91](https://gitlab.com/to-be-continuous/robotframework/commit/7d08f9115a5e14b139619ed9bef0403013a0b164))

# [4.1.0](https://gitlab.com/to-be-continuous/robotframework/compare/4.0.1...4.1.0) (2023-12-8)


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