From b6171de2cee057d30fc53a3fbea29b478e5fbf7d Mon Sep 17 00:00:00 2001 From: Ben Leggett <854255+bleggett@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:35:00 -0500 Subject: [PATCH] Fix incorrectly-flipped flag in relnotes (#16299) --- .../news/releases/1.25.x/announcing-1.25/change-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/releases/1.25.x/announcing-1.25/change-notes/index.md b/content/en/news/releases/1.25.x/announcing-1.25/change-notes/index.md index b2f69bd50f..34b8ba937d 100644 --- a/content/en/news/releases/1.25.x/announcing-1.25/change-notes/index.md +++ b/content/en/news/releases/1.25.x/announcing-1.25/change-notes/index.md @@ -25,7 +25,7 @@ These notices describe functionality that will be removed in a future release ac - **Promoted** the `cni.ambient.dnsCapture` value to default to `true`. This enables the DNS proxying for workloads in ambient mesh by default, improving security, performance, and enabling a number of features. This can be disabled explicitly or with `compatibilityVersion=1.24`. - Note: only new pods will have DNS enabled. To enable for existing pods, pods must be manually restarted, or the iptables reconciliation feature must be enabled with `--set cni.ambient.reconcileIptablesOnStartup=false`. + Note: only new pods will have DNS enabled. To enable for existing pods, pods must be manually restarted, or the iptables reconciliation feature must be enabled with `--set cni.ambient.reconcileIptablesOnStartup=true`. - **Promoted** the `PILOT_ENABLE_IP_AUTOALLOCATE` value to default to `true`. This enables the new iteration of [IP auto-allocation](/docs/ops/configuration/traffic-management/dns-proxy/#address-auto-allocation),