Commit 62f04818 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.2.0 [skip ci]

parent 6a516c0b
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [6.2.0](https://gitlab.com/to-be-continuous/openshift/compare/6.1.1...6.2.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([34e7c4f](https://gitlab.com/to-be-continuous/openshift/commit/34e7c4ff88654b8d409139f07d89b8daf6486694))


### Features

* support CA certs provided as file ([6a516c0](https://gitlab.com/to-be-continuous/openshift/commit/6a516c0bf2faa349c7077e8ee3545335f552e31c))

## [6.1.1](https://gitlab.com/to-be-continuous/openshift/compare/6.1.0...6.1.1) (2026-02-22)


+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.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: '6.1.1'
    ref: '6.2.0'
    file: '/templates/gitlab-ci-openshift.yml'

variables:
@@ -593,9 +593,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.2.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift-vault@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift-vault@6.2.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -621,7 +621,7 @@ variables:

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/openshift/gitlab-ci-openshift@6.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
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "6.1.1"]
      command: ["--service", "openshift", "6.2.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -863,7 +863,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "6.1.1"]
      command: ["--service", "openshift", "6.2.0"]
  before_script:
    - !reference [.os-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"