Skip to content

Releases: PowerDNS/pdns-ansible

Version 1.8.0

03 Aug 15:25
9909f88
Compare
Choose a tag to compare

NEW FEATURES:

  • Added pdns48 repository and CI (#180)
  • Added support for OL9 (#145)
  • Added pdns47 repository and CI (#135)
  • Replaced Centos8 with OL8 (#133)
  • Added pdns46 repository and CI (#117)

IMPROVEMENTS:

  • Bump versions and various fixes in CI and README.md (#179)
  • Bump versions in requirements.txt (#144)
  • Removal of deprecation warning (#121)
  • Do not restart all servers at once (#109)
  • Prevent logging of password information (#106)

REMOVED FEATURES:

  • Drop pdns45, support for Debian 9 (#179) EOL
  • Drop Ansible v2.9 - v2.10 - v2.11 from CI and removed pdns43 and pdns44 (#144) for EOL

BUG FIXES:

  • Add MySQL schema path with PowerDNS 4.6 and Rocky Linux 8 with EPEL package installation (#114)

Version 1.7.0

01 Jul 14:48
e044d4c
Compare
Choose a tag to compare

NEW FEATURES:

  • Create directory, set the ownership and permissions for LMDB databases (#95)
  • Add database schema file detection on the target system with override possibility (#100)
  • Add 4.4 repositories (#91)

IMPROVEMENTS:

  • Use systemd task option daemon_reload instead of command task (#90)

REMOVED FEATURES:

  • Drop EL6 support (#91, #94)
  • Remove 4.1 and 4.2 repositories (#101)

Version 1.6.1

01 Oct 18:05
dae512f
Compare
Choose a tag to compare

BUG FIXES:

  • Ensure install does not fail when no overrides are defined (#85)
  • Ensure that ExecStart is overridden, not appended to (#86)

Version 1.6.0

18 Sep 08:09
1624a45
Compare
Choose a tag to compare

BUG FIXES:

  • Fix path to MySQL schema for Debian 10 (#73)

IMPROVEMENTS:

  • Allow loading apt key from the ansible server (#75)
  • CentOS 8 support (#74, #81)
  • Archlinux support (#76)
  • Set the ownership and permissions for config files and databases (#82)
  • Ensure PowerDNS is started as an unprivileged user by default (in line with PowerDNS 4.3+ behaviour)