diff --git a/CHANGELOG.md b/CHANGELOG.md index 079ea4de..6ec545e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- New man page for `defaults.conf` #593 -- New debug overlay template +- New Docker container node image for CentOS 7. #621 + +### Fixed + +- Replaced an invalid variable name in a NetworkManager overlay + template. #626 +- The 'nodes' alias now correctly refers to 'node' rather than + 'profile'. +- Fixed a typo in a log message. #631 +- Boolean attributes now correctly account for profile and default + values. #630 + +## [4.4.0rc3] 2022-12-23 + +### Added + +- New `defaults.conf` man page. #593 +- A new debug overlay includes a template which demonstrates accessing + all available variables. #599 +- Distribute a README along with staticfiles. #189 +- Add a `-y` flag to `wwctl profile add`. #610 +- Distribute a source RPM with GitHub releases. #614 + +### Changed + +- No longer ask for confirmation when deleting 0 nodes. #603 +- Ask for confirmation during `wwctl container delete`. #606 + +### Fixed + +- `wwctl profile set` now indicates "profiles" in output where it + previously mistakenly indicated "nodes." #600 +- Set correct overlay permissions for a NetworkManager configuration + file. #591 ## [4.4.0rc2] 2022-12-09 @@ -23,7 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- The 'nodes' alias now correctly refers to 'node' rather than 'profile' - Work-around for older versions of gzip that lack a `--keep` flag during `wwctl container build`. #580 - The default ipxe template is once again specified as a built-in @@ -80,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 commands, and between the on disk YAML format and the in memory format, enabling the command-line options to be autogenerated from the datastructures and ensuring that profile and node capabilities - remain in sync. #495 + remain in sync. Multiple command line arguments have been updated or + changed. #495, #637 - `wwctl power` commands no longer separates node output with additional whitespace. #514