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

chore(release): 4.1.0 [skip ci]

parent 99c20064
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/openshift/compare/4.0.0...4.1.0) (2023-09-02)


### Features

* allow propagate custom output variables ([99c2006](https://gitlab.com/to-be-continuous/openshift/commit/99c200649939fb1e363a1c5f4416a04abee04684))

# [4.0.0](https://gitlab.com/to-be-continuous/openshift/compare/3.1.0...4.0.0) (2023-08-28)


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

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

variables:
@@ -538,7 +538,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/openshift'
    ref: '4.0.0' 
    ref: '4.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", "4.0.0" ]
      command: ["--service", "openshift", "4.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ stages:
  image: $OS_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "openshift", "4.0.0" ]
      command: ["--service", "openshift", "4.1.0" ]
  before_script:
    - *os-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"