NEW FEATURES:
- Include DNSdist 17 (#44)
IMPROVEMENTS:
- Add varibles to change unit and env vars for dnsdist service (#60)
- Handlers: change the order, order matters when config and service unit were modified (#47)
- Allow for newServer Lua table syntax in dnsdist_servers list (#42)
- Improved Linter coverage (#39)
BUG FIXES:
- Version fix in yum_debug_symbols_repo_baseurl (#69)
- Fix dependabot spacing and dashes (#68)
- Bump yamllint from 1.26.1 to 1.29.0 (#62)
- Bump actions/checkout from 2 to 3 (#48)
- Webserver needs config in setWebserverConfig (introduced in dnsdist 15) (#57)
- Fix for dnsdist_setkey is ignored (#45)
- Fix CI (#39)
REMOVED FEATURES:
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)
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)
NEW FEATURES:
- Add some options (
dnsdist_service_state
anddnsdist_service_enabled
) to configure the status of the dnsdist service (#15)
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)
IMPROVEMENTS:
BUG FIXES:
- Make sure the
dnsdist_package_version
variable is set correctly (#11)
IMPROVEMENTS:
- Improved tests-suite (#9)
NEW FEATURES:
NEW FEATURES:
IMPROVEMENTS:
- Configure correctly the dnsdist.conf file permissions (#5)
Initial release.
IMPROVEMENTS: