Cloud Native

Helm 3 final limited release Sep 9, 2026 — security support until Feb 10, 2027

Helm 3 gets a last limited release on Sep 9, 2026 with security backports through Feb 10, 2027. Teams must prioritize chart and CI migrations now. Act now.

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

Helm maintainers just drew a firm red line under Helm 3: a last, narrowly scoped release on September 9, 2026, and a security-only support window that ends February 10, 2027. That final release is explicitly limited to client library bumps (think client-go) so Helm can work with newer Kubernetes server versions — it is not a vehicle for ongoing feature work. If your platform still runs Helm 3 in CI or the cluster, this isn't optional housekeeping; it's a hard deadline for migration planning.

This is the right call. Extending full-feature support for another year would only compound compatibility debt across dozens of charts and chart-testing pipelines. But make no mistake: the timetable creates real operational pressure. Helm's last functional change is a small-surface technical decision with large organizational consequences: chart repos, automated chart-release pipelines, GitOps flows, and internal tooling that shell out to helm 3 binaries all need explicit migration paths now.

If you want a concise migration checklist: catalog where Helm 3 runs in CI/CD, identify charts that use deprecated Kubernetes APIs (for example, extensions/v1beta1 or older apps/* beta APIs), test charts against Helm 3's final client-go, and schedule cutovers so your clusters and runners are on a supported toolchain before the security-only window begins. I don't buy the "we'll update later" play — the window is tight and the falloff is abrupt. (If you missed our prior coverage, see "Helm 3: End-of-life schedule — final limited feature release Sep 9, 2026 and security patches to Feb 2027" for timeline detail.)

Istio published a security bulletin this week aggregating several Envoy CVEs and two Istio-specific issues you should care about today: an EnvoyFilter regex-based denial-of-service vector and a BackendTLSPolicy scenario where sidecars may fall back to plaintext if a referenced CA cannot be resolved. The latter is a dangerous silent failure mode. Upstream recommends applying any available patches for your release stream or upgrading to the fixed release as soon as your testing allows; treat this as an operational priority for control-plane and sidecar deployments.

On GitOps and observability, the week was quieter but important. Argo CD continues on a predictable minor-release cadence that gives platform teams regular upgrade windows — treat scheduled RCs and GA dates as planning anchors. OpenTelemetry published a new Go preview release; if you rely on the Go SDK or exporters, verify compatibility with your instrumented services before upgrading.

Grafana's recent release notes include Git Sync improvements (better GitHub Enterprise support and faster updates via webhooks), enhancements to Azure Monitor integrations that reduce query overhead, and dashboard Thresholds improvements that make variable interpolation more useful. Small UX and integration wins like these reduce friction in platform workflows — they're the sort of improvements you only notice when they aren't there.

Two things to take away. First, Helm 3's enforced sunset is overdue but unavoidable; treating it like optional work is a strategic mistake. Second, Istio's bulletin is a reminder that control-plane tooling changes and TLS configurations can fail in non-obvious ways — fail-open is a bug category you must eliminate from your threat model.

Platform teams that treat both as calendar-driven projects — Helm migrations slotted into Q4 and Istio patching scheduled into the next maintenance window — will survive this period with minimal drama. Teams that kick the can will be surprised, either by degraded security guarantees or by a weekend sprint to fix CI pipelines. My prediction: expect a spike in chart-formatting PRs and private chart repo upgrades between September and November as orgs rush to be done before the security-only window begins.

Sources

helmistioargo-cdgrafana
← All articles
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.

Sep 3, 2026·3mhelm-3opentelemetry
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