From a81bdeda677faef05b592572c2160e30172eff37 Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Thu, 14 Nov 2024 14:13:23 -0500 Subject: [PATCH] Add relnote Signed-off-by: Benjamin Leggett --- releasenotes/notes/3361.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/3361.yaml diff --git a/releasenotes/notes/3361.yaml b/releasenotes/notes/3361.yaml new file mode 100644 index 0000000000..3923c5d35d --- /dev/null +++ b/releasenotes/notes/3361.yaml @@ -0,0 +1,8 @@ +apiVersion: release-notes/v2 +kind: feature +area: traffic-management +issue: +- 49829 +releaseNotes: +- | + **Added** `ambient.istio.io/bypass-dns-capture` annotation. When specified on a `Pod` enrolled in ambient mesh, DNS traffic (TCP and UDP on port 53) will not be captured or proxied. This will break some Istio features, such as ServiceEntries and egress waypoints, but may be desirable for workloads that interact poorly with DNS proxies.