Commit 6536173d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.1.0 [skip ci]

parent 1197897e
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [5.1.0](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.2...5.1.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([6f6735c](https://gitlab.com/to-be-continuous/robotframework/commit/6f6735ca4d8f13bd7aa5e632a2ede6814db4df49))


### Features

* support CA certs provided as file ([1197897](https://gitlab.com/to-be-continuous/robotframework/commit/1197897ec8e18fc68e48c558bc0f762eb3cf8ec5))

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


+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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.1.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: '5.0.2'
    ref: '5.1.0'
    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.2'
    ref: '5.1.0'
    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.2'
    ref: '5.1.0'
    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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@5.1.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@5.1.0
    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.2"]
      command: ["--service", "robotframework", "5.1.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "5.0.2"]
      command: ["--service", "robotframework", "5.1.0"]
  before_script:
    - !reference [.robotframework-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"