Skip to content

Commit 6699a36

Browse files
committed
Update changelog and version for v0.2.0
1 parent 7e56627 commit 6699a36

File tree

3 files changed

+48
-4
lines changed

3 files changed

+48
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-05-29
11+
12+
### Added
13+
14+
- Add support to repack a variant ([#214], [#211], [#217], [#219], [#221], [#222], [#228], [#231], [#235], [#236], [#243])
15+
- Added the buildsys build-kit command to create kits ([#198], [#227])
16+
- Add support to install CA certificates during image build ([#232])
17+
18+
[#198]: https://github.com/bottlerocket-os/twoliter/pull/198
19+
[#211]: https://github.com/bottlerocket-os/twoliter/pull/211
20+
[#214]: https://github.com/bottlerocket-os/twoliter/pull/214
21+
[#217]: https://github.com/bottlerocket-os/twoliter/pull/217
22+
[#219]: https://github.com/bottlerocket-os/twoliter/pull/219
23+
[#221]: https://github.com/bottlerocket-os/twoliter/pull/221
24+
[#222]: https://github.com/bottlerocket-os/twoliter/pull/222
25+
[#227]: https://github.com/bottlerocket-os/twoliter/pull/227
26+
[#228]: https://github.com/bottlerocket-os/twoliter/pull/228
27+
[#231]: https://github.com/bottlerocket-os/twoliter/pull/231
28+
[#232]: https://github.com/bottlerocket-os/twoliter/pull/232
29+
[#236]: https://github.com/bottlerocket-os/twoliter/pull/236
30+
[#243]: https://github.com/bottlerocket-os/twoliter/pull/243
31+
32+
### Changed
33+
34+
- Regenerate kernel module if possible in rpm2img ([#205])
35+
- Changes and fixes to better support kits ([#210], [#216], [#218], [#223], [#224], [#226], [#234], [#238])
36+
- Deprecate variant sensitivity for packages in buildsys ([#220])
37+
- Install 'root.json' during image build ([#239])
38+
- Backward compatibility for existing projects ([#244])
39+
40+
[#205]: https://github.com/bottlerocket-os/twoliter/pull/205
41+
[#210]: https://github.com/bottlerocket-os/twoliter/pull/210
42+
[#216]: https://github.com/bottlerocket-os/twoliter/pull/216
43+
[#218]: https://github.com/bottlerocket-os/twoliter/pull/218
44+
[#220]: https://github.com/bottlerocket-os/twoliter/pull/220
45+
[#223]: https://github.com/bottlerocket-os/twoliter/pull/223
46+
[#224]: https://github.com/bottlerocket-os/twoliter/pull/224
47+
[#226]: https://github.com/bottlerocket-os/twoliter/pull/226
48+
[#234]: https://github.com/bottlerocket-os/twoliter/pull/234
49+
[#235]: https://github.com/bottlerocket-os/twoliter/pull/235
50+
[#238]: https://github.com/bottlerocket-os/twoliter/pull/238
51+
[#239]: https://github.com/bottlerocket-os/twoliter/pull/239
52+
[#244]: https://github.com/bottlerocket-os/twoliter/pull/244
53+
1054
## [0.1.1] - 2024-04-17
1155

1256
### Added
@@ -33,7 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3377
- Fixed Gomod.rs bug ([#178])
3478
- Use Twoliter.toml for cache layers ([#179])
3579
- Update readme ([#182, #184])
36-
- Generate HMAC for kernel on build ([#187])
80+
- Generate HMAC for kernel on build ([#187])
3781

3882
[#166]: https://github.com/bottlerocket-os/twoliter/pull/166
3983
[#178]: https://github.com/bottlerocket-os/twoliter/pull/178
@@ -131,7 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131175
- Testsys: add image_id label to fix metal cluster conflicts ([#81])
132176
- Testsys: change update cluster shared security group name ([#67])
133177
- Testsys: Update version to v0.10.0 ([#93])
134-
- Remove Infrasys, an unused system, from the codebase ([#53])
178+
- Remove Infrasys, an unused system, from the codebase ([#53])
135179

136180
[#53]: https://github.com/bottlerocket-os/twoliter/pull/53
137181
[#67]: https://github.com/bottlerocket-os/twoliter/pull/67

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.

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.1.1"
3+
version = "0.2.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)