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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/openshift/compare/1.4.0...2.0.0) (2022-08-05)

### Features

* make MR pipeline the default workflow ([67b079fc](https://gitlab.com/to-be-continuous/openshift/commit/67b079fc9c05e4e3e0a40de796bc5e89a2df9699))

### BREAKING CHANGES

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


### Features

* make MR pipeline the default workflow ([67b079f](https://gitlab.com/to-be-continuous/openshift/commit/67b079fc9c05e4e3e0a40de796bc5e89a2df9699))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [1.4.0](https://gitlab.com/to-be-continuous/openshift/compare/1.3.0...1.4.0) (2022-06-30)


+4 −4
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '1.4.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-openshift.yml'
```

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "1.4.0" ]
      command: ["--service", "openshift", "2.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
@@ -572,7 +572,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "1.4.0" ]
      command: ["--service", "openshift", "2.0.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"