Commit 50d16024 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 5e658f00
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/openshift/compare/1.2.7...1.3.0) (2022-05-01)


### Features

* configurable tracking image ([841323c](https://gitlab.com/to-be-continuous/openshift/commit/841323ccf2e9f1f1f930b32ca051808d8b980b21))

## [1.2.7](https://gitlab.com/to-be-continuous/openshift/compare/1.2.6...1.2.7) (2022-02-24)


+4 −4
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '1.2.7'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-openshift.yml'
```

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "1.2.7" ]
      command: ["--service", "openshift", "1.3.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "1.2.7" ]
      command: ["--service", "openshift", "1.3.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"