File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
tests/integration_tests/build Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
- Added permanent HTTP endpoint for ` GET ` on ` /version ` for getting the
13
13
Firecracker version.
14
14
15
+ ### Fixed
16
+
17
+ - Fixed incorrect propagation of init parameters in kernel commandline.
18
+ Related to:
19
+ [ #2709 ] ( https://github.com/firecracker-microvm/firecracker/issues/2709 ) .
20
+
15
21
## [ 0.25.0]
16
22
17
23
### Added
Original file line number Diff line number Diff line change 24
24
# this contains the frequency while on AMD it does not.
25
25
# Checkout the cpuid crate. In the future other
26
26
# differences may appear.
27
- COVERAGE_DICT = {"Intel" : 84.75 , "AMD" : 84.17 , "ARM" : 82.77 }
27
+ COVERAGE_DICT = {"Intel" : 84.75 , "AMD" : 84.17 , "ARM" : 82.80 }
28
28
29
29
PROC_MODEL = proc .proc_type ()
30
30
You can’t perform that action at this time.
0 commit comments