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

chore(release): 3.2.4 [skip ci]

parent 1a0ba552
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.4](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.3...3.2.4) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([1a0ba55](https://gitlab.com/to-be-continuous/helmfile/commit/1a0ba552a2c28b17a0adbdcabada0e0b2dc2686b))

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


+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.3
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
    # 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.3'
    ref: '3.2.4'
    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.3
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4
  # Vault variant
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.3
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.4
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.helmfile-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "3.2.3"]
      command: ["--service", "helmfile", "3.2.4"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "3.2.3"]
      command: ["--service", "helmfile", "3.2.4"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm