From 3ba6cadf55a5f0a5eaf6938c71c326dd6ba53632 Mon Sep 17 00:00:00 2001 From: Tianhao Geng Date: Fri, 2 Aug 2024 18:12:59 +0000 Subject: [PATCH] Release: 0.4.4 --- CHANGELOG.md | 22 +++++++++++++++++++++- Cargo.lock | 2 +- twoliter/Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d7941f0..0caa2f2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.2...HEAD +[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.4...HEAD + +## [0.4.4] - 2024-08-02 + +### Changes + +- Update cross to newer version ([#328]) +- Update testsys to v0.0.14 ([#341]) +- imghelper: remove full path from .vmlinuz.hmac ([#336]) +- imghelper: add ShellCheck exception to undo_sign() ([#336]) +- imghelper: hoist AWS vars into global environment ([#340]) +- TestSys: update log reader to use AsyncBufRead ([#341]) +- rpm2img: use latest rpm release for inventory ([#342]) + +[#328]: https://github.com/bottlerocket-os/twoliter/pull/328 +[#336]: https://github.com/bottlerocket-os/twoliter/pull/336 +[#340]: https://github.com/bottlerocket-os/twoliter/pull/340 +[#341]: https://github.com/bottlerocket-os/twoliter/pull/341 +[#342]: https://github.com/bottlerocket-os/twoliter/pull/342 + +[0.4.4]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.3...v0.4.4 ## [0.4.3] - 2024-07-17 diff --git a/Cargo.lock b/Cargo.lock index fbde33ee3..8320c77e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3763,7 +3763,7 @@ dependencies = [ [[package]] name = "twoliter" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-recursion", diff --git a/twoliter/Cargo.toml b/twoliter/Cargo.toml index 79d86bdf3..3856da251 100644 --- a/twoliter/Cargo.toml +++ b/twoliter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twoliter" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "A command line tool for creating custom builds of Bottlerocket" authors = ["Matthew James Briggs "]