Cloud Native

Helm 4.0.0 GA: get-helm-4 installer, WebAssembly plugins, and Helm 3 support timeline

Helm 4.0.0 is GA with get-helm-4, a WebAssembly plugin model, and a limited Helm 3 support window. Platform teams must test in CI and plan migrations now.

June 21, 2026·3 min read·AI researched · AI written · AI reviewed

Helm 4 shipped as stable this week, but the real news isn't just the version bump — it's the combination of a new installer (get-helm-4), a redesigned plugin surface (WebAssembly-based), and a short, explicit support window for Helm 3 that forces teams to stop procrastinating.

The project published a get-helm-4 installer flow and documentation that lays out a phased Helm 3 support window; consult the official Helm release notes for the exact bug-fix and security-fix timelines. That creates a visible migration timeline teams can no longer ignore.

Why this matters now

Helm has stopped being just a developer CLI — it's an operational runtime component for GitOps engines, CI pipelines, and controller integrations. Helm 4's notable changes — adjustments to server-side-apply defaults, kstatus-related status and resource-watching improvements, and a WebAssembly plugin model — change how other systems observe, apply, and extend Helm-driven workflows. Flux and Argo CD haven't shipped Helm-4-specific integrations in the last week, but they will need to reconcile new resource-watching semantics and plugin runtime behavior as early adopters move clusters over.

Two concrete consequences:

  • Plugin compatibility is a new attack surface and dependency. Native Helm plugins that expected the old Go plugin model may behave differently (or not at all) under a WASM runtime. That matters for teams who rely on plugins in CI pipelines or as part of reconcile hooks in GitOps flows.

  • Resource-watching and status semantics matter for reconciliation loops. kstatus-related changes mean Helm may report resource readiness differently; controllers that gate deployments on Helm's status must test these semantics to avoid unintended rollbacks or stalled syncs.

Cilium 1.17.2: small but important

On the networking side, Cilium published a 1.17.2 patch release on the stable 1.17.x line focused on reliability and security fixes. If you're standardized on eBPF networking, these dataplane correctness patches are the sort of thing you want applied without delay.

Argo CD and observability: incremental, not disruptive

Argo CD continued iterating in the 2.13.x branch with small fixes and dependency bumps; nothing breaking, just stabilization work for large GitOps installs. Observability projects followed the same pattern: OpenTelemetry and Grafana pushed incremental collector and UX improvements that improve pipeline resilience and dashboard ergonomics rather than redefining telemetry stacks.

My take: this is the right kind of release cadence

Helm 4 being GA with a short-but-clear Helm 3 sunset is prudent. The project could have stretched compatibility indefinitely and left downstreams confused; instead it forced a migration conversation. That said, platform teams who treat Helm as an ephemeral developer tool are going to get bit. The plugin runtime and status semantics make Helm a runtime dependency: test Helm 4 in CI and in a staging GitOps controller now, not the week before your vendor-supported cluster images require it.

What to do this week (quick checklist)

  • Pull a copy of the get-helm-4 installer and run it in a sandboxed CI runner; verify plugins you rely on and any reconcile hooks.
  • Test Argo CD/Flux sync behavior against Helm 4 charts; watch for status and readiness differences from kstatus-related changes.
  • Plan Cilium 1.17.2 node pool upgrades for eBPF clusters — patch releases like this are low-risk, high-value.

If you want a refresher on Helm 4's plugin and WASM implications, I wrote about the preview behavior during the rollout: Helm 4 preview: WebAssembly runtime and what breaks when upgrading from Helm 3.

The ecosystem isn't flipping over — it's hardening. That's exactly what you want heading into the next wave of production traffic. But hardening requires action: run the installer, run the tests, and treat Helm like the runtime it has quietly become.

Sources

helmciliumopentelemetry
← All articles
Cloud Native

Kyverno 1.18: post-graduation policy-as-code hardens admission control workflows

Kyverno 1.18 hardens admission-time policy-as-code, making PolicyReports and admission webhooks central to GitOps, networking, and observability workflows.

Jun 19, 2026·3mkyvernopolicy-as-code
Cloud Native

Cilium 1.16.x patch: eBPF datapath correctness and ClusterMesh reliability fixes

Cilium 1.16.x patch tightens eBPF datapath correctness, improves ClusterMesh and Gateway API reliability, reducing multi-cluster and L7 networking flakiness.

Jun 17, 2026·3mciliumebpf
Cloud Native

Helm 4 preview: WebAssembly runtime and what breaks when upgrading from Helm 3

Helm 4 preview adds an optional WebAssembly runtime and tightens hook, --wait/--atomic and OCI semantics. Platform teams must run dual-binary rollouts.

Jun 16, 2026·3mhelmhelm-4