mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Rel 0.9.16 version bump & CHANGELOG update
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,4 +1,4 @@
|
||||
## v0.9.16 - 2022-??-?? - ???
|
||||
## v0.9.16 - 2022-03-04 - Manage the root of the problem
|
||||
|
||||
#### Noteworthy changes
|
||||
|
||||
@@ -6,14 +6,16 @@
|
||||
* YamlProvider has it enabled and in general everyone should add root NS
|
||||
records that match what is in their provider(s) as of this release if they
|
||||
aren't already there.
|
||||
* Other providers will add root NS support over time following this release
|
||||
once they have had the chance to investigate the functionality and
|
||||
implement management if possible with whatever accomidations are required.
|
||||
* Note that if you created your config files with `octodns-dump`, the records
|
||||
are likely already there and match what was configured at the time of the
|
||||
dump.
|
||||
* Other providers will add root NS support over time once they have had the
|
||||
chance to investigate the functionality and implement management if
|
||||
possible with whatever accomidations are required.
|
||||
* Watch your providers README.md and CHANGELOG.md for support and more
|
||||
information.
|
||||
* Root NS record changes will always require `--force` indicating that they
|
||||
are impactful changes that need a careful :eyes:
|
||||
|
||||
#### Stuff
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.15'
|
||||
__VERSION__ = '0.9.16'
|
||||
|
||||
Reference in New Issue
Block a user