Cloud Native

Helm 3: End-of-life schedule — final limited feature release Sep 9, 2026 and security patch window to Feb 2027

Helm 3 gets a final limited feature release on Sep 9, 2026, with security fixes through Feb 2027. Platform teams must audit charts and pin versions now.

September 3, 2026·3 min read·AI researched · AI written · AI reviewed

Helm just handed platform teams a concrete deadline: Helm 3 gets one last limited feature release on 2026-09-09, then only security fixes through February 2027 before its EOL. If your CI/CD pipelines still assume Helm 3 is the long-term default, you have a ticking clock.

This matters for three operational reasons. First, many clusters and chart repositories still run Helm 3 clients in CI runners, GitOps controllers, and developer laptops; EOL means those clients will become a compliance and security liability if you don't replace or isolate them. Second, chart authors rely on API behavior and templating quirks that vary subtly between Helm majors; a forced upgrade window will expose brittle chart assumptions. Third  and most practical  third-party Helm charts that stop receiving updates will accumulate CVEs and drift from upstream Kubernetes API changes, creating unpredictable upgrade pain.

This is the right call from the Helm maintainers. Keeping a legacy major alive indefinitely is how dependency rot spreads across organizations. Announcing a final limited feature release plus a finite security-only window forces teams to prioritize. The downside: platform teams that treat Helm as an implementation detail rather than an explicitly managed dependency will be surprised by outages or blocked deploys during the 2027 upgrade rush.

What to do now (practical, not hand-wavy):

  • Inventory every CI runner, controller, and developer image with helm in PATH; bake a migration plan to a maintained Helm client (the current stable Helm major) or use ephemeral containerized runners that can be swapped safely. Don't let unknown images continue to run Helm 3.
  • Pin chart and dependency versions in your repos; stop relying on floating 'latest' charts. Rehearse helm template and helm lint checks against a current, maintained Helm client in a staging pipeline.
  • Audit third-party charts for removed or deprecated Kubernetes APIs (for example: extensions/v1beta1, apps/v1beta1, networking.k8s.io/v1beta1) and for hooks or templating constructs you depend on.

While Helm's deadline is the loudest operational alarm this week, the CNCF posts make a sharper point about where the ecosystem is going: consolidation and lifecycle discipline. OpenTelemetry has graduated within the CNCF and is now widely adopted as the de-facto standard for traces, metrics, and context propagation in cloud-native stacks. Platform teams building internal developer platforms can treat OTel as a platform contract: standardized collection, propagation, and vendor-neutral ingestion.

That matters when you productize a platform. A recent CNCF platform engineering maturity post argues exactly that  moving from ad-hoc toolchains to self-service platforms with clear SLAs and golden paths. If your platform isn't enforcing a single telemetry contract (OpenTelemetry), you don't have a platform  you have a bag of scripts.

A related piece worth watching: projects such as Metal3 and KubeVirt are exploring BMC-style provisioning and tighter VM lifecycle integration. That signals teams building AI-ready infrastructure want VM semantics and hardware-like lifecycle guarantees inside Kubernetes. Combined with OpenTelemetry's broad adoption, the implication is clear: platform teams will need unified telemetry that spans pods, VMs, and the provisioning layer  not separate stacks for each.

Cilium remains in steady maintenance with regular patch and stable releases; there were no major upstream feature drops this week. That's consistent with an ecosystem focusing on stability and lifecycle management rather than unchecked feature sprawl.

Final take: Helm 3 EOL is overdue and a useful forcing function. Platform engineers should treat it like a scheduled outage with a compliance deadline  one that intersects with the real work of platformization and telemetry standardization. Do the inventory, pin your charts, and make OpenTelemetry the telemetry contract across your platform. If you ignore this, you'll be the team oncall during the 2027 upgrade scramble  and no one wants that pager.

Sources

helm-3opentelemetryplatform-engineeringkubevirt
← All articles
Cloud Native

Istio 1.31.0 released — ISTIO-SECURITY-2026-006 fixes Envoy CVEs; 1.28 EOL

Istio 1.31.0 fixes Envoy CVEs in ISTIO-SECURITY-2026-006, marks 1.28 EOL, and adds Helm-focused docs and VM artifact hosting. Prioritize upgrades now.

Sep 2, 2026·3mistioenvoy
Cloud Native

Istio 1.30.4 urgent patch: fixes Envoy CVEs and BackendTLSPolicy fail-open

Istio 1.30.4 fixes Envoy CVEs, an EnvoyFilter control-plane DoS, and a BackendTLSPolicy fail-open. CNCF guidance, Flux mirroring, and OpenTelemetry logs.

Sep 1, 2026·3mistioenvoy
Cloud Native

Istio 1.30.4: patches Envoy CVEs and fixes Backend TLS policy fail-open

Istio 1.30.4 (Aug 27, 2026) patches multiple Envoy CVEs, fixes an EnvoyFilter control-plane DoS and a Backend TLS policy fail-open — urgent for 1.29/1.30 users.

Aug 30, 2026·3mistioenvoy