Skip to content

Latest commit

 

History

History
108 lines (72 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

108 lines (72 loc) · 5.13 KB

v1.5.0 (2021-07-02)

NEW FEATURES:

  • Add 4.5 repositories (#72)

IMPROVEMENTS:

REMOVED FEATURES:

  • Remove 4.0, 4.1, 4.2 repositories (#68 and #72)

v1.4.0 (2020-09-16)

NEW FEATURES:

  • FreeBSD support created by @Godwottery (#47 and #64)
  • Support for "Other" distributions (#61)

IMPROVEMENTS:

  • Repositories for PowerDNS Recursor 4.4 added (#62)

v1.3.2 (2020-03-06)

IMPROVEMENTS:

  • Use HTTPs everywhere to connect to the PowerDNS repositories (#55,#57)

BUG FIXES:

  • Fix the default pdns_rec_service_overrides to work with the Recursor 4.3.x (#56)

v1.3.1 (2019-12-11)

IMPROVEMENTS:

  • Make sure to restart the PowerDNS Recursor in case of changes to the systemd unit overrides (#52)
  • Update the CI infrastructure to test the role against the Ansible 2.7, 2.8 and 2.9 releases (#51)
  • Update the CI infrastructure to test against Debian 10 and the PowerDNS Recursor 4.2 (#51)

v1.3.0 (2019-12-09)

IMPROVEMENTS:

  • Add support to the PowerDNS Recursor 4.2.x and 4.3.x releases (#48)
  • Stop interpreting 0 & 1 as no & yes in the PowerDNS Recuror configuration template (#49)

BUG FIXES:

  • Fix the restart of the PowerDNS Recursor service in case of instances with different pdns_rec_service_name being configured in the same play (#50)

v1.2.1 (2019-02-18)

IMPROVEMENTS:

  • Improved PowerDNS Recursor config files and directories permissions handling (#44)

v1.2.0 (2019-02-13)

NEW FEATURES:

  • Allow to configure the status of the PowerDNS Recursor service (#45)

v1.1.1 (2019-01-29)

BUG FIXES:

  • Fix an issue with the PowerDNS Recursor configuration template resulting in the threads configuration being rendered wrongly

v1.1.0 (2018-12-02)

NEW FEATURES:

  • Allow to disable automated restart of the service on configuration changes (#43)

BUG FIXES:

  • Fix handling of the threads option in the PowerDNS Recursor configuration template (#41)
  • Fix handling of lists expansion in the PowerDNS Recursor configuration template (#42)

v1.0.0 (2018-07-13)

BREAKING CHANGES:

  • Rename the pdns_rec_lua_config_file_content variable to pdns_rec_config_lua_file_content
  • Rename the pdns_rec_lua_dns_script_content variable to pdns_rec_config_lua_dns_script_file_content

NEW FEATURES:

  • Update the CI infrastructure to use molecule 2.14.0 (#39)
  • Add support to debuginfo packages installation (#38)
  • Add support to systemd overrides definitions (#37)

IMPROVEMENTS:

  • Improved documentation (#39)

BUG FIXES:

  • Fix the examples in the README file (#31)
  • Fix PowerDNS Recursor versions pinning for Debian and CentOS (#30)

v0.1.1 (2017-09-29)

NEW FEATURES:

  • Allow to pin the PowerDNS Recursor version to be installed (#29)

IMPROVEMENTS:

  • Add support to the PowerDNS Recursor 4.1.x releases (#28)
  • Fix minor linter issues with whitespace (#30)

BUG FIXES:

  • Fix handling of the include-dir configuration setting when defined

v0.1.0 (2017-06-09)

Initial release.

NEW FEATURES:

  • PowerDNS Recursor installation and configuration with RHEL/CentOS and Debian/Ubuntu support

IMPROVEMENTS:

  • Switch to the MIT License (#27)
  • Overall role refactoring (#19)