From b154e7e191bc4706cdb3b3d3fdbfeaa744773ed6 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 1 Jul 2024 21:12:50 -0600 Subject: [PATCH] Fix changelog entry for #1249 - Moved to v4.5.5 - Updated wording Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d393594..06f04f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Support leading and trailing slashes in `/etc/warewulf/excludes`. #1266 +- Fix a regression in overlay autobuild. #1216 ## v4.5.4, 2024-06-12 @@ -52,12 +53,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix a regression that caused an error when passing flags to `wwctl container exec` and `wwctl container shell`. #1250 -## v4.5.x, unreleased - -### Fixed - -- Fix the issue that system/runtime overlays are not auto-rebuilt. #1216 - ## v4.5.3, 2024-06-07 ### Added