Update CHANGELOG entries for NodeInfo refactor

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-10-16 10:48:17 -06:00
parent 0c6e7cc58a
commit 4ba7d7e602

View File

@@ -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