From 21c2da1950b26d4c5b50c01838b835b439b7f7bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 8 Dec 2023 14:19:41 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://gitlab.com/to-be-continuous/openshift/compare/5.0.1...5.1.0) (2023-12-8) ### Features * use centralized service images (gitlab.com) ([989589c](https://gitlab.com/to-be-continuous/openshift/commit/989589c9da53c8fb6abec420c2bf2461ad57ed19)) --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- templates/gitlab-ci-openshift-vault.yml | 2 +- templates/gitlab-ci-openshift.yml | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237a889..577b2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://gitlab.com/to-be-continuous/openshift/compare/5.0.1...5.1.0) (2023-12-8) + + +### Features + +* use centralized service images (gitlab.com) ([989589c](https://gitlab.com/to-be-continuous/openshift/commit/989589c9da53c8fb6abec420c2bf2461ad57ed19)) + ## [5.0.1](https://gitlab.com/to-be-continuous/openshift/compare/5.0.0...5.0.1) (2023-12-2) diff --git a/README.md b/README.md index 7b2236b..f4b0cb2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/openshift' - ref: '5.0.1' + ref: '5.1.0' file: '/templates/gitlab-ci-openshift.yml' ``` @@ -505,11 +505,11 @@ With: include: # main template - project: 'to-be-continuous/openshift' - ref: '5.0.1' + ref: '5.1.0' file: '/templates/gitlab-ci-openshift.yml' # Vault variant - project: 'to-be-continuous/openshift' - ref: '5.0.1' + ref: '5.1.0' file: '/templates/gitlab-ci-openshift-vault.yml' variables: @@ -537,7 +537,7 @@ variables: ```yaml include: - project: 'to-be-continuous/openshift' - ref: '5.0.1' + ref: '5.1.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 c1533db..811f02e 100644 --- a/templates/gitlab-ci-openshift-vault.yml +++ b/templates/gitlab-ci-openshift-vault.yml @@ -12,7 +12,7 @@ variables: .os-base: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "openshift", "5.0.1" ] + command: ["--service", "openshift", "5.1.0" ] - name: "$TBC_VAULT_IMAGE" alias: "vault-secrets-provider" variables: diff --git a/templates/gitlab-ci-openshift.yml b/templates/gitlab-ci-openshift.yml index 3c384ff..eec093e 100644 --- a/templates/gitlab-ci-openshift.yml +++ b/templates/gitlab-ci-openshift.yml @@ -630,7 +630,7 @@ stages: image: $OS_CLI_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "openshift", "5.0.1" ] + command: ["--service", "openshift", "5.1.0" ] before_script: - !reference [.os-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab