From 82df96bf16dee80e522759c4ac55776f9c607840 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 16 Sep 2024 19:48:34 -0600 Subject: [PATCH] Move #1291 changelog entry to v4.5.8 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d85febf9..34d62ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,8 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). on unused/unmanaged network interfaces. - Systems with no SMBIOS (Raspberry Pi) will create a UUID from `/sys/firmware/devicetree/base/serial-number` -- Grub chainload and main configs correctly extract smbios asset key - for node authentication - Replace slice in templates with sprig substr. #1093 - Fix an invalid format issue for the GitHub nightly build action. #1258 - Return non-zero exit code on overlay build failure #1393 @@ -48,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Return an error during `wwctl container import` if archive filename includes a colon. #1371 +- Correctly extract smbios asset key during Grub boot. #1291 ## v4.5.7, 2024-09-11