From a9dba205df1d6abd703a80612c3e0780c2bce6d8 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 23 Jun 2025 07:40:04 -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 ee5fe44f..281478ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +[1.6.0] - 2025-06-23 +-------------------- + +### New Features + +- feat: Support this role in container environments and builds (#185) + +### Bug Fixes + +- fix: Avoid setting ansible_managed variable (#189) + +### Other Changes + +- ci: Bump sclorg/testing-farm-as-github-action from 3 to 4 (#182) +- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#183) +- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#184) +- ci: Add support for bootc end-to-end validation tests (#186) +- tests: Update tests_all_options.yml to do bootc end-to-end validation (#187) +- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#188) +- refactor: Ansible 2.19 support (#191) + [1.5.3] - 2025-04-23 --------------------