diff --git a/CHANGELOG.md b/CHANGELOG.md index 94623f61..1eb83fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Split wwinit and generic overlays into discrete functionality. #987 - Updated IgnitionJson to sort filesystems. #1433 - `wwctl node set` requires mandatory pattern input. #502 +- Remove NodeInfo (in-memory-only) data structure, consolidating onto NodeConf. #916 +- Replace `defaults.conf` with settings on the default profile. #917 + ### Removed @@ -267,14 +270,6 @@ Official v4.5.0 release. ## 4.5.0rc1, 2024-02-08 -### Refactoring - -- removed NodeInfo completely. node.FindAllNodes() will now give back - the list of nodes with its merged in profiles. Also there is now a - node.GetNode(id) command which will give back a node with its merged - in profiles. Changes to this structures will not be reflected to the - database, but must nodeYaml.Nodes or nodeYaml.NodeProfiles - ### Added - Start building packages for Rocky Linux 9. #951