Skip to content

Commit ee11551

Browse files
committed
update changelog and readme for release
1 parent e467963 commit ee11551

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@
44

55
[Full Changelog](https://github.com/dnsimple/chef-pdns/compare/v10.0.0...v11.0.0)
66

7+
**Breaking changes:**
8+
9+
**PowerDNS Recursor Configuration Format Updated to YAML**
10+
11+
The cookbook now configures `recursor.conf` using the new YAML-based format introduced in recent versions of PowerDNS Recursor.
12+
13+
⚠️ **Action required:** Existing configurations defined using the legacy `key=value` format must be updated to YAML to prevent configuration errors or service failures. Use `rec_control show-yaml path/to/recursor.conf` to show the conversion of a specific old-style settings file.
14+
15+
Refer to the [PowerDNS Recursor documentation](https://docs.powerdns.com/recursor/yamlsettings.html) for the updated syntax and supported options.
16+
17+
See the [README](./README.md) for guidance on using the `pdns_recursor_config` resource.
18+
719
**Implemented enhancements:**
820

921
- Add support for latest recursor releases [\#138](https://github.com/dnsimple/chef-pdns/pull/138) ([AGS4NO](https://github.com/AGS4NO))
1022
- Update supported platforms [\#136](https://github.com/dnsimple/chef-pdns/pull/136) ([AGS4NO](https://github.com/AGS4NO))
11-
- Assign to the right github team [\#133](https://github.com/dnsimple/chef-pdns/pull/133) ([san983](https://github.com/san983))
1223

1324
**Merged pull requests:**
1425

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
Provides resources for installing and configuring both PowerDNS authoritative and recursor. It uses the official PowerDNS repositories for packages and installs the appropriate configuration for your platform's init system.
66

7+
## Upgrade Notes for 11.x series
8+
9+
Please note that this version primarily supports PowerDNS 4.9 and PowerDNS Recursor 5.2. Older versions may work, but are not as heavily tested. Additionally support for CentOS 7/8, Debian 10, and Ubuntu 20.04 has been dropped.
10+
11+
**Breaking changes:**
12+
13+
**PowerDNS Recursor Configuration Format Updated to YAML**
14+
15+
The cookbook now configures `recursor.conf` using the new YAML-based format introduced in recent versions of PowerDNS Recursor.
16+
17+
⚠️ **Action required:** Existing configurations defined using the legacy `key=value` format must be updated to YAML to prevent configuration errors or service failures. Use `rec_control show-yaml path/to/recursor.conf` to show the conversion of a specific old-style settings file.
18+
19+
Refer to the [PowerDNS Recursor documentation](https://docs.powerdns.com/recursor/yamlsettings.html) for the updated syntax and supported options.
20+
21+
See the [README](./README.md) for guidance on using the `pdns_recursor_config` resource.
22+
723
## Upgrade Notes for 10.x series
824

925
Please note that this version primarily supports PowerDNS 4.8 and PowerDNS Recursor 4.8. Older versions may work, but are not as heavily tested. Additionally support for Ubuntu 18.04 has been dropped.

0 commit comments

Comments
 (0)