Update 1.17 release notes (#12706)

Update reference to feature status for dual stack support.
This commit is contained in:
Mariam John 2023-02-17 12:21:57 -06:00 committed by GitHub
parent cc750f532e
commit 2c8abd3953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Istio's implementation of the [Gateway API](https://gateway-api.sigs.k8s.io/) ha
- Enable users to deploy a service with a single or dual stack IP family on a dual stack cluster. For instance, a user can separately deploy 3 services with IPv4 only, IPv6 only and dual stack IP families on a dual stack Kubernetes cluster, enabling these services to be accessible to each other via sidecar.
- Added extra source address configuration for gateway's listeners to support dual stack mode, so that IPv4 and IPV6 clients outside of the service mesh can access the gateway. This is applicable only for auto deployed gateways via the gateway controller, and the native gateway of Kubernetes should already support dual stack.
This is an alpha feature and is currently under [active development]( https://github.com/istio/istio/issues/40394).
This is an experimental feature and is currently under [active development]( https://github.com/istio/istio/issues/40394).
### Added support for filter patching in Istio