v0.23.3
firecracker-microvm/firecrackerv0.23.3Feb 19, 2021by alindima
AI Summary
This patch release addresses a critical stability issue where the SIGPIPE signal handler caused the Firecracker process to exit unexpectedly, ensuring the microVM remains stable.
Key Highlights
- Fixed SIGPIPE signal handler to prevent process termination.
- SIGPIPE signal is still recorded in metrics and logs for debugging.
Full Release Notes
### Fixed - Fixed the SIGPIPE signal handler so Firecracker no longer exits. The signal is still recorded in metrics and logs.