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

CHANGELOG and README updates for root NS support

This commit is contained in:
Ross McFarland
2022-02-14 10:40:52 -08:00
parent b49b9551c5
commit 3bb67806a0
2 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,23 @@
## v0.9.16 - 2022-??-?? - ???
#### Noteworthy changes
* Foundational support for root NS record management.
* YamlProvider has it enabled and in general everyone should add root NS
records that match what is in their provider(s) as of this release if they
an're already there.
* Note that if you created you config files with `octodns-dump` the records
are likely already there and match what was configured at the time of the
dump.
* Other providers will add root NS support over time once they have had the
chance to investigate the functionality and implement management if
possible with whatever accomidations are required.
* Once you are using this release and an provider version that supports root
NS management you will get errors if you do not have root NS records
included by your source(s).
* Watch your providers README.md and CHANGELOG.md for support and more
information.
#### Stuff
* _AggregateTarget has more complete handling of SUPPORTS* functionality,

View File

@@ -223,7 +223,7 @@ The table below lists the providers octoDNS supports. They are maintained in the
| [Selectel](https://selectel.ru/en/services/additional/dns/) | [octodns_selectel](https://github.com/octodns/octodns-selectel/) | |
| [TransIP](https://www.transip.eu/knowledgebase/entry/155-dns-and-nameservers/) | [octodns_transip](https://github.com/octodns/octodns-transip/) | |
| [UltraDNS](https://www.home.neustar/dns-services) | [octodns_ultra](https://github.com/octodns/octodns-ultra/) | |
| [YamlProvider](/octodns/provider/yaml.py) | built-in | config |
| [YamlProvider](/octodns/provider/yaml.py) | built-in | Supports all record types and core functionality |
### Updating to use extracted providers
@@ -242,7 +242,6 @@ Similar to providers, but can only serve to populate records into a zone, cannot
| [AxfrSource](/octodns/source/axfr.py) | A, AAAA, CAA, CNAME, LOC, MX, NS, PTR, SPF, SRV, TXT | No | read-only |
| [ZoneFileSource](/octodns/source/axfr.py) | A, AAAA, CAA, CNAME, MX, NS, PTR, SPF, SRV, TXT | No | read-only |
| [TinyDnsFileSource](/octodns/source/tinydns.py) | A, CNAME, MX, NS, PTR | No | read-only |
| [YamlProvider](/octodns/provider/yaml.py) | All | Yes | config |
#### Notes