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

chore(release): 4.0.0 [skip ci]

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

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([a5529129](https://gitlab.com/to-be-continuous/robotframework/commit/a55291296d79486c0cb3e8b94fb1cc294b03e666))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent ad5f7a6c
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/robotframework/compare/3.3.0...4.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([a552912](https://gitlab.com/to-be-continuous/robotframework/commit/a55291296d79486c0cb3e8b94fb1cc294b03e666))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

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


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

stages:
@@ -131,7 +131,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.3.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-robotframework.yml'

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