istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/50132.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: traffic-management 4 issue: 5 - 48362 6 releaseNotes: 7 - | 8 **Added** the annotation `networking.istio.io/address-type` to allow `istio` class Gateways to use `ClusterIP` for status addresses. 9 **Added** the ability to annotate workloads or services with `istio.io/use-waypoint` pointing to Gateways of arbitrary gateway classes. 10 11 These changes allow configuring a standard `istio` gateway as a Waypoint. 12 For this to work, it must be configured as a `ClusterIP` Service with 13 redirection enabled. This is colloquially referred to as a "gateway 14 sandwich" where the zTunnel layer handles mTLS.