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

chore(release): 2.2.1 [skip ci]

parent b4b4f0ed
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.1](https://gitlab.com/to-be-continuous/azure/compare/2.2.0...2.2.1) (2024-1-28)


### Bug Fixes

* AZURE_REVIEW_OIDC_TENANT_ID input mapping ([b4b4f0e](https://gitlab.com/to-be-continuous/azure/commit/b4b4f0ed028c0c80fbf70dd0646159e7c15153a5))

# [2.2.0](https://gitlab.com/to-be-continuous/azure/compare/2.1.0...2.2.0) (2024-1-27)


+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: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.0
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.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: '2.2.0'
    ref: '2.2.1'
    file: '/templates/gitlab-ci-azure.yml'

variables:
@@ -357,9 +357,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.0
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.1
  # OIDC variant
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.0
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.1
    inputs:
      # common OIDC client ID & tenant ID for non-prod envs
      oidc-client-id: "<common client-id>"
@@ -404,9 +404,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.0
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.1
  # Vault variant
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.0
  - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"