1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update CHANGELOG for dynamic zone config and TOC in README

This commit is contained in:
Ross McFarland
2023-08-10 15:36:50 -07:00
parent e0610112ad
commit 866a9f9710
2 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -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)