Skip to content

Commit 38d220d

Browse files
authored
Merge pull request #482 from qianxjcraig/twoliter-0.8.0-rc1
chore: prep for release v0.8.0-rc1
2 parents 9fac47a + 1e49b99 commit 38d220d

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,36 @@ 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.7.3...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.8.0...HEAD
1111

12-
## [0.7.3] - 2024-02-21
12+
## [0.8.0] - 2025-03-10
13+
14+
### Changed
15+
16+
- Add dry run mode to pubsys ssm command ([#469])
17+
- Transition to cargo vendor for better cross rust version compatibility ([#470])
18+
- Update rust nightly and update cargo-deny ([#471])
19+
- Add minutes option to parse-datetime for wave definitions ([#473])
20+
21+
### Fixed
22+
23+
- DNF5 compatibility in rpm2img [#457]
24+
- Fix migration and shell checks [#474]
25+
- Prevent SSM parameter promotion from partial parameters updates [#476]
26+
- Aligned GPU flag behavior across K8s and ECS workloads [#480]
27+
28+
[#457]: https://github.com/bottlerocket-os/twoliter/pull/457
29+
[#469]: https://github.com/bottlerocket-os/twoliter/pull/469
30+
[#470]: https://github.com/bottlerocket-os/twoliter/pull/470
31+
[#471]: https://github.com/bottlerocket-os/twoliter/pull/471
32+
[#473]: https://github.com/bottlerocket-os/twoliter/pull/473
33+
[#474]: https://github.com/bottlerocket-os/twoliter/pull/474
34+
[#476]: https://github.com/bottlerocket-os/twoliter/pull/476
35+
[#480]: https://github.com/bottlerocket-os/twoliter/pull/480
36+
37+
[0.8.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.7.3...v0.8.0
38+
39+
## [0.7.3] - 2025-02-21
1340

1441
### Changed
1542

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -62,7 +62,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin
6262
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
6363
testsys-config = { version = "0.1", path = "tools/testsys-config" }
6464
testsys-model = { version = "0.0.15", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.15" }
65-
twoliter = { version = "0.7.3", path = "twoliter", artifact = [ "bin:twoliter" ] }
65+
twoliter = { version = "0.8.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
6666
unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] }
6767
update-metadata = { version = "0.1", path = "tools/update-metadata" }
6868

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.7.3"
3+
version = "0.8.0-rc1"
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)