Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Latest commit

 

History

History
69 lines (46 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 2.81 KB

v1.4.0 (2021-07-02)

NEW FEATURES:

  • Add 1.6 repositories (#32)

IMPROVEMENTS:

  • The dnsdist_setkey variable is now Ansible Vault-safe (#31)

REMOVED FEATURES:

  • EOL version repositories (1.0, 1.1, 1.2, 1.3) have been removed (#35)

v1.3.0 (2020-09-17)

NEW FEATURES:

  • dnsdist_force_reinstall flag added to allow a forced downgrade/reinstall (#26)

IMPROVEMENTS:

  • Repositories for PowerDNS dnsdist 1.5 added by @xgin (#25)
  • Backwards compatibility introduced for dnsdist PR #7820 (#27)
  • Updated Ansible dependency to 2.5 (#28)

v1.2.1 (2019-02-19)

NEW FEATURES:

  • Add some options (dnsdist_service_state and dnsdist_service_enabled) to configure the status of the dnsdist service (#15)

v1.2.0 (2018-12-02)

NEW FEATURES:

  • Allow to manage systemd overrides (#13)
  • Add an option (dnsdist_disable_handlers) to disable the automated restart of the service on configuration changes (#14)

v1.1.0 (2018-06-25)

IMPROVEMENTS:

  • Upgrade molecule to 2.14.0 (#10)
  • Improved README file (#12)

BUG FIXES:

  • Make sure the dnsdist_package_version variable is set correctly (#11)

v1.0.0 (2018-04-18)

IMPROVEMENTS:

  • Improved tests-suite (#9)

NEW FEATURES:

  • Dnsdist 1.3 support (#9)
  • Debug packages installation (#9)

v0.2.0 (2017-08-25)

NEW FEATURES:

  • Molecule tests (#7)
  • Dnsdist 1.2.x support (#6)

v0.1.1 (2017-07-10)

IMPROVEMENTS:

  • Configure correctly the dnsdist.conf file permissions (#5)

v0.1.0 (2017-06-12)

Initial release.

IMPROVEMENTS:

  • Switch to the MIT License (#4)
  • Improved installation procedure (#3)
  • Improved target distribution detection (#1)