From 3bc02b5b6ac00eaa661b66d41549b63a243d35c5 Mon Sep 17 00:00:00 2001 From: Dietmar Rieder Date: Mon, 19 Feb 2024 18:45:31 +0100 Subject: [PATCH] Fix typos Signed-off-by: Dietmar Rieder Signed-off-by: Christian Goll --- CHANGELOG.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57591d4..d788c887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,29 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Locally defined `tr` has been dropped, templates updated to use Sprig replace. -- Prevent Networkmanager from trying to optain IP address via DHCP - on unused/unmanaged network interfaces. -- ability to create bonded network interfaces -- ipxe script to boot node from local disk. -- Option to change the `ipmitool` escape character -- New documentation for the hostlist syntax. #611 -- New documentation for development environment (Vagrant) -- Ability to duplicate an image with `wwctl container copy` or the API -- New documentation for container duplication procedure -- Configure network device MTU in nework configuration scripts. #807 -- OpenSUSE Leap build rebased to 15.5 (15.3 is EOL) -- New build for Rocky Linux 9 -- Add nightly release support. #969 -- Add container rename command. #583 -- Add container build flags and warn message after container sync. #509 -- Add DNS fields to network configuration overlays. #922 -- Added support for booting nodes with grub. Enable this behavior using - warewulf.grubboot: true in warewulf.conf. For unknown nodes, grub.efi - and shim.efi are extracted from the Warewulf host. If the booted node - has a container these binaries are extracted from the container image. ### Fixed +- Prevent Networkmanager from trying to optain IP address via DHCP + on unused/unmanaged network interfaces. - 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