mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
v0.9.5 version bump and CHANGELOG updates
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,7 +1,7 @@
|
|||||||
## v0.9.5 - 2019-??-?? - The big one, with all the dynamic stuff
|
## v0.9.5 - 2019-05-06 - The big one, with all the dynamic stuff
|
||||||
|
|
||||||
* dynamic record support, essentially a v2 version of geo records with a lot
|
* dynamic record support, essentially a v2 version of geo records with a lot
|
||||||
more flexibility and power. Also support dynamic CNAME records.
|
more flexibility and power. Also support dynamic CNAME records (alpha)
|
||||||
* Route53Provider dynamic record support
|
* Route53Provider dynamic record support
|
||||||
* DynProvider dynamic record support
|
* DynProvider dynamic record support
|
||||||
* SUPPORTS_DYNAMIC is an optional property, defaults to False
|
* SUPPORTS_DYNAMIC is an optional property, defaults to False
|
||||||
@@ -9,7 +9,13 @@
|
|||||||
* CloudflareProvider SRV record unpacking fix
|
* CloudflareProvider SRV record unpacking fix
|
||||||
* DNSMadeEasy provider uses supports to avoid blowing up on unknown record
|
* DNSMadeEasy provider uses supports to avoid blowing up on unknown record
|
||||||
types
|
types
|
||||||
|
* Updates to AzureProvider lib versions
|
||||||
* Normalize MX/CNAME/ALIAS/PTR value to lower case
|
* Normalize MX/CNAME/ALIAS/PTR value to lower case
|
||||||
|
* SplitYamlProvider support added
|
||||||
|
* DynProvider fix for Traffic Directors association to records, explicit rather
|
||||||
|
than "looks close enough"
|
||||||
|
* TinyDNS support for TXT and AAAA records and fixes to ; escaping
|
||||||
|
* pre-commit hook requires 100% code coverage
|
||||||
|
|
||||||
## v0.9.4 - 2019-01-28 - The one with a bunch of stuff, before the big one
|
## v0.9.4 - 2019-01-28 - The one with a bunch of stuff, before the big one
|
||||||
|
|
||||||
|
@@ -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.4'
|
__VERSION__ = '0.9.5'
|
||||||
|
Reference in New Issue
Block a user