| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| helmfile_1.3.0_checksums.txt | 2026-02-19 | 804 Bytes | |
| helmfile_1.3.0_darwin_amd64.tar.gz | 2026-02-19 | 43.6 MB | |
| helmfile_1.3.0_linux_amd64.tar.gz | 2026-02-19 | 42.7 MB | |
| helmfile_1.3.0_windows_386.tar.gz | 2026-02-19 | 41.4 MB | |
| helmfile_1.3.0_windows_arm64.tar.gz | 2026-02-19 | 39.0 MB | |
| helmfile_1.3.0_darwin_arm64.tar.gz | 2026-02-19 | 41.0 MB | |
| helmfile_1.3.0_linux_386.tar.gz | 2026-02-19 | 39.6 MB | |
| helmfile_1.3.0_linux_arm64.tar.gz | 2026-02-19 | 38.9 MB | |
| helmfile_1.3.0_windows_amd64.tar.gz | 2026-02-19 | 43.8 MB | |
| README.md | 2026-02-19 | 5.2 kB | |
| v1.3.0 source code.tar.gz | 2026-02-19 | 1.1 MB | |
| v1.3.0 source code.zip | 2026-02-19 | 1.6 MB | |
| Totals: 12 Items | 332.9 MB | 4 | |
What's Changed
- docs(README): add mise alternate installation documentation by @jylenhof in https://github.com/helmfile/helmfile/pull/2342
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.94.0 to 1.95.0 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2343
- Upgrades go-getter to v2 by @mazzy89 in https://github.com/helmfile/helmfile/pull/2341
- build(deps): bump github.com/hashicorp/go-getter/v2 from 2.2.2 to 2.2.3 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2344
- build(deps): bump github.com/helmfile/vals from 0.42.6 to 0.43.0 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2345
- Add --sequential-helmfiles flag for optional sequential processing by @Copilot in https://github.com/helmfile/helmfile/pull/2350
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.0 to 1.95.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2359
- build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2357
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2358
- fix: pass --kube-context to helm template when using jsonPatches by @aditmeno in https://github.com/helmfile/helmfile/pull/2363
- build(deps): bump github.com/helmfile/vals from 0.43.0 to 0.43.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2360
- build(deps): bump github.com/helmfile/chartify from 0.26.1 to 0.26.2 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2366
- fix: resolve --validate flag conflict with kustomize in Helm 4 by @aditmeno in https://github.com/helmfile/helmfile/pull/2362
- fix: array merge regression - layer arrays now replace defaults by @aditmeno in https://github.com/helmfile/helmfile/pull/2367
- fix: update Helm version to v4.0.5 across workflows and configurations by @yxxhero in https://github.com/helmfile/helmfile/pull/2368
- Fix 2337 helm4 stale repo indexes by @yxxhero in https://github.com/helmfile/helmfile/pull/2369
- feat: Add option for SkipCRDs to HelmDefaults by @manetherenio in https://github.com/helmfile/helmfile/pull/2356
- feat: upgrade Helm version to v3.20.0 and v4.1.0 by @yxxhero in https://github.com/helmfile/helmfile/pull/2373
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2385
- feat: Ensure repo update is only run once by @yxxhero in https://github.com/helmfile/helmfile/pull/2378
- build(deps): bump github.com/helmfile/vals from 0.43.1 to 0.43.3 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2392
- build(deps): bump helm.sh/helm/v4 from 4.1.0 to 4.1.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2391
- build(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2390
- build(deps): bump k8s.io/apimachinery from 0.35.0 to 0.35.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2395
- Bump Helm from v4.1.0 to v4.1.1 by @yxxhero in https://github.com/helmfile/helmfile/pull/2393
- build(deps): bump k8s.io/client-go from 0.35.0 to 0.35.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2394
- fix: prevent local absolute paths from being treated as remote URLs by @aditmeno in https://github.com/helmfile/helmfile/pull/2397
- fix: support OCI chart digest syntax (@sha256:...) by @aditmeno in https://github.com/helmfile/helmfile/pull/2398
- fix: include query params in HTTP getter cache key by @aditmeno in https://github.com/helmfile/helmfile/pull/2399
- fix: skip cache refresh for shared cache paths to prevent race conditions by @yxxhero in https://github.com/helmfile/helmfile/pull/2396
- feat: support .Environment.* in --output-dir-template by @yxxhero in https://github.com/helmfile/helmfile/pull/2375
- feat: add
helmfile unittestcommand for helm-unittest integration by @aditmeno in https://github.com/helmfile/helmfile/pull/2400 - fix: prevent panic in helmfile init on plugin install errors by @aditmeno in https://github.com/helmfile/helmfile/pull/2401
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.8 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2403
- build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2404
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.8 to 1.32.9 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2405
- build(deps): bump github.com/helmfile/vals from 0.43.3 to 0.43.5 by @dependabot[bot] in https://github.com/helmfile/helmfile/pull/2407
New Contributors
- @jylenhof made their first contribution in https://github.com/helmfile/helmfile/pull/2342
- @mazzy89 made their first contribution in https://github.com/helmfile/helmfile/pull/2341
- @manetherenio made their first contribution in https://github.com/helmfile/helmfile/pull/2356
Full Changelog: https://github.com/helmfile/helmfile/compare/v1.2.3...v1.3.0