From 8eb83435c0b580ae619f4bac7534381748abe81d Mon Sep 17 00:00:00 2001 From: Sam Berning Date: Mon, 13 Jan 2025 22:07:44 +0000 Subject: [PATCH] chore: update CHANGELOG for 0.7.0-rc1 Signed-off-by: Sam Berning --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8951c5b..600f28af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Prevent leaking tempfiles when executing krane ([#423], [#430]) +- Prevent leaking tempfiles when executing krane ([#423], [#430], [#433]) - Stop dereferencing symlinks when traversing project directory ([#431]) +- Drop unnecessary `--all` flag from dnf, allowing builds using dnf5 ([#435]) [#423]: https://github.com/bottlerocket-os/twoliter/pull/423 [#430]: https://github.com/bottlerocket-os/twoliter/pull/430 [#431]: https://github.com/bottlerocket-os/twoliter/pull/431 +[#433]: https://github.com/bottlerocket-os/twoliter/pull/433 +[#435]: https://github.com/bottlerocket-os/twoliter/pull/435 [0.7.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.6.0...v0.7.0