From 7c92d3984a702f024bcc19f3e812ed2be5b19da2 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 4 Mar 2022 11:07:30 -0800 Subject: [PATCH] Rel 0.9.16 version bump & CHANGELOG update --- CHANGELOG.md | 10 ++++++---- octodns/__init__.py | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add77cf..e79eec3 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/octodns/__init__.py b/octodns/__init__.py index 64add48..516d34b 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -3,4 +3,4 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals -__VERSION__ = '0.9.15' +__VERSION__ = '0.9.16'