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

chore(release): 1.2.5 [skip ci]

parent 44c97479
No related branches found
No related tags found
No related merge requests found
## [1.2.5](https://gitlab.com/to-be-continuous/openshift/compare/1.2.4...1.2.5) (2022-01-10)
### Bug Fixes
* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([44c9747](https://gitlab.com/to-be-continuous/openshift/commit/44c9747922c6f7ab1c73a42dbe5bc9270ba99e29))
## [1.2.4](https://gitlab.com/to-be-continuous/openshift/compare/1.2.3...1.2.4) (2021-12-03)
......
......@@ -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.2.4'
ref: '1.2.5'
file: '/templates/gitlab-ci-openshift.yml'
```
......@@ -458,11 +458,11 @@ With:
include:
# main template
- project: 'to-be-continuous/openshift'
ref: '1.2.4'
ref: '1.2.5'
file: '/templates/gitlab-ci-openshift.yml'
# Vault variant
- project: 'to-be-continuous/openshift'
ref: '1.2.4'
ref: '1.2.5'
file: '/templates/gitlab-ci-openshift-vault.yml'
variables:
......@@ -488,7 +488,7 @@ variables:
```yaml
include:
- project: 'to-be-continuous/openshift'
ref: '1.2.4'
ref: '1.2.5'
file: '/templates/gitlab-ci-openshift.yml'
variables:
......
......@@ -9,6 +9,6 @@ variables:
.os-base:
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "openshift", "1.2.4" ]
command: ["--service", "openshift", "1.2.5" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider"
......@@ -566,7 +566,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update openshift "1.2.4"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update openshift "1.2.5"; fi
# export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined last_rollout_status force_rollout poll_last_rollout extract_oldest_tags_from_image_stream_definition purge_old_image_tags
......@@ -581,7 +581,7 @@ stages:
image: $OS_CLI_IMAGE
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "openshift", "1.2.4" ]
command: ["--service", "openshift", "1.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