diff --git a/CHANGELOG.md b/CHANGELOG.md index c22651e..7b8025f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## v1.1.0 - 2023-??-?? - ??? +#### Noteworthy changes + +* New dynamic zone config support that allows wildcard entries in the octoDNS + config to be expanded by the source provider(s). See + [Dynamic Zone Config](/README.md#dynamic-zone-config) for more information. + +#### Stuff + * Add context to general configuration and Record validation, e.g. Some problem at filename.yaml, line 42, column 14. Our custom Yaml Loaders attach this context information, arbitrary string. Other providers may do so diff --git a/README.md b/README.md index 7fb502e..9ab50fc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ The architecture is pluggable and the tooling is flexible to make it applicable * [Workspace](#workspace) * [Installing a specific commit SHA](#installing-a-specific-commit-sha) * [Config](#config) + * [Dynamic Zone Config](#dynamic-zone-config) + * [Static Zone Config](#static-zone-config) + * [General Configuration Concepts](#general-configuration-concepts) + * [Quick Example Record](#quick-example-record) * [Noop](#noop) * [Making changes](#making-changes) * [Workflow](#workflow)