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

chore(release): 2.1.0 [skip ci]

parent ba0cfa09
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/openshift/compare/2.0.0...2.1.0) (2022-12-13)


### Features

* **vault:** configurable Vault Secrets Provider image ([ba0cfa0](https://gitlab.com/to-be-continuous/openshift/commit/ba0cfa098242b72012fdf75940d7feb968cbb4b5))

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


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

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

variables:
@@ -489,7 +489,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '2.0.0' 
    ref: '2.1.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.0.0" ]
      command: ["--service", "openshift", "2.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      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", "2.0.0" ]
      command: ["--service", "openshift", "2.1.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"