Skip to content

Commit

Permalink
Merge pull request #389 from cbgbt/0.4.7-rc1
Browse files Browse the repository at this point in the history
Prepare for 0.4.7 rc1
  • Loading branch information
cbgbt authored Oct 7, 2024
2 parents 1afb8aa + 098433b commit f915bab
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 176 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,28 @@ 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.6...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.7...HEAD

## [0.4.7] - 2024-10-07

### Added

- Add support for building with erofs root filesystems ([#379])

### Fixed

- Refrain from tracking `BUILDSYS_VARIANT` environment variable in change-detection ([#377])
- Generate `/usr/share/bottlerocket` if not created by any variant packages ([#381])
- Fix kit publication not fully-overriding OCI repository names ([#385])

[#377]: https://github.com/bottlerocket-os/twoliter/pull/377
[#379]: https://github.com/bottlerocket-os/twoliter/pull/379
[#381]: https://github.com/bottlerocket-os/twoliter/pull/381
[#385]: https://github.com/bottlerocket-os/twoliter/pull/385

## [0.4.6] - 2024-09-16

### Changes
### Changed

- Add support for vendor override files ([#344])
- Updated buildsys to add new 'build-all' target, reduce build time ([#345], [#357])
Expand Down Expand Up @@ -39,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.4.5] - 2024-08-22

### Changes
### Changed

- Update twoliter to re-resolve workspaces at buildtime to detect lock mismatches ([#337])
- Improve logging in twoliter lockfile resolution ([#338])
Expand All @@ -54,7 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.4.4] - 2024-08-02

### Changes
### Changed

- Update cross to newer version ([#328])
- Update testsys to v0.0.14 ([#341])
Expand All @@ -74,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.4.3] - 2024-07-17

### Changes
### Changed

- Update rust nightly to newer version ([#325])
- Fix image handling bugs in `twoliter update` ([#326])
Expand Down
Loading

0 comments on commit f915bab

Please sign in to comment.