-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: release v1.9.1 #4831
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
chore: release v1.9.1 #4831
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## firecracker-v1.9 #4831 +/- ##
====================================================
+ Coverage 84.33% 84.35% +0.01%
====================================================
Files 249 249
Lines 27465 27447 -18
====================================================
- Hits 23162 23152 -10
+ Misses 4303 4295 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ce1623a to
62cb52e
Compare
Disable CONFIG_ARM64_ERRATUM_3194386 option in the guest kernels for aarch64. It is enabled by default and makes `ssbs` feature to not be user space visible. This breaks out integration tests. This option is only indented for `Cortex-X4` and `Neoverse-V3` cpus which we are not using, so disabling it is safe. Signed-off-by: Egor Lazarchuk <[email protected]>
Add entries to `.mailmap` to make re-generating CREDITS.md easier. - Deduplicate some entries. - Correct some existing addresses of maintainers. Signed-off-by: Pablo Barbáchano <[email protected]>
Update version number / CHANGELOG / CREDITS Signed-off-by: Nikita Kalyazin <[email protected]>
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.
LGTM thanks for the changes
3370eaf
into
firecracker-microvm:firecracker-v1.9
Changes
Update version number / CHANGELOG / CREDITS
Reason
Release v1.9.1
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following Developer
Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md.PR Checklist
[ ] If a specific issue led to this PR, this PR closes the issue.PR.
[ ] API changes follow the Runbook for Firecracker API changes.CHANGELOG.md.[ ] All added/changed functionality is tested.[ ] NewTODOs link to an issue.contribution quality standards.
rust-vmm.