From 71a39557b0dfaaf75371f3c50557c5d3ffc68e17 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 31 May 2024 22:49:46 -0600 Subject: [PATCH] Update PR #1227 for v4.5.3 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ed0088..6957b2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- Add examples for building overlays in parallel to documentation - Add the ability to boot nodes with `wwid=[interface]`, which replaces `interface` with the interface MAC address - Added https://github.com/Masterminds/sprig functions to templates #1030 @@ -35,6 +34,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Replace slice in templates with sprig substr. #1093 - Block unprivileged requests for arbitrary overlays in secure mode. +## v4.5.3, unreleased + +### Added + +- Add examples for building overlays in parallel to documentation + ## v4.5.2, 2024-05-13 ### Added