v1.1.3
firecracker-microvm/firecrackerv1.1.3Nov 24, 2022by pb8o
AI Summary
Upgraded the Rust toolchain to version 1.64.0 and fixed the kernel command line parameter handling bug.
Key Highlights
- Rust toolchain upgraded to 1.64.0
- Kernel cmdline parameter handling fix
New Features
- Fixed boot_args handling
Full Release Notes
### Changed * Upgraded Rust version to 1.64. This enables us to keep supporting v1.1. [not reflected in CHANGELOG.md] ### Fixed * Fixed the bad handling of kernel cmdline parameters when init arguments were provided in the `boot_args` field of the JSON body of the PUT `/boot-source` request.