From 5971d8d908fb95ed50f2e4cc9f66eec66bf426ce Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 4 Apr 2025 23:10:14 -0600 Subject: [PATCH] Fix changelog entry for sos plugin Signed-off-by: Jonathon Anderson --- .github/releases/v4.6.1.md | 1 + CHANGELOG.md | 2 +- userdocs/release/v4.6.1.rst | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/releases/v4.6.1.md b/.github/releases/v4.6.1.md index 6fa343d9..9e72eb6b 100644 --- a/.github/releases/v4.6.1.md +++ b/.github/releases/v4.6.1.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d21b3140..10e74d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/userdocs/release/v4.6.1.rst b/userdocs/release/v4.6.1.rst index 504a4279..450af0e1 100644 --- a/userdocs/release/v4.6.1.rst +++ b/userdocs/release/v4.6.1.rst @@ -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 ===============