From 83c0d51135c5d17d84cf766c0be4993fe0120020 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 24 Jan 2026 14:49:31 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7230d948..6878157d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,26 @@ All notable changes to this project will be documented in this file. -## [3.0.0] - Unreleased +## [3.0.0] - 2026-01-24 + +### Added + +- Proxmox Datacenter Manager support with text and debug installation modes +- Memtest86+ v8.00 series support ### Changed - **BREAKING**: Updated embedded certificates used for image signature verification in iPXE bootloaders - Users with 2.x bootloaders will be automatically upgraded to 3.x on first boot - Bumped major version to 3.x series due to code signing certificate updates requiring bootloader update +- Various distribution version updates across all supported operating systems +- Improved certificate retrieval script with commit SHA validation output + +### Fixed + +- Oracle Linux menu items now properly filter by architecture (x86_64 vs aarch64) +- OpenSUSE Tumbleweed ARM64 build configuration corrected to use ports mirror +- Flatcar Container Linux boot redirect issue resolved ## [2.0.89] - 2025-11-08