Commit 2bb1a35f 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/openshift/compare/3.1.0...4.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([2e65130e](https://gitlab.com/to-be-continuous/openshift/commit/2e65130e175d888bf02ccd438af5c0593e4df7b1))

### BREAKING CHANGES

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


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([2e65130](https://gitlab.com/to-be-continuous/openshift/commit/2e65130e175d888bf02ccd438af5c0593e4df7b1))


### BREAKING CHANGES

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

# [3.1.0](https://gitlab.com/to-be-continuous/openshift/compare/3.0.0...3.1.0) (2023-05-27)


+4 −4
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/openshift'
    ref: '3.1.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-openshift.yml'
```

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

variables:
@@ -536,7 +536,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '3.1.0' 
    ref: '4.0.0' 
    file: '/templates/gitlab-ci-openshift.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "3.1.0" ]
      command: ["--service", "openshift", "4.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "3.1.0" ]
      command: ["--service", "openshift", "4.0.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"