From 875df3498e48ff91be1d9d74a26a8a1e243ec475 Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 8 Jul 2024 19:44:35 -0600 Subject: [PATCH] added changelog --- .changelog/571.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changelog/571.txt diff --git a/.changelog/571.txt b/.changelog/571.txt new file mode 100644 index 00000000..34ec25f5 --- /dev/null +++ b/.changelog/571.txt @@ -0,0 +1,9 @@ +```release-note:feature +Added the ability to set the `-mode` flag. Options available are `sidecar` and `dns-proxy`. The system defaults to `sidecar`. +When set to `sidecar`: +- DNS Server, xDS Server, and Envoy are enabled. +- The system validates that `-consul-dns-bind-addr` and equivalent environment variable must be set to the loopback address. +When set to `dns-proxy`: +- Only DNS Server is enabled. xDS Server and Envoy are disabled. +- `consul-dns-bind-addr` and equivalent environment variable can be set to other values besides the loopback address. +``` \ No newline at end of file