Skip to content

Commit

Permalink
Merge pull request #322 from jmt-lab/release/0.4.2
Browse files Browse the repository at this point in the history
0.4.2 Changelog and Release PR
  • Loading branch information
jmt-lab committed Jul 11, 2024
2 parents b837178 + 9d2782a commit 7504575
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-deny
- run: cargo install cargo-make
- run: cargo install --locked cargo-deny
- run: cargo install --locked cargo-make@0.37.12
- run: make build
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,31 @@ 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])
- Add additional image feature flags ([#318])

### Changed

- Update application inventory generation to accommodate kits ([#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])

[#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 <brigmatt@amazon.com>"]
Expand Down

0 comments on commit 7504575

Please sign in to comment.