From cc88795495a9cb71c2ce985f2e9c1d21d8f751b5 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 13 Nov 2024 10:41:37 -0700 Subject: [PATCH] Fix CHANGELOG for #1004 - Move #1004 change to v4.6.0 - Remove redundant v4.5.6 header Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 836dcecd..f1dafdf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add support for static routes to NetworkManager, wicked, ifcfg, debian.network_interfaces overlays. #1257 - Add `wwctl upgrade `. #230, #517 - Better handling of InfiniBand udev net naming. #1227 +- use templating mechanism for power commands. #1004 ### Changed @@ -171,8 +172,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Refactor URL handling in wwclient to consistently escape arguments. -## v4.5.6, unreleased - ### Fixed - Ensure autobuilt overlays include contextual overlay contents. #1296 @@ -182,7 +181,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - `wwctl container list` only lists names by default. (`--long` shows all attributes.) #1117 -- use templating mechanism for power commands ## v4.5.5, 2024-07-05