Skip to content
Snippets Groups Projects
Commit ac0cab05 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.1 [skip ci]

parent 73a3b172
No related branches found
Tags 5.0 5.0.1
No related merge requests found
Pipeline #112714 skipped
## [5.0.1](https://gitlab.com/to-be-continuous/openshift/compare/5.0.0...5.0.1) (2023-12-2)
### Bug Fixes
* envsubst when variable contains a '&' ([73a3b17](https://gitlab.com/to-be-continuous/openshift/commit/73a3b1726cc7a344c60f925fa1ad77fc142977c2))
# [5.0.0](https://gitlab.com/to-be-continuous/openshift/compare/4.1.0...5.0.0) (2023-10-16) # [5.0.0](https://gitlab.com/to-be-continuous/openshift/compare/4.1.0...5.0.0) (2023-10-16)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '5.0.0' ref: '5.0.1'
file: '/templates/gitlab-ci-openshift.yml' file: '/templates/gitlab-ci-openshift.yml'
``` ```
...@@ -505,11 +505,11 @@ With: ...@@ -505,11 +505,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '5.0.0' ref: '5.0.1'
file: '/templates/gitlab-ci-openshift.yml' file: '/templates/gitlab-ci-openshift.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '5.0.0' ref: '5.0.1'
file: '/templates/gitlab-ci-openshift-vault.yml' file: '/templates/gitlab-ci-openshift-vault.yml'
variables: variables:
...@@ -537,7 +537,7 @@ variables: ...@@ -537,7 +537,7 @@ variables:
```yaml ```yaml
include: include:
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '5.0.0' ref: '5.0.1'
file: '/templates/gitlab-ci-openshift.yml' file: '/templates/gitlab-ci-openshift.yml'
variables: variables:
......
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
.os-base: .os-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "5.0.0" ] command: ["--service", "openshift", "5.0.1" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -630,7 +630,7 @@ stages: ...@@ -630,7 +630,7 @@ stages:
image: $OS_CLI_IMAGE image: $OS_CLI_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "5.0.0" ] command: ["--service", "openshift", "5.0.1" ]
before_script: before_script:
- *os-scripts - *os-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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