From 52d4fc60535ab127f416c3779a935b11e4ac63a4 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 21 Oct 2025 10:59:58 -0600 Subject: [PATCH] docs(changelog): version 1.4.3 [citest skip] Update changelog and .README.html for version 1.4.3 Signed-off-by: Rich Megginson --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a054000c40..ca4891d0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.4.3] - 2025-10-21 +-------------------- + +### Other Changes + +- ci: bump actions/checkout from 4 to 5 (#135) +- ci: rollout several recent changes to CI testing (#137) +- ci: support openSUSE Leap in qemu/kvm test matrix (#138) +- ci: use the new epel feature to enable EPEL for testing farm (#139) +- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#141) +- test: ensure all facts/vars are defined for testing (#142) +- ci: use JSON format for __bootc_validation (#143) +- ci: bump actions/github-script from 7 to 8 (#144) + [1.4.2] - 2025-07-09 --------------------