From 08b643184cc804209f95637ccb1eac0f6ed852b3 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 18 Mar 2026 17:10:16 -0600 Subject: [PATCH] Update and clean CHANGELOG.md Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2104b996..d787ad84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,12 +49,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Updated arguments for `ValidString` to match `regexp.MatchString` - New `mig` overlay to configure NVIDIA MIG devices. #2102 - Documented that booting a node twice fixes broken partition tables -- Updated arguments for `ValidString` to match `regexp.MatchString` -- New `mig` overlay to configure NVIDIA MIG devices. #2102 -- TLS with the command `wwctl configure tls` for key management. - Keys can be created automtically or imported. The runtime overlay is - if TLS is enabled is not distributed over plain http. -- Documented that booting a node twice fixes broken partition tables - TLS support for `warewulfd` and REST API. - New `wwctl configure tls` command to generate and configure TLS keys and certificates. @@ -63,7 +57,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Documented how to detect shadowed overlays in troubleshooting. - Documented `wwctl clean`. #2034 - Documented the status of various top-level Warewulf features. - +- Initial one-page quick reference guide +- Document configuring the arp cache for large clusters +- Expand troubleshooting documentation for container runtimes ### Changed