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

chore(release): 1.4.0 [skip ci]

# [1.4.0](https://gitlab.com/to-be-continuous/openshift/compare/1.3.0...1.4.0) (2022-06-30)

### Features

* enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables ([2769f231](https://gitlab.com/to-be-continuous/openshift/commit/2769f231c2095bb551a9cb57e048e36d77f55d21))
parent b4cbdfdf
No related branches found
Tags 1 1.4 1.4.0
No related merge requests found
Pipeline #104059 skipped
# [1.4.0](https://gitlab.com/to-be-continuous/openshift/compare/1.3.0...1.4.0) (2022-06-30)
### Features
* enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables ([2769f23](https://gitlab.com/to-be-continuous/openshift/commit/2769f231c2095bb551a9cb57e048e36d77f55d21))
# [1.3.0](https://gitlab.com/to-be-continuous/openshift/compare/1.2.7...1.3.0) (2022-05-01)
......
......@@ -57,7 +57,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/openshift'
ref: '1.3.0'
ref: '1.4.0'
file: '/templates/gitlab-ci-openshift.yml'
```
......@@ -458,11 +458,11 @@ With:
include:
# main template
- project: 'to-be-continuous/openshift'
ref: '1.3.0'
ref: '1.4.0'
file: '/templates/gitlab-ci-openshift.yml'
# Vault variant
- project: 'to-be-continuous/openshift'
ref: '1.3.0'
ref: '1.4.0'
file: '/templates/gitlab-ci-openshift-vault.yml'
variables:
......@@ -488,7 +488,7 @@ variables:
```yaml
include:
- project: 'to-be-continuous/openshift'
ref: '1.3.0'
ref: '1.4.0'
file: '/templates/gitlab-ci-openshift.yml'
variables:
......
......@@ -9,6 +9,6 @@ variables:
.os-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "1.3.0" ]
command: ["--service", "openshift", "1.4.0" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider"
......@@ -572,7 +572,7 @@ stages:
image: $OS_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "1.3.0" ]
command: ["--service", "openshift", "1.4.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