Commit 21c2da19 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.1.0 [skip ci]

parent b39c2135
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.1.0](https://gitlab.com/to-be-continuous/openshift/compare/5.0.1...5.1.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([989589c](https://gitlab.com/to-be-continuous/openshift/commit/989589c9da53c8fb6abec420c2bf2461ad57ed19))

## [5.0.1](https://gitlab.com/to-be-continuous/openshift/compare/5.0.0...5.0.1) (2023-12-2)


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

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.os-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "5.0.1" ]
      command: ["--service", "openshift", "5.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "5.0.1" ]
      command: ["--service", "openshift", "5.1.0" ]
  before_script:
    - !reference [.os-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"