Skip to content

Commit b7c003c

Browse files
authored
Merge pull request #247 from sumukhballal/release-0.2.0
Update changelog and version for v0.2.0
2 parents 7e56627 + 718907e commit b7c003c

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

CHANGELOG.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,51 @@ 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], [#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+
- Add support to fetch a variant ([#236])
18+
19+
[#198]: https://github.com/bottlerocket-os/twoliter/pull/198
20+
[#211]: https://github.com/bottlerocket-os/twoliter/pull/211
21+
[#214]: https://github.com/bottlerocket-os/twoliter/pull/214
22+
[#217]: https://github.com/bottlerocket-os/twoliter/pull/217
23+
[#219]: https://github.com/bottlerocket-os/twoliter/pull/219
24+
[#221]: https://github.com/bottlerocket-os/twoliter/pull/221
25+
[#222]: https://github.com/bottlerocket-os/twoliter/pull/222
26+
[#227]: https://github.com/bottlerocket-os/twoliter/pull/227
27+
[#228]: https://github.com/bottlerocket-os/twoliter/pull/228
28+
[#231]: https://github.com/bottlerocket-os/twoliter/pull/231
29+
[#232]: https://github.com/bottlerocket-os/twoliter/pull/232
30+
[#236]: https://github.com/bottlerocket-os/twoliter/pull/236
31+
[#243]: https://github.com/bottlerocket-os/twoliter/pull/243
32+
33+
### Changed
34+
35+
- Regenerate kernel module if possible in rpm2img ([#205])
36+
- Changes and fixes to better support kits ([#210], [#216], [#218], [#223], [#224], [#226], [#234], [#238])
37+
- Deprecate variant sensitivity for packages in buildsys ([#220])
38+
- Install 'root.json' during image build ([#239])
39+
- Backward compatibility for existing projects ([#244])
40+
41+
[#205]: https://github.com/bottlerocket-os/twoliter/pull/205
42+
[#210]: https://github.com/bottlerocket-os/twoliter/pull/210
43+
[#216]: https://github.com/bottlerocket-os/twoliter/pull/216
44+
[#218]: https://github.com/bottlerocket-os/twoliter/pull/218
45+
[#220]: https://github.com/bottlerocket-os/twoliter/pull/220
46+
[#223]: https://github.com/bottlerocket-os/twoliter/pull/223
47+
[#224]: https://github.com/bottlerocket-os/twoliter/pull/224
48+
[#226]: https://github.com/bottlerocket-os/twoliter/pull/226
49+
[#234]: https://github.com/bottlerocket-os/twoliter/pull/234
50+
[#235]: https://github.com/bottlerocket-os/twoliter/pull/235
51+
[#238]: https://github.com/bottlerocket-os/twoliter/pull/238
52+
[#239]: https://github.com/bottlerocket-os/twoliter/pull/239
53+
[#244]: https://github.com/bottlerocket-os/twoliter/pull/244
54+
1055
## [0.1.1] - 2024-04-17
1156

1257
### Added
@@ -33,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3378
- Fixed Gomod.rs bug ([#178])
3479
- Use Twoliter.toml for cache layers ([#179])
3580
- Update readme ([#182, #184])
36-
- Generate HMAC for kernel on build ([#187])
81+
- Generate HMAC for kernel on build ([#187])
3782

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

136181
[#53]: https://github.com/bottlerocket-os/twoliter/pull/53
137182
[#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)