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

chore(release): 3.2.1 [skip ci]

parent 30b9f404
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.0...3.2.1) (2024-03-20)


### Bug Fixes

* make namespace implicit and overridable ([ed07d6f](https://gitlab.com/to-be-continuous/helmfile/commit/ed07d6f3591e222db401bbe611211268dbe184d2))

# [3.2.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.1.1...3.2.0) (2024-1-27)


+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/helmfile/gitlab-ci-helmfile@3.2.0
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.1
    # 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/helmfile'
    ref: '3.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-helmfile.yml'

variables:
@@ -423,9 +423,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.0
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.1
  # Vault variant
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.0
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"