Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
## [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)
......
......@@ -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:
......
......@@ -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"
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment