mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #742 from octodns/rel-0-9-13
v0.9.13 version bump and CHANGELOG update
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,4 +1,4 @@
|
|||||||
## v0.9.13 - 2021-..-.. -
|
## v0.9.13 - 2021-07-18 - Processors Alpha
|
||||||
|
|
||||||
#### Noteworthy changes
|
#### Noteworthy changes
|
||||||
|
|
||||||
@@ -14,6 +14,16 @@
|
|||||||
America list for backwards compatibility reasons. They will be added in the
|
America list for backwards compatibility reasons. They will be added in the
|
||||||
next releaser.
|
next releaser.
|
||||||
|
|
||||||
|
#### Stuff
|
||||||
|
|
||||||
|
* Lots of progress on the partial/beta support for dynamic records in Azure,
|
||||||
|
still not production ready.
|
||||||
|
* NS1 fix for when a pool only exists as a fallback
|
||||||
|
* Zone level lenient flag
|
||||||
|
* Validate weight makes sense for pools with a single record
|
||||||
|
* UltraDNS support for aliases and general fixes/improvements
|
||||||
|
* Misc doc fixes and improvements
|
||||||
|
|
||||||
## v0.9.12 - 2021-04-30 - Enough time has passed
|
## v0.9.12 - 2021-04-30 - Enough time has passed
|
||||||
|
|
||||||
#### Noteworthy changes
|
#### Noteworthy changes
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
from __future__ import absolute_import, division, print_function, \
|
from __future__ import absolute_import, division, print_function, \
|
||||||
unicode_literals
|
unicode_literals
|
||||||
|
|
||||||
__VERSION__ = '0.9.12'
|
__VERSION__ = '0.9.13'
|
||||||
|
|||||||
Reference in New Issue
Block a user