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

chore(release): 2.0.2 [skip ci]

parent ba1665e8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.2](https://gitlab.com/to-be-continuous/azure/compare/2.0.1...2.0.2) (2023-12-2)


### Bug Fixes

* envsubst when variable contains a '&' ([ba1665e](https://gitlab.com/to-be-continuous/azure/commit/ba1665e84acd88450bd53cafd0264d4de04682f1))

## [2.0.1](https://gitlab.com/to-be-continuous/azure/compare/2.0.0...2.0.1) (2023-10-16)


+5 −5
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/azure'
    ref: '2.0.1'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-azure.yml'
```

@@ -327,11 +327,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/azure'
    ref: '2.0.1'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '2.0.1'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-azure-oidc.yml'

variables:
@@ -379,11 +379,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/azure'
    ref: '2.0.1'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '2.0.1'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-azure-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.azure-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "2.0.1" ]
      command: ["--service", "azure", "2.0.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "2.0.1" ]
      command: ["--service", "azure", "2.0.2" ]
  before_script:
    - *azure-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"