Commit 9db39c15 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/openshift/compare/2.2.5...3.0.0) (2023-04-05)

### Features

* **deploy:** redesign deployment strategy ([989340e6](https://gitlab.com/to-be-continuous/openshift/commit/989340e677e34e65e69a63501595faa7b9157805))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $OS_PROD_DEPLOY_STRATEGY - see doc)
parent 5615f52f
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/openshift/compare/2.2.5...3.0.0) (2023-04-05)


### Features

* **deploy:** redesign deployment strategy ([989340e](https://gitlab.com/to-be-continuous/openshift/commit/989340e677e34e65e69a63501595faa7b9157805))


### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $OS_PROD_DEPLOY_STRATEGY - see doc)

## [2.2.5](https://gitlab.com/to-be-continuous/openshift/compare/2.2.4...2.2.5) (2023-03-20)


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

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

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

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