Commit 8b8aacef authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent e652a910
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [8.3.0](https://gitlab.com/to-be-continuous/helm/compare/8.2.0...8.3.0) (2025-08-12)


### Features

* modular workflow rules ([e652a91](https://gitlab.com/to-be-continuous/helm/commit/e652a91024cef46d24d7c40a2e57c5e04adddbc2))

# [8.2.0](https://gitlab.com/to-be-continuous/helm/compare/8.1.4...8.2.0) (2025-07-24)


+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@8.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@8.3.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: '8.2.0'
    ref: '8.3.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@8.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@8.3.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@8.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-vault@8.3.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@8.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm@8.3.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@8.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/helm/gitlab-ci-helm-gcp@8.3.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
@@ -108,7 +108,7 @@ variables:
  extends: .helm-base
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker", "8.2.0"]
      command: ["--service", "docker", "8.3.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", "8.2.0"]
      command: ["--service", "helm", "8.3.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", "8.2.0"]
      command: ["--service", "helm", "8.3.0"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm