Commit 58ff8f5a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2e8d37c6
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/azure/compare/2.0.0...2.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([2e8d37c](https://gitlab.com/to-be-continuous/azure/commit/2e8d37c616e3d3c1afce7b8cb7924789edda5b8d))

# [2.0.0](https://gitlab.com/to-be-continuous/azure/compare/1.0.0...2.0.0) (2023-09-26)


+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.0'
    ref: '2.0.1'
    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.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '2.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-azure-oidc.yml'

variables:
@@ -379,11 +379,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/azure'
    ref: '2.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '2.0.0'
    ref: '2.0.1'
    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.0" ]
      command: ["--service", "azure", "2.0.1" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "2.0.0" ]
      command: ["--service", "azure", "2.0.1" ]
  before_script:
    - *azure-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"