Commit 1270358f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 15748f68
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/robotframework/compare/3.2.1...3.3.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([15748f6](https://gitlab.com/to-be-continuous/robotframework/commit/15748f683ae4c13b219f612eff20ed13b19e1501))

## [3.2.1](https://gitlab.com/to-be-continuous/robotframework/compare/3.2.0...3.2.1) (2023-01-27)


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

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

stages:
@@ -132,7 +132,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: '3.2.1'
    ref: '3.3.0'
    file: '/templates/gitlab-ci-robotframework.yml'

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -14,6 +14,6 @@ variables:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "3.2.1" ]
      command: ["--service", "robotframework", "3.3.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "3.2.1" ]
      command: ["--service", "robotframework", "3.3.0" ]
  before_script:
    - *robotframework-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"