Browse Source
Merge pull request #1335 from octodns/rel-1-15-0
Version 1.15.0 bump & changelog update
pull/1336/head
v1.15.0
Ross McFarland
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with
10 additions and
34 deletions
-
.changelog/05f9b507087a4140932dd6a554c9d61d.md
-
.changelog/416cf8fe31c341adb1264feb7ef7be1e.md
-
.changelog/45575dea1d2949f58fc7989a5a57d4b5.md
-
.changelog/7964691076224439b4c8b9bcef2e4bb6.md
-
.changelog/7f722301e34140f7bbf0b4126709342d.md
-
.changelog/b146c7e36d3142c7ad5cac2518c43178.md
-
.changelog/be3a5f7895c84e7a829da3e9d57f8f99.md
-
.changelog/fbd3d292e2be485fb0e005d97b41c994.md
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,5 +0,0 @@ |
|
|
|
--- |
|
|
|
type: minor |
|
|
|
--- |
|
|
|
|
|
|
|
Add merge syntax support to !include tag, `<<: !include file.yaml` |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Drop required sphinx version a bit to support 3.10 |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: patch |
|
|
|
--- |
|
|
|
Use WARNING instead of deprecated WARN, fix log level alignment |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Script to update .ci-config.json with current python versions |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Add JSON coverage report format |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Pull in the latest template changes |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: minor |
|
|
|
--- |
|
|
|
Use dedicated Checksum logger so that checksum is visible in --quiet mode |
|
|
|
@ -1,4 +0,0 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Switch to proviso for requirements.txt management |
|
|
|
@ -1,3 +1,12 @@ |
|
|
|
## 1.15.0 - 2025-11-23 |
|
|
|
|
|
|
|
Minor: |
|
|
|
* Use dedicated Checksum logger so that checksum is visible in --quiet mode - [#1333](https://github.com/octodns/octodns/pull/1333) |
|
|
|
* Add merge syntax support to !include tag, `<<: !include file.yaml` - [#1315](https://github.com/octodns/octodns/pull/1315) |
|
|
|
|
|
|
|
Patch: |
|
|
|
* Use WARNING instead of deprecated WARN, fix log level alignment - [#1333](https://github.com/octodns/octodns/pull/1333) |
|
|
|
|
|
|
|
## 1.14.0 - 2025-10-24 |
|
|
|
|
|
|
|
Minor: |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
# TODO: remove __VERSION__ w/2.x |
|
|
|
__version__ = __VERSION__ = '1.14.0' |
|
|
|
__version__ = __VERSION__ = '1.15.0' |