Commit 37997f7d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 9.6.0 [skip ci]

# [9.6.0](https://gitlab.com/to-be-continuous/helm/compare/9.5.0...9.6.0) (2026-04-25)

### Features

* **AKS:** add Azure Kubernetes Service support (as a variant) ([9d6dcd88](https://gitlab.com/to-be-continuous/helm/commit/9d6dcd881f9a57628d9b62634e3f340e1d81e7f1))
parent eb5eb021
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [9.6.0](https://gitlab.com/to-be-continuous/helm/compare/9.5.0...9.6.0) (2026-04-25)


### Features

* **AKS:** add Azure Kubernetes Service support (as a variant) ([9d6dcd8](https://gitlab.com/to-be-continuous/helm/commit/9d6dcd881f9a57628d9b62634e3f340e1d81e7f1))

# [9.5.0](https://gitlab.com/to-be-continuous/helm/compare/9.4.0...9.5.0) (2026-03-29)


+12 −12
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/helm'
    ref: '9.5.0'
    ref: '9.6.0'
    file: '/templates/gitlab-ci-helm.yml'

variables:
@@ -601,9 +601,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@9.6.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -659,12 +659,12 @@ List of requirements before using this variant for deploying your charts:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
    inputs:
      # GCP Artifact Registry url
      publish-url: "oci://{GCP_REGION}-docker.pkg.dev/${GCP_PROJECT_ID}/charts"
  # GCP auth variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-gcp@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-gcp@9.6.0
    inputs:
      # default WIF provider
      gcp-oidc-provider: "projects/{GCP_PROJECT_NUMBER}/locations/global/workloadIdentityPools/{YOUR_WIF_POOL_NAME}/providers/gitlab-diod"
@@ -707,14 +707,14 @@ List of requirements before using this variant for deploying your charts to EKS:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
    inputs:
      base-app-name: my-app
      review-enabled: true
      staging-enabled: true
      prod-enabled: true
  # AWS auth variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-eks@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-eks@9.6.0
    inputs:
      # default AWS configuration
      aws-region: us-east-1
@@ -737,12 +737,12 @@ For private EKS clusters, you need to provide an EC2 instance ID for SSM port fo
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
    inputs:
      base-app-name: my-app
      prod-enabled: true
  # AWS auth variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-eks@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-eks@9.6.0
    inputs:
      aws-region: us-east-1
      aws-oidc-role-arn: "arn:aws:iam::123456789012:role/gitlab-ci-role"
@@ -801,14 +801,14 @@ List of requirements before using this variant for deploying your charts:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.6.0
    inputs:
      base-app-name: my-app
      review-enabled: true
      staging-enabled: true
      prod-enabled: true
  # AKS auth variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-aks@9.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-aks@9.6.0
    inputs:
      # Example with one account for every environment
      azure-client-id: "12345678-acbd-abcd-acbd-1234567890ab"
+2 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ variables:
.helm-env-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.5.0"]
      command: ["--service", "helm", "9.6.0"]
    - name: "$TBC_AZURE_PROVIDER_IMAGE"
      alias: "azure-auth-provider"
  before_script:
@@ -104,7 +104,7 @@ variables:
.helm-publish:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.5.0"]
      command: ["--service", "helm", "9.6.0"]
    - name: "$TBC_AZURE_PROVIDER_IMAGE"
      alias: "azure-auth-provider"
  variables:
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ variables:
.helm-diff:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.5.0"]
      command: ["--service", "helm", "9.6.0"]
    - name: "$TBC_AWS_PROVIDER_IMAGE"
      alias: "aws-auth-provider"
  variables:
@@ -68,7 +68,7 @@ variables:
.helm-deploy:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.5.0"]
      command: ["--service", "helm", "9.6.0"]
    - name: "$TBC_AWS_PROVIDER_IMAGE"
      alias: "aws-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ variables:
.helm-publish:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.5.0"]
      command: ["--service", "helm", "9.6.0"]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
Loading