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

chore(release): 4.1.0 [skip ci]

parent 99c20064
No related branches found
No related tags found
No related merge requests found
# [4.1.0](https://gitlab.com/to-be-continuous/openshift/compare/4.0.0...4.1.0) (2023-09-02)
### Features
* allow propagate custom output variables ([99c2006](https://gitlab.com/to-be-continuous/openshift/commit/99c200649939fb1e363a1c5f4416a04abee04684))
# [4.0.0](https://gitlab.com/to-be-continuous/openshift/compare/3.1.0...4.0.0) (2023-08-28)
......
......@@ -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: '4.0.0'
ref: '4.1.0'
file: '/templates/gitlab-ci-openshift.yml'
```
......@@ -506,11 +506,11 @@ With:
include:
# main template
- project: 'to-be-continuous/openshift'
ref: '4.0.0'
ref: '4.1.0'
file: '/templates/gitlab-ci-openshift.yml'
# Vault variant
- project: 'to-be-continuous/openshift'
ref: '4.0.0'
ref: '4.1.0'
file: '/templates/gitlab-ci-openshift-vault.yml'
variables:
......@@ -538,7 +538,7 @@ variables:
```yaml
include:
- project: 'to-be-continuous/openshift'
ref: '4.0.0'
ref: '4.1.0'
file: '/templates/gitlab-ci-openshift.yml'
variables:
......
......@@ -12,7 +12,7 @@ variables:
.os-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "4.0.0" ]
command: ["--service", "openshift", "4.1.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
......
......@@ -619,7 +619,7 @@ stages:
image: $OS_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "4.0.0" ]
command: ["--service", "openshift", "4.1.0" ]
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