Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.17.0-rc1...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.17.0...HEAD

## [0.17.0-rc1] - 2026-02-26
## [0.17.0] - 2026-02-26

### Added
* Add pcrsys to predict PCR values ([#625])
Expand Down Expand Up @@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#637]: https://github.com/bottlerocket-os/twoliter/pull/637
[#640]: https://github.com/bottlerocket-os/twoliter/pull/640

[0.17.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.16.0...v0.17.0-rc1
[0.17.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.16.0...v0.17.0


## [0.16.0] - 2026-01-06
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys"
testsys-config = { version = "0.1", path = "tools/testsys-config" }
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }

twoliter = { version = "0.17.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
twoliter = { version = "0.17.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
twoliter-tool-advisory-checker = { version = "0.1", path = "twoliter/src/tool-crates/advisory-checker" }
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }
Expand Down
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.17.0-rc1"
version = "0.17.0"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]
Expand Down
Loading