diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eaf9964f..93dbb61fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,18 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.5.x] +## [4.5.x] (unreleased) ### Added - Add the ability to boot nodes with `wwid=[interface]`, which replaces `interface` with the interface MAC address - -## [4.5.0] 2024-02-08 - -### Added - - Added https://github.com/Masterminds/sprig functions to templates #1030 ### Changed - Locally defined `tr` has been dropped, templates updated to use Sprig replace. -- Updated the glossary #819 +- Updated the glossary. #819 ### Fixed @@ -30,14 +25,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Systems with no SMBIOS (Raspberry Pi) will create a UUID from `/sys/firmware/devicetree/base/serial-number` - Fix `wwctl profile list -a` format when kernerargs are set +- Fix a rendering bug in the documentation for GRUB boot support. #1132 ## [4.5.0] 2024-02-08 -- Official v4.5.0 release. +Official v4.5.0 release. + +### Added + - Publish v4.5.x documentation separately from `main`. #919 -- Fix `Requires: ipxe-botimgs` for building an Enterprise Linux 7 RPM. #1126 - Update quickstart for Enterprise Linux. #394, #401, #977 +### Fixed + +- Fix `Requires: ipxe-botimgs` for building an Enterprise Linux 7 RPM. #1126 + ## [4.5.0rc2] 2024-02-21 ### Fixed diff --git a/userdocs/contents/boot-management.rst b/userdocs/contents/boot-management.rst index 1bfa83e6e..79cc3c302 100644 --- a/userdocs/contents/boot-management.rst +++ b/userdocs/contents/boot-management.rst @@ -64,7 +64,7 @@ scenarios. In order to enable the grub boot method it has to be enabled in `warewulf.conf`. -.. code-block: yaml +.. code-block:: yaml warewulf: grubboot: true