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

chore(release): 5.0.2 [skip ci]

## [5.0.2](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.1...5.0.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([2f2041ce](https://gitlab.com/to-be-continuous/robotframework/commit/2f2041ce99221e102b1c8f6db720379e057e28b2))
parent 2f2041ce
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.2](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.1...5.0.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([2f2041c](https://gitlab.com/to-be-continuous/robotframework/commit/2f2041ce99221e102b1c8f6db720379e057e28b2))

## [5.0.1](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.0...5.0.1) (2025-08-26)


+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: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.0.2
    # 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: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-robotframework.yml'

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

@@ -156,7 +156,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: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-robotframework.yml'

variables:
@@ -207,9 +207,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.0.2
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.0.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ variables:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "5.0.1"]
      command: ["--service", "robotframework", "5.0.2"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -452,7 +452,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "5.0.1"]
      command: ["--service", "robotframework", "5.0.2"]
  before_script:
    - !reference [.robotframework-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"