1
0
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:
Ross McFarland
2022-03-04 11:07:30 -08:00
parent 15a6629e20
commit 7c92d3984a
2 changed files with 7 additions and 5 deletions

View File

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

View File

@@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.9.15'
__VERSION__ = '0.9.16'