mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Rel 0.9.17 version bump & CHANGELOG update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## v0.9.17 - 2022-??-?? - ???
|
||||
## v0.9.17 - 2022-04-02 - Registration required
|
||||
|
||||
#### Noteworthy changes
|
||||
|
||||
@@ -15,10 +15,15 @@
|
||||
arbitrarily picked.
|
||||
* Record.register_type added so that providers can register custom record
|
||||
types, see [docs/records.md](docs/records.md) for more information
|
||||
* New `octodns-versions` command which will log out the version of octodns and
|
||||
any provider/processor/plan_output modules you are using.
|
||||
|
||||
#### Stuff
|
||||
|
||||
* Manager includes the octoDNS version in its init log line
|
||||
* Non-official release installs will now include a bit of the sha to indicate
|
||||
specifically what revision is being used, e.g. 0.9.17+abcdef12, these roughly
|
||||
follow PEP440 guidelines
|
||||
|
||||
## v0.9.16 - 2022-03-04 - Manage the root of the problem
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.16'
|
||||
__VERSION__ = '0.9.17'
|
||||
|
||||
Reference in New Issue
Block a user