Skip to content

Commit

Permalink
Merge pull request #343 from gthao313/release
Browse files Browse the repository at this point in the history
Release: 0.4.4
  • Loading branch information
gthao313 committed Aug 2, 2024
2 parents 361c3ea + 3ba6cad commit 98bc37b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion twoliter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <brigmatt@amazon.com>"]
Expand Down

0 comments on commit 98bc37b

Please sign in to comment.