Fix changelog entry for sos plugin
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
1
.github/releases/v4.6.1.md
vendored
1
.github/releases/v4.6.1.md
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
===============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user