From e11ba48c7a37edbad79c6f08fc7292768ffdc3e6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 17 Sep 2020 15:09:55 +0200 Subject: [PATCH 1/2] Add 1.6.0 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7d401..e4f5d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.6.0 (2020-09-18) + +BUG FIXES: +- Fix path to MySQL schema for Debian 10 ([\#73](https://github.com/PowerDNS/pdns-ansible/pull/73)) + +IMPROVEMENTS: +- Allow loading apt key from the ansible server ([\#75](https://github.com/PowerDNS/pdns-ansible/pull/75)) +- CentOS 8 support ([\#74](https://github.com/PowerDNS/pdns-ansible/pull/74), [\#81](https://github.com/PowerDNS/pdns-ansible/pull/81)) +- Archlinux support ([\#76](https://github.com/PowerDNS/pdns-ansible/pull/76)) +- Set the ownership and permissions for config files and databases ([\#82](https://github.com/PowerDNS/pdns-ansible/pull/82)) +- Ensure PowerDNS is started as an unprivileged user by default (in line with PowerDNS 4.3+ behaviour) + ## v1.5.0 (2019-12-11) BUG FIXES: From 582614f2a58346b5049b85d0a68ea40f8c82f62d Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 17 Sep 2020 15:45:06 +0200 Subject: [PATCH 2/2] Update meta info --- meta/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 1779509..0df15d0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -11,6 +11,7 @@ galaxy_info: versions: - 6 - 7 + - 8 - name: Debian versions: - jessie @@ -21,6 +22,7 @@ galaxy_info: - xenial - bionic - focal + - name: ArchLinux galaxy_tags: - system - dns