From 42e27cde97b5a87ffe91d702f6390fcc584a81cf Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 5 May 2026 01:24:35 -0500 Subject: [PATCH] docs: populate CHANGELOG for 3.0.2 release --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6e49e8..74b70f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,28 @@ All notable changes to this project will be documented in this file. -## [3.0.2] - 2026-05-01 +## [3.0.2] - 2026-05-05 + +### Added + +- Omarchy Linux live image support +- Ubuntu 26.04 LTS (Resolute Raccoon) installer and live images +- Fedora 44 installer support +- CentOS Stream CoreOS (SCOS) and Red Hat Enterprise Linux CoreOS (RHCOS) menu entries +- Legacy USB iPXE bootloader variants (`netboot.xyz-legacy.*`) for systems where USB NIC drivers prevent USB keyboard input under BIOS + +### Changed + +- Updated Ansible to v13.6.0 +- Updated ansible-lint to v26.4.0 +- Removed older Ubuntu versions from the menu +- Updated OpenBSD release information +- Improved readability of legacy USB bootloader descriptions in README +- Various distribution version updates across all supported operating systems + +### Fixed + +- live-debian major version filter now uses `.startswith()` to avoid matching unintended versions ## [3.0.1] - 2026-03-27