From d95f9c8c46a671011ad7cc4743ccff84d1c5d2bf Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Sun, 9 Feb 2025 16:17:10 -0700 Subject: [PATCH] Update CHANGELOG for hostlist, completion, and args fixes Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ce9cf1..3199442a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## v4.6.0, unreleased + +### Added + +- Added missing hostlist support for `wwctl node` and `wwctl overlay build`. #1635 +- Added support for comma-separated hostlist patterns. #1635 + +### Fixed + +- Fixed detection of overlay files in `wwctl overlay list --long`. +- Fixed panics in `wwctl node sensors` and `wwctl node console` when ipmi not configured. +- Fixed completions for `wwctl` commands. + +### Removed + +- Removed partial support for regex searches in node and profile lists. #1635 + ## v4.6.0rc2, 2025-02-07 ### Added @@ -48,7 +65,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Set execute permissions for intermediate directories during `wwctl overlay import --parents`. #1655 - Fix log output formatting during overlay build. - Prevent merging of zero-value net.IP fields. #1710 -- Fixed detection of overlay files in `wwctl overlay list --long` ### Removed