Commit 35e7f368 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 05c4c086
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.3.0](https://gitlab.com/to-be-continuous/robotframework/compare/4.2.2...4.3.0) (2024-05-06)


### Features

* add hook scripts support ([05c4c08](https://gitlab.com/to-be-continuous/robotframework/commit/05c4c08673f6bd0695acbcb91712c1369229618a))

## [4.2.2](https://gitlab.com/to-be-continuous/robotframework/compare/4.2.1...4.2.2) (2024-05-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: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.2.2
  - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.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.2.2'
    ref: '4.3.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.2.2'
    ref: '4.3.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.2.2'
    ref: '4.3.0'
    file: '/templates/gitlab-ci-robotframework.yml'

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