Skip to content

Commit 4bb7d27

Browse files
authored
update changelog
1 parent 7ed798a commit 4bb7d27

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
## v1.6.0 (#UNRELEASED)
1+
## v1.6.0 (2025-10-29)
22

33
NEW FEATURES:
4+
- Add dnsdist 1.8 ([\#78](https://github.com/PowerDNS/dnsdist-ansible/pull/78))
5+
- Added ol9 ([\#82](https://github.com/PowerDNS/dnsdist-ansible/pull/82))
46
- Add variable `dnsdist_config_files` for add additional configuration files ([\#145](https://github.com/PowerDNS/dnsdist-ansible/pull/145))
57
- Add variable `dnsdist_additional_packages` for add additional dependency packages. Set `no_log: true` for "Get installed packages facts" task. ([\#146](https://github.com/PowerDNS/dnsdist-ansible/pull/146))
8+
- Update for DNSdist 19 and 20, and apt fixes ([\#152](https://github.com/PowerDNS/dnsdist-ansible/pull/152))
9+
10+
IMPROVEMENTS:
11+
- GH Actions: test weekly and new CI targets ([\#118](https://github.com/PowerDNS/dnsdist-ansible/pull/118))
12+
- CI tests: upgraded version of molecule and ansible-core packages ([\#136](https://github.com/PowerDNS/dnsdist-ansible/pull/136))
13+
- Change the order of tasks for additional files and configration file ([\#150](https://github.com/PowerDNS/dnsdist-ansible/pull/150))
14+
15+
REMOVED / EOL:
16+
- Removed EOL dnsdist15 ([\#84](https://github.com/PowerDNS/dnsdist-ansible/pull/84))
17+
- Remove sleep Option from handler ([\#86](https://github.com/PowerDNS/dnsdist-ansible/pull/86))
18+
- Removed EOL targets RHEL-7 and Debian-10 ([\#127](https://github.com/PowerDNS/dnsdist-ansible/pull/127))
619

720
BUG FIXES:
8-
- Change the order of tasks for additional files, so it's before the validation of the dnsdist configuration file. Since the configuration file may refer to additional files, they should already exist in the system.
21+
- unbreak CI, bump a few things ([\#97](https://github.com/PowerDNS/dnsdist-ansible/pull/97))
22+
- ansible-lint should no longer complain ([\#99](https://github.com/PowerDNS/dnsdist-ansible/pull/99))
23+
- Unbreak CI again ([\#100](https://github.com/PowerDNS/dnsdist-ansible/pull/100))
24+
- GH Actions: fix issues with CI ([\#125](https://github.com/PowerDNS/dnsdist-ansible/pull/125))
25+
- Change the order of tasks for additional files ([\#150](https://github.com/PowerDNS/dnsdist-ansible/pull/150))
926

1027
## v1.5.0 (2023-02-08)
1128

0 commit comments

Comments
 (0)