From a5628ce415b0bd788668bb62d9183b24826547b2 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 28 Apr 2026 10:23:37 -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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cedd76..d87c6e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[1.6.0] - 2026-04-28 +-------------------- + +### New Features + +- feat: add role fingerprints to syslog (#329) + +### Other Changes + +- ci: fix yum repos to use devel site instead of old site name [citest_skip] (#322) +- ci: use codecov @v6 [citest_skip] (#323) +- refactor: the ansible six PY2 is deprecated - just use sys.version_info instead (#324) +- ci: update header for run_role_with_clear_facts [citest_skip] (#325) +- test: support ansible-test milestone version 2.22 [citest_skip] (#326) +- ci: Comply with Ansible partner certification checking [citest_skip] (#327) +- ci: ansible-lint requires dependencies to be installed [citest_skip] (#328) + [1.5.0] - 2026-03-16 --------------------