Skip to content

Commit

Permalink
Merge pull request #308 from webern/release-041
Browse files Browse the repository at this point in the history
release v0.4.1
  • Loading branch information
webern committed Jun 19, 2024
2 parents 93912a8 + 34c71fa commit 8c45312
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.4.1] - 2024-06-19

### Changed

- Stop printing `ManifestParse` during builds ([#300])
- Revert application-inventory: use RPM's Version and Release, set Epoch ([#301])
- Fix issue in rpm2kit by using awk instead of head ([#303])
- Application-inventory: use core-kit version for packages sourced from the bottlerocket-core-kit ([#304])
- Add a pull in Twoliter to allow inspecting the image config ([#306])
- Fix purge go-vendor task in Twoliter ([#307])

[#300]: https://github.com/bottlerocket-os/twoliter/pull/300
[#301]: https://github.com/bottlerocket-os/twoliter/pull/301
[#303]: https://github.com/bottlerocket-os/twoliter/pull/303
[#304]: https://github.com/bottlerocket-os/twoliter/pull/304
[#306]: https://github.com/bottlerocket-os/twoliter/pull/306
[#307]: https://github.com/bottlerocket-os/twoliter/pull/307

[0.4.1]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.0...v0.4.1

## [0.4.0] - 2024-06-17

Expand All @@ -19,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#297]: https://github.com/bottlerocket-os/twoliter/pull/297
[#298]: https://github.com/bottlerocket-os/twoliter/pull/298

[0.4.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.3.0...v0.4.0

## [0.3.0] - 2024-06-13

### Added
Expand All @@ -37,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#271]: https://github.com/bottlerocket-os/twoliter/pull/271
[#272]: https://github.com/bottlerocket-os/twoliter/pull/272

[0.3.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.2.0...v0.3.0

### Changed

- Dependabot: update h2, rustls versions ([#212], [#213])
Expand Down Expand Up @@ -102,6 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#236]: https://github.com/bottlerocket-os/twoliter/pull/236
[#243]: https://github.com/bottlerocket-os/twoliter/pull/243

[0.2.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.1...v0.2.0

### Changed

- Regenerate kernel module if possible in rpm2img ([#205])
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 twoliter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twoliter"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]
Expand Down

0 comments on commit 8c45312

Please sign in to comment.