Commit 0359f950 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.2.4 [skip ci]

## [2.2.4](https://gitlab.com/to-be-continuous/openshift/compare/2.2.3...2.2.4) (2023-02-13)

### Bug Fixes

* **readiness:** call after url is determined; example uses $environment_url ([e666a49d](https://gitlab.com/to-be-continuous/openshift/commit/e666a49d9d5c81774ca3d66d61d25d26990dfcf7))
parent e666a49d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.4](https://gitlab.com/to-be-continuous/openshift/compare/2.2.3...2.2.4) (2023-02-13)


### Bug Fixes

* **readiness:** call after url is determined; example uses $environment_url ([e666a49](https://gitlab.com/to-be-continuous/openshift/commit/e666a49d9d5c81774ca3d66d61d25d26990dfcf7))

## [2.2.3](https://gitlab.com/to-be-continuous/openshift/compare/2.2.2...2.2.3) (2023-01-27)


+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.3'
    ref: '2.2.4'
    file: '/templates/gitlab-ci-openshift.yml'
```

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

variables:
@@ -533,7 +533,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '2.2.3' 
    ref: '2.2.4' 
    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.3" ]
      command: ["--service", "openshift", "2.2.4" ]
    - 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.3" ]
      command: ["--service", "openshift", "2.2.4" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"