| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| helmfile_1.4.0_checksums.txt | 2026-03-02 | 804 Bytes | |
| helmfile_1.4.0_linux_amd64.tar.gz | 2026-03-02 | 45.7 MB | |
| helmfile_1.4.0_windows_386.tar.gz | 2026-03-02 | 44.3 MB | |
| helmfile_1.4.0_windows_amd64.tar.gz | 2026-03-02 | 46.9 MB | |
| helmfile_1.4.0_windows_arm64.tar.gz | 2026-03-02 | 41.7 MB | |
| helmfile_1.4.0_darwin_amd64.tar.gz | 2026-03-02 | 46.7 MB | |
| helmfile_1.4.0_darwin_arm64.tar.gz | 2026-03-02 | 43.9 MB | |
| helmfile_1.4.0_linux_386.tar.gz | 2026-03-02 | 42.4 MB | |
| helmfile_1.4.0_linux_arm64.tar.gz | 2026-03-02 | 41.6 MB | |
| README.md | 2026-03-02 | 3.4 kB | |
| v1.4.0 source code.tar.gz | 2026-03-02 | 1.2 MB | |
| v1.4.0 source code.zip | 2026-03-02 | 1.6 MB | |
| Totals: 12 Items | 356.0 MB | 0 | |
Release v1.4.0
🎯 Highlight: Kubedog Integration
This release introduces kubedog-based resource tracking as a powerful alternative to Helm's native --wait flag, providing:
- Real-time deployment progress tracking for Deployments, StatefulSets, DaemonSets, and Jobs
- Container log streaming during deployments
- Fine-grained resource filtering with trackKinds/skipKinds/trackResources options
- Multi-context support with proper kubeconfig/kubeContext handling
Getting Started
Try it with the new --track-mode flag:
:::bash
# Use kubedog tracking (default behavior can be configured)
helmfile apply --track-mode kubedog
# Or configure in your helmfile.yaml
releases:
- name: myapp
chart: ./chart
trackMode: kubedog
trackLogs: true
trackKinds:
- Deployment
- StatefulSet
We Need Your Feedback! 🚀 This is a new feature and we'd love to hear from you! Please try kubedog tracking in your environments and share your experience: - Open an issue: https://github.com/helmfile/helmfile/issues - Join discussions: https://github.com/helmfile/helmfile/discussions Your feedback will help us improve this feature in future releases.
What's Changed
✨ New Features * feat: kubedog integration with unified resource handling by @yxxhero in https://github.com/helmfile/helmfile/pull/2383 * feat: add helmfile agent skill for skills.sh by @yxxhero in https://github.com/helmfile/helmfile/pull/2441 * feat: Add IP Network to supported HCL Functions by @oleh-neichev in https://github.com/helmfile/helmfile/pull/2426 🐛 Bug Fixes * fix: use absolute baseDir in sequential helmfiles for correct values path resolution by @aditmeno in https://github.com/helmfile/helmfile/pull/2425 * fix: local chart with external dependencies error when repos configured by @yxxhero in https://github.com/helmfile/helmfile/pull/2433 🔧 Build & Dependencies * build: update helm-diff to v3.15.1 by @yxxhero in https://github.com/helmfile/helmfile/pull/2442 * build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2427 * build(deps): bump github.com/helmfile/vals from 0.43.5 to 0.43.6 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2432 * build(deps): bump k8s.io/apimachinery from 0.35.1 to 0.35.2 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2438 * build(deps): bump k8s.io/client-go from 0.35.1 to 0.35.2 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2437 * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.1 to 1.96.2 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2436 * build(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2440 * build(deps): bump actions/download-artifact from 7 to 8 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2435 * build(deps): bump actions/upload-artifact from 6 to 7 by @dependabotbot in https://github.com/helmfile/helmfile/pull/2434
New Contributors
- @oleh-neichev made their first contribution in https://github.com/helmfile/helmfile/pull/2426 Full Changelog: https://github.com/helmfile/helmfile/compare/v1.3.2...v1.4.0