v0.24.3
firecracker-microvm/firecrackerv0.24.3May 11, 2021by luminitavoicu
AI Summary
This release focuses on snapshot consistency and API naming standards by migrating Docker images to Amazon ECR and fixing data storage flushing.
Key Highlights
- Migration of Docker images to Amazon ECR
- Fixed snapshot related host files flushing
- Fixed ballooning API naming (MB to MiB)
Breaking Changes
- Changed Docker images repository from DockerHub to Amazon ECR
Full Release Notes
### Changed - Changed Docker images repository from DockerHub to Amazon ECR. ### Fixed - Snapshot related host files (vm-state, memory, block backing files) are now flushed to their backing mediums as part of the CreateSnapshot operation. - Fixed ballooning API definition by renaming all fields which mentioned "MB" to use "MiB" instead.