Skip to content
Snippets Groups Projects
Commit 4f0dacae authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent e6514406
No related branches found
No related tags found
No related merge requests found
# [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)
......
......@@ -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
......
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