Skip to content

Commit 744cc97

Browse files
committed
Update CHANGELOG.md
Include entries about updating dependencies and fixing the ARM issue Signed-off-by: Patrick Roy <[email protected]>
1 parent 6eb5135 commit 744cc97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
contain the string `firecracker` to prevent from running non-firecracker
2222
binaries.
2323
- Rust toolchain upgraded from 1.52.1 to 1.64.0.
24+
- Switched to specifying our dependencies using caret requirements instead
25+
of comparison requirements.
26+
- Updated all dependencies to their respective newest versions.
2427

2528
### Fixed
2629

@@ -35,6 +38,10 @@
3538
- Fixed the bad handling of kernel cmdline parameters when init arguments
3639
where provided in the `boot_args` field of the JSON body of the
3740
PUT `/boot-source` request.
41+
- Fixed a bug on ARM64 hosts where the upper 64bits of the V0-V31 FL/SIMD
42+
registers were not saved correctly when taking a snapshot, potentially
43+
leading to data loss. This change invalidates all ARM64 snapshots taken
44+
with versions of Firecracker <= 1.1.3.
3845

3946
## [1.1.0]
4047

0 commit comments

Comments
 (0)