From 17de0e4b571d47a269899a9e7ff6276056384c5d Mon Sep 17 00:00:00 2001 From: DanStough Date: Wed, 14 Feb 2024 14:57:44 -0500 Subject: [PATCH] docs(v2dns): changelog --- .changelog/20643.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/20643.txt diff --git a/.changelog/20643.txt b/.changelog/20643.txt new file mode 100644 index 000000000000..5c16c8784d44 --- /dev/null +++ b/.changelog/20643.txt @@ -0,0 +1,7 @@ +```release-note:feature +dns: adds experimental support for a refactored DNS server that is v1 and v2 Catalog compatible. +Use `v2dns` in the `experiments` agent config to enable. +It will automatically be enabled when using the `resource-apis` (Catalog v2) experiment. +The new DNS implementation will be the default in Consul 1.19. +See the [Consul 1.18.x Release Notes](https://developer.hashicorp.com/consul/docs/release-notes/consul/v1_18_x) for deprecated DNS features. +```