Skip to content

Commit 1624a45

Browse files
authored
Merge pull request #83 from pieterlexis/1.6.0-changelog
1.6.0 changelog
2 parents 2c4c3da + 582614f commit 1624a45

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.6.0 (2020-09-18)
2+
3+
BUG FIXES:
4+
- Fix path to MySQL schema for Debian 10 ([\#73](https://github.com/PowerDNS/pdns-ansible/pull/73))
5+
6+
IMPROVEMENTS:
7+
- Allow loading apt key from the ansible server ([\#75](https://github.com/PowerDNS/pdns-ansible/pull/75))
8+
- CentOS 8 support ([\#74](https://github.com/PowerDNS/pdns-ansible/pull/74), [\#81](https://github.com/PowerDNS/pdns-ansible/pull/81))
9+
- Archlinux support ([\#76](https://github.com/PowerDNS/pdns-ansible/pull/76))
10+
- Set the ownership and permissions for config files and databases ([\#82](https://github.com/PowerDNS/pdns-ansible/pull/82))
11+
- Ensure PowerDNS is started as an unprivileged user by default (in line with PowerDNS 4.3+ behaviour)
12+
113
## v1.5.0 (2019-12-11)
214

315
BUG FIXES:

meta/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ galaxy_info:
1111
versions:
1212
- 6
1313
- 7
14+
- 8
1415
- name: Debian
1516
versions:
1617
- jessie
@@ -21,6 +22,7 @@ galaxy_info:
2122
- xenial
2223
- bionic
2324
- focal
25+
- name: ArchLinux
2426
galaxy_tags:
2527
- system
2628
- dns

0 commit comments

Comments
 (0)