Commit 845fb452 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 9.1.0 [skip ci]

# [9.1.0](https://gitlab.com/to-be-continuous/helm/compare/9.0.2...9.1.0) (2025-10-01)

### Features

* separate Helm Chart build related jobs hierarchy from Helm deployment jobs ([1a7b5f31](https://gitlab.com/to-be-continuous/helm/commit/1a7b5f31dced0bce092a4a86e6ed9cab28060885))
parent 495de69d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [9.1.0](https://gitlab.com/to-be-continuous/helm/compare/9.0.2...9.1.0) (2025-10-01)


### Features

* separate Helm Chart build related jobs hierarchy from Helm deployment jobs ([1a7b5f3](https://gitlab.com/to-be-continuous/helm/commit/1a7b5f31dced0bce092a4a86e6ed9cab28060885))

## [9.0.2](https://gitlab.com/to-be-continuous/helm/compare/9.0.1...9.0.2) (2025-09-20)


+6 −6
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.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.1.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.0.2'
    ref: '9.1.0'
    file: '/templates/gitlab-ci-helm.yml'

variables:
@@ -540,9 +540,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.1.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@9.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@9.1.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -598,12 +598,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.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@9.1.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.0.2
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-gcp@9.1.0
    inputs:
      # default WIF provider
      gcp-oidc-provider: "projects/{GCP_PROJECT_NUMBER}/locations/global/workloadIdentityPools/{YOUR_WIF_POOL_NAME}/providers/gitlab-diod"
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ variables:
.helm-publish:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker", "9.0.2"]
      command: ["--service", "docker", "9.1.0"]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.0.2"]
      command: ["--service", "helm", "9.1.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -1067,7 +1067,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "9.0.2"]
      command: ["--service", "helm", "9.1.0"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm