-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conversation
CHANGELOG.md
Outdated
@@ -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-21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Date
## [0.4.5] - 2024-08-21 | |
## [0.4.5] - 2024-08-22 |
CHANGELOG.md
Outdated
|
||
- Update twoliter to re-resolve workspaces at buildtime to detect lock mismatches ([#337]) | ||
- Improve logging in twoliter lockfile resolution ([#338]) | ||
- pubsys: improve error messages on SSM parameter validation failure ([#348]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit Style:
- pubsys: improve error messages on SSM parameter validation failure ([#348]) | |
- Improve error messages on SSM parameter validation failure for pubsys ([#348]) |
CHANGELOG.md
Outdated
- Update twoliter to re-resolve workspaces at buildtime to detect lock mismatches ([#337]) | ||
- Improve logging in twoliter lockfile resolution ([#338]) | ||
- pubsys: improve error messages on SSM parameter validation failure ([#348]) | ||
- pubsys: improve reliability of SSM parameter validation with client-side rate-limiting and retries ([#348]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit Style:
- pubsys: improve reliability of SSM parameter validation with client-side rate-limiting and retries ([#348]) | |
- Improve reliability of SSM parameter validation with client-side rate-limiting and retries for pubsys ([#348]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wrote it this way to be consistent with the rest of this changelog, but am ok changing this.
^ fix suggestions from @KCSesh |
I've only made changes to the README with the last push. I'm going to override the Rust build workflow, which passed on the previous revision. |
Description of changes:
cargo update
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.