Commit ad7d4288 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d0cd4853
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.3.3](https://gitlab.com/to-be-continuous/azure/compare/2.3.2...2.3.3) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([d0cd485](https://gitlab.com/to-be-continuous/azure/commit/d0cd4853363bf7fdcfdf573eb7525405eee5c4a7))

## [2.3.2](https://gitlab.com/to-be-continuous/azure/compare/2.3.1...2.3.2) (2025-04-11)


+6 −6
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.3
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -32,7 +32,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/azure'
    ref: '2.3.2'
    ref: '2.3.3'
    file: '/templates/gitlab-ci-azure.yml'

variables:
@@ -357,9 +357,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.3
  # OIDC variant
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@2.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@2.3.3
    inputs:
      # common OIDC client ID & tenant ID for non-prod envs
      oidc-client-id: "<common client-id>"
@@ -406,9 +406,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.3.3
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@2.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@2.3.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.azure-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "2.3.2"]
      command: ["--service", "azure", "2.3.3"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "2.3.2"]
      command: ["--service", "azure", "2.3.3"]
  before_script:
    - !reference [.azure-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"