Browse Source

v0.9.6 version bump and CHANGELOG updates

pull/376/head
Ross McFarland 7 years ago
parent
commit
0040a51f11
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 9
- 0
CHANGELOG.md View File

@ -1,3 +1,12 @@
## v0.9.6 - 2019-07-16 - The little one that fixes stuff from the big one
* Reduced dynamic record value weight range to 0-15 so that Dyn and Route53
match up behaviors. Dyn is limited to 0-15 and scaling that up would lose
resolution that couldn't be recovered during populate.
* Addressed issues with Route53 change set ordering for dynamic records
* Ignore unsupported record types in DigitalOceanProvider
* Fix bugs in Route53 extra changes handling and health check managagement
## v0.9.5 - 2019-05-06 - 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


+ 1
- 1
octodns/__init__.py View File

@ -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.5'
__VERSION__ = '0.9.6'

Loading…
Cancel
Save