Announcing Istio 1.30.0

Istio 1.30 Release Announcement.

May 18, 2026

We are pleased to announce the release of Istio 1.30. Thank you to all our contributors, testers, users, and enthusiasts for helping us get the 1.30.0 release published! We would like to thank the Release Managers for this release, Petr McAllister from Solo.io, Jacek Ewertowski from Red Hat, and Jackson Greer from Microsoft.

CHANGE NOTES

Get a detailed list of what's changed.

BEFORE YOU UPGRADE

Things to know and prepare before upgrading.

DOWNLOAD

Download and install this release.

DOCS

Visit the documentation for this release.

What’s new?

Agentgateway: experimental new gateway implementation

Istio 1.30 ships experimental support for agentgateway as a Gateway API implementation. Agentgateway is a new data plane proxy built for AI agent and MCP server traffic; when enabled, it replaces Envoy on the gateway pod. In this release it is wired in as a single GatewayClass (istio-agentgateway) and is supported only as a Gateway API gateway, not as a sidecar or waypoint. Enable it by setting PILOT_ENABLE_AGENTGATEWAY=true on istiod. See the agentgateway Kubernetes documentation for installation and configuration details. This is early-access functionality. Expect rough edges; feedback is welcome.

Gateway API and TLSRoute improvements

This release adds support for TLSRoute termination and mixed mode, support for TLS passthrough listeners on east-west gateways, and reports attached ListenerSets and routes in Gateway status. Combined, these changes make Istio’s Gateway API implementation closer to feature parity with the in-tree spec and improve operability for multi-tenant gateway scenarios.

Ambient mode enhancements

Several ambient features land in 1.30:

Traffic management additions

Helm v4 support

Istio 1.30 adds support for Helm v4 (server-side apply). A long-standing issue with webhook failurePolicy field ownership during upgrades has also been addressed. Users running Helm v4 should upgrade smoothly without the previous workarounds.

Security

Installation and operability

Telemetry

Plus much more

Read about these and more in the full release notes.

Upgrading to 1.30

We would like to hear from you regarding your experience upgrading to Istio 1.30. You can provide feedback in the #release-1_30 channel in our Slack workspace.

Would you like to contribute directly to Istio? Find and join one of our Working Groups and help us improve.

See also