Skip to content

Commit c60381b

Browse files
authored
Merge pull request #666 from qianxjcraig/twoliter-0.19.0
chore: release 0.19.0
2 parents 474c632 + e37747e commit c60381b

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.19.0-rc1...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.19.0...HEAD
1111

12-
## [0.19.0-rc1] - 2026-05-11
12+
## [0.19.0] - 2026-05-12
1313

1414
### Changed
1515
* pubsys: add Debug-level error chain logging for target download failure ([#649])
1616

17+
### Fixed
18+
* rpm2img: Quote VENDOR_NAME value in os-release to handle spaces ([#665])
19+
1720
### Build
1821
* Bump actions/setup-go from 6.3.0 to 6.4.0 ([#654])
1922
* Update cargo dependencies ([#656], [#658], [#662])
@@ -23,8 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2326
[#656]: https://github.com/bottlerocket-os/twoliter/pull/656
2427
[#658]: https://github.com/bottlerocket-os/twoliter/pull/658
2528
[#662]: https://github.com/bottlerocket-os/twoliter/pull/662
29+
[#665]: https://github.com/bottlerocket-os/twoliter/pull/665
2630

27-
[0.19.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.18.0...v0.19.0-rc1
31+
[0.19.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.18.0...v0.19.0
2832

2933
## [0.18.0] - 2026-04-02
3034

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
@@ -81,7 +81,7 @@ testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys"
8181
testsys-config = { version = "0.1", path = "tools/testsys-config" }
8282
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
8383

84-
twoliter = { version = "0.19.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
84+
twoliter = { version = "0.19.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
8585
twoliter-tool-advisory-checker = { version = "0.1", path = "twoliter/src/tool-crates/advisory-checker" }
8686
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
8787
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }

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.19.0-rc1"
3+
version = "0.19.0"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]

0 commit comments

Comments
 (0)