Browse Source

Rel 0.9.15 version bump & CHANGELOG update

pull/874/head
Ross McFarland 4 years ago
parent
commit
8a6f7247e9
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 10 additions and 5 deletions
  1. +9
    -4
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 9
- 4
CHANGELOG.md View File

@ -1,11 +1,10 @@
## v0.9.15 - 202?-??-?? - ??
## v0.9.15 - 2022-02-07 - Where have all the providers gone?
#### Noteworthy changes #### Noteworthy changes
* Provider extraction has begun, see
* Providers extracted from octoDNS core into individual repos
https://github.com/octodns/octodns/issues/622 & https://github.com/octodns/octodns/issues/622 &
https://github.com/octodns/octodns/pull/822 for more information. Providers
that have been extracted in this release include:
https://github.com/octodns/octodns/pull/822 for more information.
* [AzureProvider](https://github.com/octodns/octodns-azure/) * [AzureProvider](https://github.com/octodns/octodns-azure/)
* [AkamaiProvider](https://github.com/octodns/octodns-edgedns/) * [AkamaiProvider](https://github.com/octodns/octodns-edgedns/)
* [CloudflareProvider](https://github.com/octodns/octodns-cloudflare/) * [CloudflareProvider](https://github.com/octodns/octodns-cloudflare/)
@ -34,6 +33,9 @@
files) have been updated and minimized and a helper script, files) have been updated and minimized and a helper script,
script/update-requirements has been added to help manage the txt files going script/update-requirements has been added to help manage the txt files going
forward. forward.
#### Prior to extraction
* NS1 provider has received improvements to the dynamic record implementation. * NS1 provider has received improvements to the dynamic record implementation.
As a result, if octoDNS is downgraded from this version, any dynamic records As a result, if octoDNS is downgraded from this version, any dynamic records
created or updated using this version will show an update. created or updated using this version will show an update.
@ -43,11 +45,14 @@
more information. If octoDNS is downgraded from this version, any dynamic more information. If octoDNS is downgraded from this version, any dynamic
records created or updated using this version and matching the said edge-case records created or updated using this version and matching the said edge-case
will not be read/parsed correctly by the older version and will show a diff. will not be read/parsed correctly by the older version and will show a diff.
* Transip was updated to their new client api
#### Stuff #### Stuff
* Additional FQDN validation to ALIAS/CNAME value, MX exchange, SRV target and * Additional FQDN validation to ALIAS/CNAME value, MX exchange, SRV target and
tests of the functionality. tests of the functionality.
* Improvements around dynamic record value weights allowing finer grained
control
## v0.9.14 - 2021-10-10 - A new supports system ## v0.9.14 - 2021-10-10 - A new supports system


+ 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.14'
__VERSION__ = '0.9.15'

Loading…
Cancel
Save