Browse Source

Fix changelog pr urls

pull/1291/head
Ross McFarland 4 months ago
parent
commit
a272bab6f4
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 14 additions and 10 deletions
  1. +4
    -0
      .changelog/04299448c91147b49c25f6d09055f980.md
  2. +10
    -10
      CHANGELOG.md

+ 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


Loading…
Cancel
Save