From 7c92d3984a702f024bcc19f3e812ed2be5b19da2 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 4 Mar 2022 11:07:30 -0800 Subject: [PATCH 1/2] 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' From 28b038353e408025071335887512057bf1e32af5 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 4 Mar 2022 11:08:59 -0800 Subject: [PATCH 2/2] Remove note about dump and root NS since not 100% sure --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79eec3..790398c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,6 @@ * 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. * Watch your providers README.md and CHANGELOG.md for support and more information. * Root NS record changes will always require `--force` indicating that they