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

chore(release): 3.1.1 [skip ci]

parent f994bc7f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/azure/compare/3.1.0...3.1.1) (2026-02-22)


### Bug Fixes

* set $environment_url for GitLab dynamic env URL ([f994bc7](https://gitlab.com/to-be-continuous/azure/commit/f994bc7fb26c28c4291ac98ee790fff4cffbfa58))

# [3.1.0](https://gitlab.com/to-be-continuous/azure/compare/3.0.3...3.1.0) (2026-02-21)


+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@3.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@3.1.1
    # 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: '3.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-azure.yml'

variables:
@@ -405,9 +405,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@3.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@3.1.1
  # OIDC variant
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@3.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@3.1.1
    inputs:
      # common OIDC client ID & tenant ID for non-prod envs
      oidc-client-id: "<common client-id>"
@@ -454,9 +454,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@3.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@3.1.1
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@3.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@3.1.1
    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", "3.1.0"]
      command: ["--service", "azure", "3.1.1"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "3.1.0"]
      command: ["--service", "azure", "3.1.1"]
  before_script:
    - !reference [.azure-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"