Commit 528e13dd authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.1 [skip ci]

parent 2ef18cde
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.1](https://gitlab.com/to-be-continuous/robotframework/compare/5.0.0...5.0.1) (2025-08-26)


### Bug Fixes

* **vault:** avoid nested variable for id_token ([2ef18cd](https://gitlab.com/to-be-continuous/robotframework/commit/2ef18cde8022d8f21e5436e38304a0c81a2eca40))

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


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