From 52fcf9aa9ab5d0213d8b5ca37432c8c837f72723 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 21 Oct 2025 11:01:01 -0600 Subject: [PATCH] docs(changelog): version 1.9.0 [citest skip] Update changelog and .README.html for version 1.9.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6ff3b3..7ea76845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +[1.9.0] - 2025-10-21 +-------------------- + +### New Features + +- feat: Support this role in container builds (#245) + +### Other Changes + +- ci: rollout several recent changes to CI testing (#241) +- ci: support openSUSE Leap in qemu/kvm test matrix (#242) +- ci: use the new epel feature to enable EPEL for testing farm (#243) +- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#246) +- ci: use JSON format for __bootc_validation (#247) +- ci: bump actions/github-script from 7 to 8 (#248) + [1.8.3] - 2025-07-24 --------------------