From be4d3f9e7883e505ca99177950792503d6324e04 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 8 Sep 2023 17:39:42 -0600 Subject: [PATCH] Update CHANGELOG for changes to overlay names Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a00812..213a6b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `wwctl overlay edit` uses a temporary file and checks mtime. - Changed the bash completions for the `wwctl overlay` commands so that the files of the overlays are expanded +- Node overlays are now named based on their overlay "context" (i.e., "system" + or "runtime") rather than a concatenated list of individual overlays. This + removes a limit on the number of overlays that could be included in a node or + profile. #852, #876, #883, #896, #903 ## [4.4.0] 2023-01-18