Commit 7722a6e1 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 744beb99
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/robotframework/compare/3.0.0...3.1.0) (2022-10-04)


### Features

* normalize reports ([645ff6a](https://gitlab.com/to-be-continuous/robotframework/commit/645ff6a16078a22ba84c0c77a6430d4a6f0a9acb))

# [3.0.0](https://gitlab.com/to-be-continuous/robotframework/compare/2.1.0...3.0.0) (2022-08-05)


+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: '3.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'
```

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

stages:
@@ -134,7 +134,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.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'

variables:
@@ -194,11 +194,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/robotframework'
    ref: '3.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-robotframework.yml'
  # Vault variant
  - project: 'to-be-continuous/robotframework'
    ref: '3.0.0'
    ref: '3.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", "3.0.0" ]
      command: ["--service", "robotframework", "3.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
@@ -345,7 +345,7 @@ stages:
.robotframework-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "3.0.0" ]
      command: ["--service", "robotframework", "3.1.0" ]
  before_script:
    - *robotframework-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"