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

chore(release): 3.1.0 [skip ci]

parent 25b59884
No related branches found
No related tags found
No related merge requests found
# [3.1.0](https://gitlab.com/to-be-continuous/openshift/compare/3.0.0...3.1.0) (2023-05-27)
### Features
* **workflow:** extend (skip ci) feature ([25b5988](https://gitlab.com/to-be-continuous/openshift/commit/25b59884497a4ea94eec97c7551e30850bd5fc76))
# [3.0.0](https://gitlab.com/to-be-continuous/openshift/compare/2.2.5...3.0.0) (2023-04-05) # [3.0.0](https://gitlab.com/to-be-continuous/openshift/compare/2.2.5...3.0.0) (2023-04-05)
......
...@@ -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: '3.0.0' ref: '3.1.0'
file: '/templates/gitlab-ci-openshift.yml' file: '/templates/gitlab-ci-openshift.yml'
``` ```
...@@ -503,11 +503,11 @@ With: ...@@ -503,11 +503,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '3.0.0' ref: '3.1.0'
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: '3.0.0' ref: '3.1.0'
file: '/templates/gitlab-ci-openshift-vault.yml' file: '/templates/gitlab-ci-openshift-vault.yml'
variables: variables:
...@@ -533,7 +533,7 @@ variables: ...@@ -533,7 +533,7 @@ variables:
```yaml ```yaml
include: include:
- project: 'to-be-continuous/openshift' - project: 'to-be-continuous/openshift'
ref: '3.0.0' ref: '3.1.0'
file: '/templates/gitlab-ci-openshift.yml' file: '/templates/gitlab-ci-openshift.yml'
variables: variables:
......
...@@ -11,6 +11,6 @@ variables: ...@@ -11,6 +11,6 @@ variables:
.os-base: .os-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "3.0.0" ] command: ["--service", "openshift", "3.1.0" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
...@@ -619,7 +619,7 @@ stages: ...@@ -619,7 +619,7 @@ stages:
image: $OS_CLI_IMAGE image: $OS_CLI_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "3.0.0" ] command: ["--service", "openshift", "3.1.0" ]
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