Commit 482389ee authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4895299f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.2](https://gitlab.com/to-be-continuous/openshift/compare/2.2.1...2.2.2) (2022-12-17)


### Bug Fixes

* hanging awk script ([8364533](https://gitlab.com/to-be-continuous/openshift/commit/836453344ff644a9dda2bc40818599925dc40dd9))

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


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

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

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