Commit 690b7a9a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 685db1b4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.5.0](https://gitlab.com/to-be-continuous/robotframework/compare/4.4.2...4.5.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([685db1b](https://gitlab.com/to-be-continuous/robotframework/commit/685db1b4e6c170892c4236c3780c77504125fadd))

## [4.4.2](https://gitlab.com/to-be-continuous/robotframework/compare/4.4.1...4.4.2) (2025-07-05)


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