From 0f76974e42e4541fac771693a16ffc7435e5813e Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 10 Jun 2021 15:14:45 +0000
Subject: [PATCH] chore(release): 1.2.0 [skip ci]

# [1.2.0](https://gitlab.com/to-be-continuous/openshift/compare/1.1.0...1.2.0) (2021-06-10)

### Features

* move group ([4e63782](https://gitlab.com/to-be-continuous/openshift/commit/4e6378295faaa8b7a45e6f43083a60b209c3a17f))
---
 README.md                               | 8 ++++----
 templates/gitlab-ci-openshift-vault.yml | 2 +-
 templates/gitlab-ci-openshift.yml       | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 5c69b45..de6bc12 100644
--- a/README.md
+++ b/README.md
@@ -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.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-openshift.yml'
 ```
 
@@ -458,11 +458,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/openshift'
-    ref: '1.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-openshift.yml'
   # Vault variant
   - project: 'to-be-continuous/openshift'
-    ref: '1.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-openshift-vault.yml'
 
 variables:
@@ -488,7 +488,7 @@ variables:
 ```yaml
 include:
   - project: 'to-be-continuous/openshift'
-    ref: '1.1.0' 
+    ref: '1.2.0' 
     file: '/templates/gitlab-ci-openshift.yml'
 
 variables:
diff --git a/templates/gitlab-ci-openshift-vault.yml b/templates/gitlab-ci-openshift-vault.yml
index a1409b8..b2e52b9 100644
--- a/templates/gitlab-ci-openshift-vault.yml
+++ b/templates/gitlab-ci-openshift-vault.yml
@@ -9,6 +9,6 @@ variables:
 .os-base:
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "openshift", "1.1.0" ]
+      command: ["--service", "openshift", "1.2.0" ]
     - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
       alias: "vault-secrets-provider"
diff --git a/templates/gitlab-ci-openshift.yml b/templates/gitlab-ci-openshift.yml
index 6772db3..32bbfa5 100644
--- a/templates/gitlab-ci-openshift.yml
+++ b/templates/gitlab-ci-openshift.yml
@@ -559,7 +559,7 @@ stages:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update openshift "1.1.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update openshift "1.2.0"; 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
@@ -574,7 +574,7 @@ stages:
   image: $OS_CLI_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "openshift", "1.1.0" ]
+      command: ["--service", "openshift", "1.2.0" ]
   before_script:
     - *os-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
-- 
GitLab