-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Release Firecracker v1.11 #5090
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
Release Firecracker v1.11 #5090
Conversation
xmarcalx
left a comment
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
08c77b5 to
6b6b6b1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## firecracker-v1.11 #5090 +/- ##
==================================================
Coverage 83.19% 83.19%
==================================================
Files 247 247
Lines 26641 26641
==================================================
+ Hits 22163 22165 +2
+ Misses 4478 4476 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5d85de3 to
a3dbc8c
Compare
We received a backport adding KVM support for physical timers on ARM. As a result two new registers are set: - CNTHP_CTL_EL2 - CNTHPS_CVAL_EL2 Updated the fingerprint to include these new registers. Signed-off-by: Jack Thomson <[email protected]>
Enable the physical counter tests to run on amazon linux 2 or 2023 as the KVM support for these has been backported from 6.4. Signed-off-by: Jack Thomson <[email protected]>
Use a bigger comparison during our assertion of the physical counter reset. The previous value was a little too low and would sometimes fail. Signed-off-by: Jack Thomson <[email protected]>
to track changes of guest-visible CPU features Signed-off-by: Riccardo Mancini <[email protected]>
Adding M7a to our default tested intances and the cross snapshot pipeline. Update the README to reflect this change. Signed-off-by: Jack Thomson <[email protected]>
We are investigating volatility in the tcp throughput on m7a for now we will ignore it, until we find a solution. Signed-off-by: Jack Thomson <[email protected]>
New entry in the changelog for AMD Genoa that is officially onboarded and tested on Firecracker Signed-off-by: Jack Thomson <[email protected]>
Add m7a to the cpu template pipeline and add msr baselines for the variant. Signed-off-by: Jack Thomson <[email protected]>
a3dbc8c to
9444285
Compare
Add 1.11 to the release policy and mark 1.9 as unsupported. Signed-off-by: Riccardo Mancini <[email protected]>
We changed the markdown format of CHANGELOG.md to not have escapes for the square brackets, so the tool broke. This commit fixes it. Signed-off-by: Riccardo Mancini <[email protected]>
Update version number / CHANGELOG / CREDITS Signed-off-by: Riccardo Mancini <[email protected]>
9444285 to
0d54af2
Compare
|
All green, at last! 😎 |
4e40479
into
firecracker-microvm:firecracker-v1.11
Changes
Reason
Shipping 1.11.0
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
tools/devtool checkstyleto verify that the PR passes theautomated style checks.
how they are solving the problem in a clear and encompassing way.
in the PR.
CHANGELOG.md.Runbook for Firecracker API changes.
integration tests.
TODO.rust-vmm.