v0.14.0

firecracker-microvm/firecrackerv0.14.0Jan 22, 2019by alxiord

AI Summary

Enhances documentation for AWS and networking setup, limits the maximum supported vCPUs to 32, and improves panic handling and exit codes for non-whitelisted syscalls.

Key Highlights

  • Documentation for AWS development environment setup
  • Documentation for microVM networking setup
  • Maximum supported vCPUs limited to 32
  • Exit code 148 for non-whitelisted syscalls

New Features

  • vCPU limit of 32
  • Application version logging
  • Pretty print panic information
  • Fixed build with vsock feature

Full Release Notes

### Added

- Documentation for development environment setup on AWS in `dev-machine-setup.md`.
- Documentation for microVM networking setup in `docs/network-setup.md`.
- Limit the maximum supported vCPUs to 32.

### Changed

- Log the app version when the `Logger` is initialized.
- Pretty print panic information.
- Firecracker terminates with exit code 148 when a non-whitelisted syscall is intercepted.

### Fixed

- Fixed build with the `vsock` feature.