

























Helm 3 is approaching end-of-life. A final, limited Helm 3 feature release will be September 9th, 2026, with security patches continuing to be provided through February 2027.
With the successful release of Helm 4 in November 2025, the maintainers and community are now focused on enhancing the functionality of Helm 4. If you haven't started evaluating Helm 4, now is the time.
Helm 4 offers several improvements over Helm 3 (detailed below), and is expected to be compatible with the majority of existing Helm 3 charts, releases, and workflows.
The Helm 4 Released announcement outlined the original Helm 3 support schedule following the Helm 4.0.0 release in November 2025. However, the Helm maintainers have decided to create one extra (limited) feature release on September 9th, 2026 and extend security support to February 10th, 2027 - three months beyond the original timelines.
The Helm 4 development cycle and Helm 3 support timeline was originally documented in HIP-0012: Helm 4 Development Process: Maintaining Helm 3.
The updated timeline is as follows:
After February 2027, Helm 3 will no longer receive any updates: including Kubernetes client library and security patches. We strongly encourage all users to migrate to Helm 4 before that date.
Helm 3 served the Kubernetes community well for over six years. During that time, the project accumulated technical debt and hit architectural limits that prevented new features from being introduced without breaking the SDK's public APIs. Helm 4 addresses this with breaking changes that enable the project to move forward, while maintaining significant backwards compatibility with the majority of existing workflows.
For full details, see HIP-0012: Helm 4 Development Process.
Charts deployable with Helm 3 should be deployable by Helm 4. Similarly, any existing chart (release) managed by Helm 3 generally should be upgradable by Helm 4.
This means you can upgrade the Helm binary without rewriting your charts or redeploying your releases. CLI workflows are also largely preserved - most users should experience little to no changes required.
Here is an overview of the key changes. For full details, see the Helm 4 Overview.
helm install --post-renderer now takes a plugin name, not an executable path. Update any existing post-renderer workflows.helm registry login accepts domain names only (not full URLs), enabling future per-scope login.--atomic is now --rollback-on-failure and --force is now --force-replace. The old flags still work but emit deprecation warnings.HIP-0012 originally specified security fixes for one year from the Helm 4.0.0 release — through November 2026. The Helm maintainers are extending this by three months to February 10th, 2027, giving the community more time to complete the migration to Helm 4.
During this security-only maintenance window:
If a security vulnerability is discovered in Helm 3 before February 2027, a patch release will be issued. After February 10th, 2027, no further Helm 3 releases of any kind will be made.
The upgrade path is designed to be straightforward. The following steps can be used to make your migration journey as smooth as possible:
--atomic → --rollback-on-failure, --force → --force-replace)--post-renderer usage to the new plugin systemhelm registry login using domain names only--server-side=false.For the full upgrade checklist, see the Upgrading to Helm 4 section of the documentation.
For more details, see the community communication guide.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。