|
| 1 | +--- |
| 2 | +title: Announcing Istio 1.27.0 |
| 3 | +linktitle: 1.27.0 |
| 4 | +subtitle: Major Release |
| 5 | +description: Istio 1.27 Release Announcement. |
| 6 | +publishdate: 2025-08-11 |
| 7 | +release: 1.27.0 |
| 8 | +aliases: |
| 9 | + - /news/announcing-1.27 |
| 10 | + - /news/announcing-1.27.0 |
| 11 | +--- |
| 12 | + |
| 13 | +We are pleased to announce the release of Istio 1.27. Thank you to all our contributors, testers, users and enthusiasts for helping us get the 1.27.0 release published! |
| 14 | +We would like to thank the Release Managers for this release, **Jianpeng He** from Tetrate, **Faseela K** from Ericsson Software Technology, and **Gustavo Meira** from Microsoft. |
| 15 | + |
| 16 | +{{< relnote >}} |
| 17 | + |
| 18 | +{{< tip >}} |
| 19 | +Istio 1.27.0 is officially supported on Kubernetes versions 1.29 to 1.33. |
| 20 | +{{< /tip >}} |
| 21 | + |
| 22 | +## What’s new? |
| 23 | + |
| 24 | +### Inference Extension Support |
| 25 | + |
| 26 | +[Gateway API Inference Extension](https://gateway-api-inference-extension.sigs.k8s.io/) is an official Kubernetes project designed to optimize the self-hosting of Generative AI models on Kubernetes. It provides a standardized, vendor-neutral approach to intelligent AI traffic management. |
| 27 | + |
| 28 | +Istio 1.27 includes a [fully-compliant implementation](https://gateway-api-inference-extension.sigs.k8s.io/implementations/gateways/#istio) of the extension when using the Gateway API for cluster ingress traffic control. |
| 29 | + |
| 30 | +[Learn more about the extension and Istio's implementation](/blog/2025/inference-extension-support/). |
| 31 | + |
| 32 | +### Ambient Multicluster |
| 33 | + |
| 34 | +Support for multi-cluster deployments in ambient mode is now available in Alpha. This enables multiple ambient mode clusters to be connected into the same mesh, expanding the scope of no-sidecar networking to larger and more distributed environments. |
| 35 | + |
| 36 | +In this initial release, testing has been focused on multi-network, multi-primary topologies, where each cluster runs its own control plane. Support for more complex topologies will follow as the baseline feature matures. |
| 37 | + |
| 38 | +### CRL Support for Plugged-in CAs |
| 39 | + |
| 40 | +Certificate Revocation List (CRL) support is now available for users who have "plugged in" their own certificate authority, rather than using the default provided by Istio. This allows proxies to validate and reject revoked certificates, strengthening the security posture of mesh deployments using plugged-in CAs. |
| 41 | + |
| 42 | +### ListenerSets Support |
| 43 | + |
| 44 | +The new [ListenerSets](https://gateway-api.sigs.k8s.io/geps/gep-1713) API allows you to define a reusable set of listeners that can be attached to a `Gateway` resource. This promotes consistency and reduces duplication when managing multiple Gateways that share common listener configurations. |
| 45 | + |
| 46 | +### Native nftables Support in Sidecar Mode |
| 47 | + |
| 48 | +Istio now supports the [native nftables](https://github.com/istio/istio/issues/47821) backend in Sidecar mode. nftables is the modern successor to iptables, providing better performance, improved maintainability, and more flexible rule management for transparent traffic redirection to and from the Envoy sidecar proxy. |
| 49 | + |
| 50 | +Many major Linux distributions are adopting nftables as the default packet filtering framework, and Istio’s native support ensures compatibility with this shift. |
| 51 | + |
| 52 | +Support for nftables in ambient mode is actively being developed and will arrive in a future release. |
| 53 | + |
| 54 | +## Upgrading to 1.27 |
| 55 | + |
| 56 | +We would like to hear from you regarding your experience upgrading to Istio 1.27. You can provide feedback in the `#release-1.27` channel in our [Slack workspace](https://slack.istio.io/). |
| 57 | + |
| 58 | +Would you like to contribute directly to Istio? Find and join one of our [Working Groups](https://github.com/istio/community/blob/master/WORKING-GROUPS.md) and help us improve. |
0 commit comments