Commit c9200a49 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.1 [skip ci]

parent 41ac1c4a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/robotframework/compare/3.2.0...3.2.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([5b032f8](https://gitlab.com/to-be-continuous/robotframework/commit/5b032f8ce1acd50be89b99a752f2f57c4ef576df))

# [3.2.0](https://gitlab.com/to-be-continuous/robotframework/compare/3.1.0...3.2.0) (2022-12-13)


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

variables:
@@ -193,11 +193,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/robotframework'
    ref: '3.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-robotframework.yml'
  # Vault variant
  - project: 'to-be-continuous/robotframework'
    ref: '3.2.0'
    ref: '3.2.1'
    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.0" ]
      command: ["--service", "robotframework", "3.2.1" ]
    - name: "$TBC_VAULT_IMAGE"
      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.2.0" ]
      command: ["--service", "robotframework", "3.2.1" ]
  before_script:
    - *robotframework-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"