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

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/openshift/compare/4.1.0...5.0.0) (2023-10-16)

### Bug Fixes

* declare all TBC stages ([5aa7a942](https://gitlab.com/to-be-continuous/openshift/commit/5aa7a942bad2eb13428c4b8b359f29475ca007ab))

* feat!: support environment auto-stop ([08d32f5f](https://gitlab.com/to-be-continuous/openshift/commit/08d32f5fcca6003036beadf7583d4911de984b4c))

### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).
parent 5aa7a942
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/openshift/compare/4.1.0...5.0.0) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([5aa7a94](https://gitlab.com/to-be-continuous/openshift/commit/5aa7a942bad2eb13428c4b8b359f29475ca007ab))


* feat!: support environment auto-stop ([08d32f5](https://gitlab.com/to-be-continuous/openshift/commit/08d32f5fcca6003036beadf7583d4911de984b4c))


### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).

# [4.1.0](https://gitlab.com/to-be-continuous/openshift/compare/4.0.0...4.1.0) (2023-09-02)


+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: '4.1.0'
    ref: '5.0.0'
    file: '/templates/gitlab-ci-openshift.yml'
```

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

variables:
@@ -537,7 +537,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '4.1.0' 
    ref: '5.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", "4.1.0" ]
      command: ["--service", "openshift", "5.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "4.1.0" ]
      command: ["--service", "openshift", "5.0.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"