Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmt-lab committed Jul 11, 2024
1 parent 0f7209f commit 92154dd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,30 @@ 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.1...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.2...HEAD

## [0.4.2] - 2024-07-11

### Added
- Add support for crane family of tools for publishing and fetching kits ([#305], [#317])

### Changed

- Update application inventory generation ([#310])
- Share file descriptors to the build container to speed up directory I/O ([#302])
- Combine build and repack dockerfiles ([#302])
- Move updater wave default schedules into pubsys ([#321])
- Drop support for cgroup feature flags ([#318])
- Add additional image feature flags ([#318])

[#302]: https://github.com/bottlerocket-os/twoliter/pull/302
[#305]: https://github.com/bottlerocket-os/twoliter/pull/305
[#310]: https://github.com/bottlerocket-os/twoliter/pull/310
[#317]: https://github.com/bottlerocket-os/twoliter/pull/317
[#318]: https://github.com/bottlerocket-os/twoliter/pull/318
[#321]: https://github.com/bottlerocket-os/twoliter/pull/321

[0.4.2]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.1...v0.4.2

## [0.4.1] - 2024-06-19

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.1"
version = "0.4.2"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <[email protected]>"]
Expand Down

0 comments on commit 92154dd

Please sign in to comment.