docs(v2dns): changelog

pull/20643/head
DanStough 2024-02-14 14:57:44 -05:00
parent 5ffa4046f6
commit 17de0e4b57
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809
1 changed files with 7 additions and 0 deletions

7
.changelog/20643.txt Normal file
View File

@ -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.
```