From 4f0dacae6309ac82523666133ac4591b3b0b0bd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 27 Jan 2024 16:34:56 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] # [5.2.0](https://gitlab.com/to-be-continuous/openshift/compare/5.1.0...5.2.0) (2024-1-27) ### Features * migrate to CI/CD component ([3670d4a](https://gitlab.com/to-be-continuous/openshift/commit/3670d4a0adcc9e560bca9fcc9df8e00a71750cbd)) --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577b2ab..631eb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://gitlab.com/to-be-continuous/openshift/compare/5.1.0...5.2.0) (2024-1-27) + + +### Features + +* migrate to CI/CD component ([3670d4a](https://gitlab.com/to-be-continuous/openshift/commit/3670d4a0adcc9e560bca9fcc9df8e00a71750cbd)) + # [5.1.0](https://gitlab.com/to-be-continuous/openshift/compare/5.0.1...5.1.0) (2023-12-8) diff --git a/README.md b/README.md index 9f17ede..56151e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`: ```yaml include: # 1: include the component - - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.1.0 + - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.0 # 2: set/override component inputs inputs: # âš this is only an example @@ -32,7 +32,7 @@ Add the following to your `gitlab-ci.yml`: include: # 1: include the template - project: 'to-be-continuous/openshift' - ref: '5.1.0' + ref: '5.2.0' file: '/templates/gitlab-ci-openshift.yml' variables: @@ -535,9 +535,9 @@ With: ```yaml include: # main template - - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.1.0 + - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.0 # Vault variant - - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift-vault@5.1.0 + - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift-vault@5.2.0 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" @@ -564,7 +564,7 @@ variables: ```yaml include: - - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.1.0 + - component: gitlab.com/to-be-continuous/openshift/gitlab-ci-openshift@5.2.0 inputs: url: "https://openshift-noprod.acme.host" # noprod cluster is default (review & staging) prod-url: "https://openshift-prod.acme.host/" # prod cluster for prod env only -- GitLab