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

chore(release): 5.1.1 [skip ci]

parent b2c9a7e7
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.1.1](https://gitlab.com/to-be-continuous/robotframework/compare/5.1.0...5.1.1) (2026-04-10)


### Bug Fixes

* **robot_cli:** support running without xvfb-run ([e2a9f89](https://gitlab.com/to-be-continuous/robotframework/commit/e2a9f89bd577922df74f7807f019a8195d074c0e))

# [5.1.0](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.2...5.1.0) (2026-03-29)


+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.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.1.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: '5.1.0'
    ref: '5.1.1'
    file: '/templates/gitlab-ci-robotframework.yml'

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

@@ -157,7 +157,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.1.0'
    ref: '5.1.1'
    file: '/templates/gitlab-ci-robotframework.yml'

variables:
@@ -208,9 +208,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.1.1
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.1.1
    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.1.0"]
      command: ["--service", "robotframework", "5.1.1"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "5.1.0"]
      command: ["--service", "robotframework", "5.1.1"]
  before_script:
    - !reference [.robotframework-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"