Fix changelog entry for sos plugin

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-04-04 23:10:14 -06:00
parent 0c85f813a4
commit 5971d8d908
3 changed files with 13 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Warewulf v4.6.1 is a regularly-scheduled minor release in the v4.6.x series.
- new command-line options
- new IPMI tag to configure interface vlan
- network configuration for `wwclient`
- New sos plugin
- fixes to `wwctl upgrade` and default settings
- other misc. bug fixes

View File

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Set an IPMI tag ``vlan`` to configure the vlan during ``ipmiwrite``. #1031
- Added net.ifnames=1 to default kernel argument list. #1820
- Add a new OpenAPI v3 REST API to warewulfd at /api. #1588
- New sos plugin in `warewulf-sos` subpackage. #1822
### Fixed
@@ -56,7 +57,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Support Ubuntu-style dracut initrd images.
- New sos plugin in `warewulf-sos` subpackage.
### Fixed

View File

@@ -89,6 +89,17 @@ settings caused surprising deficiencies in some cases; and, in others
- If, during ``wwctl overlay build``, a node has an empty system or runtime
overlay, a warning is printed.
New SOS plugin
==============
A new ``warewulf-sos`` subpackage installs an SOS plugin to gather logs and
other state from the Warewulf server for filing a support request. Currently
only available in Enterprise Linux distributions.
.. code-block::
sos report --enable-plugins warewulf
Misc. bug fixes
===============