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

chore(release): 3.0.0 [skip ci]

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

### Features

* adapative pipeline ([8c966c88](https://gitlab.com/to-be-continuous/robotframework/commit/8c966c88f97a8d11fd1039bd87cd6b8657a42d95))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 285d9ba4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/robotframework/compare/2.1.0...3.0.0) (2022-08-05)


### Features

* adapative pipeline ([8c966c8](https://gitlab.com/to-be-continuous/robotframework/commit/8c966c88f97a8d11fd1039bd87cd6b8657a42d95))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

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


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

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