Browse Source

Merge pull request #1291 from octodns/fix-changelog-pr-links

Fix changelog pr urls
pull/1292/head
Ross McFarland 4 months ago
committed by GitHub
parent
commit
0739194729
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 11 deletions
  1. +4
    -0
      .changelog/04299448c91147b49c25f6d09055f980.md
  2. +10
    -10
      CHANGELOG.md
  3. +1
    -1
      requirements-dev.txt

+ 4
- 0
.changelog/04299448c91147b49c25f6d09055f980.md View File

@ -0,0 +1,4 @@
---
type: none
---
Fix changelog pr urls

+ 10
- 10
CHANGELOG.md View File

@ -1,18 +1,18 @@
## 1.13.0 - 2025-08-06 - And then there was changelet
Minor:
* Quote NAPTR 'flags', 'service' and 'regexp' values as required by RFC2915 - [#1284](https://github.com/None/pull/1284)
* Add new provider parameter root_ns_warnings to disable root NS related warnings - [#1282](https://github.com/None/pull/1282)
* Fix issues with using Templating processor on alias zones - [#1279](https://github.com/None/pull/1279)
* Add trailing_dots parameter to templating processor - [#1278](https://github.com/None/pull/1278)
* Add unescaped semicolons support to YamlProvider - [#1253](https://github.com/None/pull/1253)
* Add validation to TXT records to check for double escaped semi-colons - [#1253](https://github.com/None/pull/1253)
* Add support for the URI record type - [#1275](https://github.com/None/pull/1275)
* Add kwags to filter processors __init__ - [#1274](https://github.com/None/pull/1274)
* Quote NAPTR 'flags', 'service' and 'regexp' values as required by RFC2915 - [#1284](https://github.com/octodns/octodns/pull/1284)
* Add new provider parameter root_ns_warnings to disable root NS related warnings - [#1282](https://github.com/octodns/octodns/pull/1282)
* Fix issues with using Templating processor on alias zones - [#1279](https://github.com/octodns/octodns/pull/1279)
* Add trailing_dots parameter to templating processor - [#1278](https://github.com/octodns/octodns/pull/1278)
* Add unescaped semicolons support to YamlProvider - [#1253](https://github.com/octodns/octodns/pull/1253)
* Add validation to TXT records to check for double escaped semi-colons - [#1253](https://github.com/octodns/octodns/pull/1253)
* Add support for the URI record type - [#1275](https://github.com/octodns/octodns/pull/1275)
* Add kwags to filter processors __init__ - [#1274](https://github.com/octodns/octodns/pull/1274)
Patch:
* Fix encoding and decoding of mixed idna fqdns - [#1285](https://github.com/None/pull/1285)
* Improve error messaging for unknown templating parameters - [#1280](https://github.com/None/pull/1280)
* Fix encoding and decoding of mixed idna fqdns - [#1285](https://github.com/octodns/octodns/pull/1285)
* Improve error messaging for unknown templating parameters - [#1280](https://github.com/octodns/octodns/pull/1280)
## 1.12.0 - 2025-06-25 - Automated changelogs


+ 1
- 1
requirements-dev.txt View File

@ -5,7 +5,7 @@ black==24.10.0
build==1.3.0
certifi==2025.8.3
cffi==1.17.1
changelet==0.1.0
changelet==0.2.0
charset-normalizer==3.4.3
click==8.1.8; python_version<'3.10'
click==8.2.1; python_version>='3.10'


Loading…
Cancel
Save