From 9c531283991abd8d80e23dafd4c162bc44622936 Mon Sep 17 00:00:00 2001 From: Daniele Petiti Date: Thu, 3 Aug 2023 16:38:57 +0200 Subject: [PATCH 1/2] update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5013113..4597f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## v1.8.0 (2023-08-03) + +NEW FEATURES: +- Added pdns48 repository and CI ([\#180](https://github.com/PowerDNS/pdns-ansible/pull/180)) +- Added support for OL9 ([\#145](https://github.com/PowerDNS/pdns-ansible/pull/145) +- Added pdns47 repository and CI ([\#135](https://github.com/PowerDNS/pdns-ansible/pull/135) +- Replaced Centos8 with OL8 ([\#133](https://github.com/PowerDNS/pdns-ansible/pull/133) +- Added pdns46 repository and CI ([\#177](https://github.com/PowerDNS/pdns-ansible/pull/177) + +IMPROVEMENTS: +- Bump versions and various fixes in CI and README.md ([\#179](https://github.com/PowerDNS/pdns-ansible/pull/179) +- Bump versions in requirements.txt ([\#144](https://github.com/PowerDNS/pdns-ansible/pull/144) +- Removal of deprecation warning ([\#121](https://github.com/PowerDNS/pdns-ansible/pull/121) +- Do not restart all servers at once ([\#109](https://github.com/PowerDNS/pdns-ansible/pull/109) +- Prevent logging of password information ([\#106](https://github.com/PowerDNS/pdns-ansible/pull/106) + +REMOVED FEATURES: +- Drop pdns45, support for Debian 9 ([\#179](https://github.com/PowerDNS/pdns-ansible/pull/179) EOL +- Drop Ansible v2.9 - v2.10 - v2.11 from CI and removed pdns43 and pdns44 ([\#144](https://github.com/PowerDNS/pdns-ansible/pull/144) for EOL + +BUG FIXES: +- Add MySQL schema path with PowerDNS 4.6 and Rocky Linux 8 with EPEL package installation ([\#114](https://github.com/PowerDNS/pdns-ansible/pull/114) + ## v1.7.0 (2021-07-01) NEW FEATURES: From 59b725dde8c4048f067969fee6545716e826dcf8 Mon Sep 17 00:00:00 2001 From: npmdnl <80255813+npmdnl@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:56:38 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md applied suggestions Co-authored-by: Peter van Dijk --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4597f71..26711c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ NEW FEATURES: - Added support for OL9 ([\#145](https://github.com/PowerDNS/pdns-ansible/pull/145) - Added pdns47 repository and CI ([\#135](https://github.com/PowerDNS/pdns-ansible/pull/135) - Replaced Centos8 with OL8 ([\#133](https://github.com/PowerDNS/pdns-ansible/pull/133) -- Added pdns46 repository and CI ([\#177](https://github.com/PowerDNS/pdns-ansible/pull/177) +- Added pdns46 repository and CI ([\#117](https://github.com/PowerDNS/pdns-ansible/pull/117) IMPROVEMENTS: - Bump versions and various fixes in CI and README.md ([\#179](https://github.com/PowerDNS/pdns-ansible/pull/179)