Skip to content

Commit aa01fed

Browse files
committed
chore: prepare 0.11.0-rc2
1 parent 114f09e commit aa01fed

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.10.1...HEAD
1111

12-
## [0.11.0-rc1] - 2024-07-14
12+
## [0.11.0-rc2] - 2024-07-17
13+
14+
### Fixed
15+
* Fix race condition in bypass container launching ([#553])
1316

1417
### Added
1518
* Add support to delete individual tests in testsys ([#549])
@@ -19,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922
### Changed
2023
* Use "fat" LTO for dist and "thin" for release ([#535])
2124
* Compress included tool archives ([#537])
25+
* Use "profile-hint-mostly-unused" for AWS SDKs ([#555])
2226

2327
### Improved
2428
* Reclaim reserved space on ext4 filesystems ([#550])
@@ -29,8 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
[#537]: https://github.com/bottlerocket-os/twoliter/pull/537
3034
[#549]: https://github.com/bottlerocket-os/twoliter/pull/549
3135
[#550]: https://github.com/bottlerocket-os/twoliter/pull/550
36+
[#553]: https://github.com/bottlerocket-os/twoliter/pull/553
37+
[#555]: https://github.com/bottlerocket-os/twoliter/pull/555
3238

33-
[0.11.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.10.1...v0.11.0-rc1
39+
[0.11.0-rc2]: https://github.com/bottlerocket-os/twoliter/compare/v0.10.1...v0.11.0-rc2
3440

3541
## [0.10.1] - 2025-05-14
3642

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys"
7575
testsys-config = { version = "0.1", path = "tools/testsys-config" }
7676
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
7777

78-
twoliter = { version = "0.11.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
78+
twoliter = { version = "0.11.0-rc2", path = "twoliter", artifact = [ "bin:twoliter" ] }
7979
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
8080
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }
8181
twoliter-tool-pipesys = { version = "0.1", path = "twoliter/src/tool-crates/pipesys" }

twoliter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twoliter"
3-
version = "0.11.0-rc1"
3+
version = "0.11.0-rc2"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <[email protected]>"]

0 commit comments

Comments
 (0)