CHANGELOG entry for YamlProvider !include support

This commit is contained in:
Ross McFarland
2023-08-19 14:11:44 -07:00
parent b5853ddc91
commit 645b088a38
+4
View File
@@ -15,6 +15,10 @@
common records across all zones using the provider. It can be used stand-alone
or in combination with zone files and/or split configs to aid in DRYing up DNS
configs.
* YamlProvider now supports an `!include` directive which enables shared
snippets of config to be reused across many records, e.g. common dynamic rules
across a set of services with service-specific pool values or a unified SFP
value included in TXT records at the root of all zones.
#### Stuff