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

chore(release): 3.2.2 [skip ci]

## [3.2.2](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.1...3.2.2) (2024-04-02)

### Bug Fixes

* chmod 600 on GitLab-provided Kubeconfig file to prevent warning messages from kubectl ([083295b5](https://gitlab.com/to-be-continuous/helmfile/commit/083295b504da475ba99332a9ec89823bdfbedeb2))
parent b7a236fb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.2](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.1...3.2.2) (2024-04-02)


### Bug Fixes

* chmod 600 on GitLab-provided Kubeconfig file to prevent warning messages from kubectl ([083295b](https://gitlab.com/to-be-continuous/helmfile/commit/083295b504da475ba99332a9ec89823bdfbedeb2))

## [3.2.1](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.0...3.2.1) (2024-03-20)


+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.1
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.2
    # 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.1'
    ref: '3.2.2'
    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.1
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.2
  # Vault variant
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.1
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"