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

chore(release): 4.1.2 [skip ci]

## [4.1.2](https://gitlab.com/to-be-continuous/helmfile/compare/4.1.1...4.1.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([8da8a6a2](https://gitlab.com/to-be-continuous/helmfile/commit/8da8a6a2cc53f6cebd47cc8bf0e896158463dec3))
parent 8da8a6a2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.1.2](https://gitlab.com/to-be-continuous/helmfile/compare/4.1.1...4.1.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([8da8a6a](https://gitlab.com/to-be-continuous/helmfile/commit/8da8a6a2cc53f6cebd47cc8bf0e896158463dec3))

## [4.1.1](https://gitlab.com/to-be-continuous/helmfile/compare/4.1.0...4.1.1) (2026-01-01)


+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: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@4.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@4.1.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: '4.1.1'
    ref: '4.1.2'
    file: '/templates/gitlab-ci-helmfile.yml'

variables:
@@ -426,9 +426,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@4.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@4.1.2
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@4.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@4.1.2
    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", "4.1.1"]
      command: ["--service", "helmfile", "4.1.2"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -790,7 +790,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "4.1.1"]
      command: ["--service", "helmfile", "4.1.2"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm