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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.5.0...4.0.0) (2025-08-13)

* feat(vault)!: enable certificate verification ([db165d77](https://gitlab.com/to-be-continuous/helmfile/commit/db165d77f4a0929071f09d51d66507c7e4a210f0))

### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
parent db165d77
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.5.0...4.0.0) (2025-08-13)


* feat(vault)!: enable certificate verification ([db165d7](https://gitlab.com/to-be-continuous/helmfile/commit/db165d77f4a0929071f09d51d66507c7e4a210f0))


### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable

# [3.5.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.4.0...3.5.0) (2025-08-12)


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

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