Commit 09b267ca authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.2.3 [skip ci]

parent 48781fb8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.3](https://gitlab.com/to-be-continuous/openshift/compare/2.2.2...2.2.3) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([23edeeb](https://gitlab.com/to-be-continuous/openshift/commit/23edeeb7a8eb2bda160bf79fb9518ecc14f5f107))

## [2.2.2](https://gitlab.com/to-be-continuous/openshift/compare/2.2.1...2.2.2) (2022-12-17)


+4 −4
Original line number Diff line number Diff line
@@ -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: '2.2.2'
    ref: '2.2.3'
    file: '/templates/gitlab-ci-openshift.yml'
```

@@ -503,11 +503,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/openshift'
    ref: '2.2.2'
    ref: '2.2.3'
    file: '/templates/gitlab-ci-openshift.yml'
  # Vault variant
  - project: 'to-be-continuous/openshift'
    ref: '2.2.2'
    ref: '2.2.3'
    file: '/templates/gitlab-ci-openshift-vault.yml'

variables:
@@ -533,7 +533,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '2.2.2' 
    ref: '2.2.3' 
    file: '/templates/gitlab-ci-openshift.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "2.2.2" ]
      command: ["--service", "openshift", "2.2.3" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "2.2.2" ]
      command: ["--service", "openshift", "2.2.3" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"