Skip to content

Commit 012838c

Browse files
authored
Merge pull request #1933 from mattfarina/blog-helm-4
Adding post on Helm v4
2 parents ea648b5 + 06b4a70 commit 012838c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Helm 4 Released"
3+
slug: "helm-4-released"
4+
authors: ["mattfarina"]
5+
date: "2025-11-17"
6+
---
7+
8+
On Wednesday November 12th, during the [Helm 4 presentation at KubeCon + CloudNativeCon](https://sched.co/27Nme), [Helm v4.0.0](https://github.com/helm/helm/releases/tag/v4.0.0) was released. This is the first new major version of Helm in 6 years. <!-- truncate -->
9+
10+
## What's New
11+
12+
Helm v3 has served the Kubernetes community well for many years. During that time we saw new ways to use Helm, new applications installed via charts, the rise of [Artifact Hub](https://artifacthub.io/), and numerous tools that build on top of Helm. We also saw where we wanted to add features but the internal architecture of Helm didn't provide a path forward without breaking public APIs in the SDK. Helm 4 makes those changes to enable new features now and into the future.
13+
14+
Some of the new features include:
15+
16+
- Redesigned plugin system that supports Web Assembly based plugins
17+
- Post-renderers are now plugins
18+
- Server side apply is now supported
19+
- Improved resource watching, to support waiting, based on kstatus
20+
- Local Content-based caching (e.g. for charts)
21+
- Logging via slog enabling SDK logging to integrate with modern loggers
22+
- Reproducible/Idempotent builds of chart archives
23+
- Updated SDK API including support for multiple chart API versions (new experimental v3 chart API version coming soon)
24+
25+
You can learn about more of the changes in the [Helm 4 Overview](/docs/overview).
26+
27+
## Helm v3 Support
28+
29+
When a major version of software comes out, it takes awhile to make the transition. Helm v3 will continue to be supported to enable a clean transition period. The dates of continued support are:
30+
31+
* Bug fixes until July 8th 2026.
32+
* Security fixes until November 11th 2026.
33+
34+
Helm releases updates on Wednesdays (typically the 2nd Wednesday in a month) and these dates correspond with release schedule dates. During this time there will be **_NO_** features backported other than updates to the Kubernetes client libraries that enable support of new Kubernetes versions.
35+
36+
## Learn More
37+
38+
You can learn about the Helm changes in the [overview](/docs/overview) or find all the changes in the [full changelog](/docs/changelog). The documentation shares many more details as you can find all the ways Helm has stayed the same and the new features you can take advantage of.

0 commit comments

Comments
 (0)