Commit 3d1fdf32 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7d7c7a0e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.0.1](https://gitlab.com/to-be-continuous/robotframework/compare/4.0.0...4.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([7d7c7a0](https://gitlab.com/to-be-continuous/robotframework/commit/7d7c7a0eb5bd3b28493cd4ff119c46754e0d1cb9))

# [4.0.0](https://gitlab.com/to-be-continuous/robotframework/compare/3.3.0...4.0.0) (2023-08-28)


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

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

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

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

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