Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare to release v0.4.5 #350

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.4.5] - 2024-08-22

### Changes

- Update twoliter to re-resolve workspaces at buildtime to detect lock mismatches ([#337])
- Improve logging in twoliter lockfile resolution ([#338])
- Improve error messages on pubsys SSM parameter validation failure ([#348])
- Improve reliability of pubsys SSM parameter validation with client-side rate-limiting and retries ([#348])

[#337]: https://github.com/bottlerocket-os/twoliter/pull/337
[#338]: https://github.com/bottlerocket-os/twoliter/pull/338
[#348]: https://github.com/bottlerocket-os/twoliter/pull/348

[0.4.5]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.4...v0.4.5

## [0.4.4] - 2024-08-02

### Changes
Expand Down
Loading
Loading