From be7ef0e1152e10f75b837b22f2858f1342abff99 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 28 Apr 2026 10:16:41 -0600 Subject: [PATCH] docs(changelog): version 1.6.0 [citest_skip] Update changelog and .README.html for version 1.6.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa4b16c5d..32844be4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +[1.6.0] - 2026-04-28 +-------------------- + +### New Features + +- feat: add SUSE/openSUSE support (#172) +- feat: add role fingerprints to syslog (#181) + +### Other Changes + +- ci: tox-lsr version 3.15.0 [citest_skip] (#168) +- ci: Add Fedora 43, remove Fedora 41 from Testing Farm CI (#169) +- ci: bump actions/upload-artifact from 6 to 7 (#171) +- ci: tox-lsr 3.17.0 - container test improvements, use ansible 2.20 for fedora 43 [citest_skip] (#174) +- ci: tox-lsr 3.17.1 - previous update broke container tests, this fixes them [citest_skip] (#175) +- test: ensure role gathers the facts it uses by having test clear_facts before include_role (#176) +- ci: fix yum repos to use devel site instead of old site name [citest_skip] (#177) +- ci: update header for run_role_with_clear_facts [citest_skip] (#178) +- ci: Comply with Ansible partner certification checking [citest_skip] (#179) +- ci: ansible-lint requires dependencies to be installed [citest_skip] (#180) + [1.5.1] - 2026-02-06 --------------------