Helm
Package manager for Kubernetes applications
Helm runs two release trains in lockstep while v3 walks toward end-of-life.
◆Recent moves
- 4d ago
v4 patch: template debugging, test pod logs, apply conflict retry
A substantive v4 patch. helm template --debug reports errors better with --show-only, test pods now surface logs from all containers rather than one, and a missing conflict retry under server-side apply is restored. Also fixes a panic on repeated IsReachable calls, registry push token scoping, and gzip extra-field formatting in packaged charts.
View source ↗ - 4d ago
v3 patch: four Go vulnerability advisories closed via backports
The v3 twin of the same-day v4 release, and almost purely security: migration to ProtonMail/go-crypto for GO-2026-5932, otel and grpc bumps for GO-2026-5158 and GO-2026-6061, and x/crypto with x/text for GO-2026-5970. The one functional backport prevents a Files.Lines panic on empty files.
View source ↗ - 1mo ago
Helm v3.21.3
A v3 patch release whose published notes carry only download links and platform checksums, with no notable changes section. Nothing here indicates what changed.
View source ↗ - 1mo ago
Helm v4.2.3
The v4 half of the same-day pair with v3.21.3, likewise published with only binaries and checksums and no enumerated changes.
View source ↗ - 1mo ago
v3 client libraries aligned to Kubernetes v1.36
A single-purpose patch bumping the Kubernetes client libraries to match the v1.36 release. Routine, but it is the kind of alignment that determines whether Helm works against a freshly upgraded cluster.
View source ↗ - 2mo ago
v4 patch reverting a WaitForDelete race fix
Reverts the previous fix for a WaitForDelete race where the status observer cancelled the watch too early. The revert is the whole release, and the underlying flakiness resurfaces in later v4 patches.
View source ↗