Browse Source

Update CHANGELOG for dynamic zone config and TOC in README

pull/1026/head
Ross McFarland 2 years ago
parent
commit
866a9f9710
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 12 additions and 0 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +4
    -0
      README.md

+ 8
- 0
CHANGELOG.md 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


+ 4
- 0
README.md 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)


Loading…
Cancel
Save