Commit 21c645df authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a327cbd3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [7.2.0](https://gitlab.com/to-be-continuous/helm/compare/7.1.0...7.2.0) (2024-1-27)


### Features

* migrate to CI/CD component ([8d97894](https://gitlab.com/to-be-continuous/helm/commit/8d97894deb8282c81f0301ac83daaba60481cec0))

# [7.1.0](https://gitlab.com/to-be-continuous/helm/compare/7.0.2...7.1.0) (2023-12-8)


+4 −4
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.1.0
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.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.1.0'
    ref: '7.2.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.1.0
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.0
  # Vault variant
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.1.0
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"