Skip to content

Commit ea8d55c

Browse files
dianpopageorgepisaltu
authored andcommitted
changelog: add entry for issue 2709
Signed-off-by: Diana Popa <dpopa@amazon.com>
1 parent 352f8d3 commit ea8d55c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- Added permanent HTTP endpoint for `GET` on `/version` for getting the
1313
Firecracker version.
1414

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+
1521
## [0.25.0]
1622

1723
### Added

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# this contains the frequency while on AMD it does not.
2525
# Checkout the cpuid crate. In the future other
2626
# 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}
2828

2929
PROC_MODEL = proc.proc_type()
3030

0 commit comments

Comments
 (0)