Browse Source

v0.9.11 version bump and CHANGELOG update

pull/623/head
Ross McFarland 5 years ago
parent
commit
edf92fb159
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 29 additions and 4 deletions
  1. +28
    -3
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 28
- 3
CHANGELOG.md View File

@ -1,6 +1,31 @@
## v0.9.11 - 2020-??-?? - ???????????????
* Added support for TCP health checking to dynamic records
## v0.9.11 - 2020-11-05 - We still don't know edition
#### Noteworthy changtes
* ALIAS records only allowed at the root of zones - see `leient` in record docs
for work-arounds if you really need them.
#### New Providers
* Gandi LiveDNS
* UltraDNS
* easyDNS
#### Stuff
* Add support for zones aliases
* octodns-compare: Prefix filtering and status code on on mismatch
* Implement octodns-sync --source
* Adding environment variable record injection
* Add support for wildcard SRV records, as shown in RFC 2782
* Add healthcheck option 'request_interval' for Route53 provider
* NS1 georegion, country, and catchall need to be separate groups
* Add the ability to mark a zone as lenient
* Add support for geo-targeting of CA provinces
* Update geo_data to pick up a couple renames
* Cloudflare: Add PTR Support, update rate-limit handling and pagination
* Support PowerDNS 4.3.x
* Added support for TCP health checking of dynamic records
## v0.9.10 - 2020-04-20 - Dynamic NS1 and lots of misc


+ 1
- 1
octodns/__init__.py View File

@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.9.10'
__VERSION__ = '0.9.11'

Loading…
Cancel
Save