1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #535 from github/rel-0-9-10

v0.9.10 version bump and CHANGELOG update
This commit is contained in:
Ross McFarland
2020-04-27 07:28:01 -07:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -1,10 +1,16 @@
## v0.9.10 - ????-??-?? - ??? ## v0.9.10 - 2020-04-20 - Dynamic NS1 and lots of misc
* Added support for dynamic records to Ns1Provider, updated client and rate * Added support for dynamic records to Ns1Provider, updated client and rate
limiting implementation limiting implementation
* Moved CI to use GitHub Actions * Moved CI to use GitHub Actions
* Set up dependabot to automatically PR requirements updates * Set up dependabot to automatically PR requirements updates
* Pass at bumping all of the requirements * Pass at bumping all of the requirements and Dependabot them going forward
* Enhanced `dynamic` pool validation rules
* Delegation set support for Route53 and fix for CNAME/A ordering issues
* DNSimple sandbox support
* OVHProvider support for CAA
* Akamai rename FastDNS to EdgeDNS
* Transip bumped to 2.1.2 which should get away from its SOAP api which is EOLd
## v0.9.9 - 2019-11-04 - Python 3.7 Support ## v0.9.9 - 2019-11-04 - Python 3.7 Support

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.9' __VERSION__ = '0.9.10'