Helm v4.0.0
Helm v4.0.0

原始链接: https://github.com/helm/helm/releases/tag/v4.0.0

## Helm 4.0.0:首个稳定版本 Helm 团队发布了 Helm 4.0.0,这是一次重要的版本更新,引入了显著的改进。主要功能包括:重新设计的插件系统,支持 Web Assembly;服务器端应用;增强的资源监控;本地缓存;以及通过 `slog` 改进的日志记录。SDK API 已更新,支持多个图表 API 版本,包括实验性的 v3 版本。 虽然在 CLI 标志和输出方面与 v3 不兼容,但团队旨在使过渡比 v2 到 v3 的转变更加平滑。现有的 v2 图表仍然受支持,并且大多数工作流程*应该*继续正常运行。**鼓励测试**以确保兼容性。 未来发布计划于 2025 年 12 月 10 日(补丁版本 3.19.3 & 4.0.1)和 2026 年 1 月 21 日(小版本 3.20.0 & 4.1.0)。 在此处下载 Helm 4.0.0 并查找安装指南:[https://helm.sh/docs/overview/](https://helm.sh/docs/overview/) 团队对充满活力的社区的贡献和支持表示感谢。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Helm v4.0.0 (github.com/helm) 15 分,by todsacerdoti 31 分钟前 | 隐藏 | 过去 | 收藏 | 2 评论 buster 7 分钟前 [–] 在 Kubernetes 上工作一段时间后,我真的要说,Helm 是一场复杂的地狱。它肯定有很多功能,但其中很多是不需要的,但仍然增加了复杂性。另外,请修复“默认”Helm chart 模板,它是一个选项和值的噩梦,初学者无法理解。使其基本和简单。现在我更愿意使用 Terraform 来进行 Kubernetes 部署,尤其是在你已经使用 Terraform 的情况下!回复 nullwarp 0 分钟前 | 父评论 [–] 我从未见过没有让人做噩梦的 Helm 模板。这可能是我离开 Kubernetes 的最大原因。回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

The Helm Team is proud to announce the first stable release of Helm 4.

New Features

Helm 4 has numerous new features, but a few deserve highlighting here:

  • Redesigned plugin system that supports Web Assembly based plugins
  • Post-renderers are now plugins
  • Server side apply is now supported
  • Improved resource watching, to support waiting, based on kstatus
  • Local Content-based caching (e.g. for charts)
  • Logging via slog enabling SDK logging to integrate with modern loggers
  • Reproducible builds of chart archives
  • Updated SDK API including support for multiple chart API versions (new experimental v3 chart API version coming soon)

For full release notes, please see: https://helm.sh/docs/overview/

Compatibility with Helm v3

Helm v4 is a major version with backward incompatible changes including to the flags and output of the Helm CLI and to the SDK.

Please evaluate the changes to your workflows. The changes are not as extensive as those from Helm v2 to v3, with the goal that the majority of workflows remain compatible between Helm v3 and v4.

Helm charts apiVersion v2 (majority of today's charts) will continue to be supported in Helm v4. Existing charts should continue to install, upgrade, and otherwise work. Please test the installation and upgrade of charts to ensure it works as expected. Changes (e.g., server side apply) may impact the experience.

Community

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v4.0.0. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.19.3 and 4.0.1 are the next patch releases and will be on December 10, 2025
  • 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026

Thank You!

The Helm project has enjoyed code contributions from many community members. Many more community members have assisted by filing issues and working with us to identify and eliminate bugs while adding new features. The #helm-users slack channel has long been a friendly and open forum for getting help and learning more about Helm. We cannot thank you enough for making this a helpful, friendly, and welcoming community for all.

❤️ The Helm Team

联系我们 contact @ memedata.com