Commit 9c612594 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 73b787e8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/robotframework/compare/2.0.2...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([90725d2](https://gitlab.com/to-be-continuous/robotframework/commit/90725d27f462c59332a1dd788c73a53e10e09546))

## [2.0.2](https://gitlab.com/to-be-continuous/robotframework/compare/2.0.1...2.0.2) (2022-01-10)


+5 −5
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/robotframework'
    ref: '2.0.2'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'
```

@@ -109,7 +109,7 @@ include:
    file: '/templates/gitlab-ci-docker.yml'
  # Include Robot Framework (to run robotframework-lint)
  - project: 'to-be-continuous/robotframework'
    ref: '2.0.2'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'

stages:
@@ -128,7 +128,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: '2.0.2'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'

variables:
@@ -188,11 +188,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/robotframework'
    ref: '2.0.2'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'
  # Vault variant
  - project: 'to-be-continuous/robotframework'
    ref: '2.0.2'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-robotframework-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "2.0.2" ]
      command: ["--service", "robotframework", "2.1.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "2.0.2" ]
      command: ["--service", "robotframework", "2.1.0" ]
  before_script:
    - *robotframework-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"