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

chore(release): 7.3.0 [skip ci]

parent 3eaecb42
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [7.3.0](https://gitlab.com/to-be-continuous/helm/compare/7.2.6...7.3.0) (2024-07-01)


### Features

* add GCP auth variant (publish to GCP Artifacts registry) ([9a384b6](https://gitlab.com/to-be-continuous/helm/commit/9a384b6626afc89693ffaae64e9e5069fdb5184e))

## [7.2.6](https://gitlab.com/to-be-continuous/helm/compare/7.2.5...7.2.6) (2024-05-05)


+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: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.6
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.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: '7.2.6'
    ref: '7.3.0'
    file: '/templates/gitlab-ci-helm.yml'

variables:
@@ -534,9 +534,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.6
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.3.0
  # Vault variant
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.6
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.3.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -575,12 +575,12 @@ List of requirements before using this variant for publishing your container ima
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.6
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.3.0
    inputs:
      # GCP Artifact Registry url
      publish-url: "oci://{GCP_REGION}-docker.pkg.dev/${GCP_PROJECT_ID}/charts"
  # GCP auth variant
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-gcp@7.2.6
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-gcp@7.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
@@ -25,7 +25,7 @@ variables:
  extends: .helm-base
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker", "7.2.6"]
      command: ["--service", "docker", "7.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", "7.2.6"]
      command: ["--service", "helm", "7.3.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "7.2.6"]
      command: ["--service", "helm", "7.3.0"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm