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

chore(release): 2.2.5 [skip ci]

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

### Bug Fixes

* rename output dotenv to prevent collision with input dotenv file ([4c634440](https://gitlab.com/to-be-continuous/openshift/commit/4c634440f155e588ad0d1ca6ad9deab99a9fd793))
parent 8113dfbf
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.5](https://gitlab.com/to-be-continuous/openshift/compare/2.2.4...2.2.5) (2023-03-20)


### Bug Fixes

* rename output dotenv to prevent collision with input dotenv file ([4c63444](https://gitlab.com/to-be-continuous/openshift/commit/4c634440f155e588ad0d1ca6ad9deab99a9fd793))

## [2.2.4](https://gitlab.com/to-be-continuous/openshift/compare/2.2.3...2.2.4) (2023-02-13)


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

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

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