Releases: myugan/firecracker-python
Releases · myugan/firecracker-python
Release v0.0.6-dev.2
Merge pull request #23 from restuhaqza/fix/snapshot-microvm feat: Improve the flow on Load Snapshot
Release v0.0.5
What's Changed
- fix: add retry to stop defunct process by @agusmakmun in #18
- fix: remove root exception handler to trigger stop retry by @agusmakmun in #19
- fix: defunct process when killing the machine by @agusmakmun in #20
New Contributors
- @agusmakmun made their first contribution in #18
Release v0.0.4
What's Changed
- Added Docker image support and the ability to build the root filesystem during initialization or via the
build()function
Release v0.0.3
What's Changed
- Implemented VMM management by storing state in a JSON file, similar to Docker.
- Added methods for finding VMMs by ID and labels.
- Enhanced nft rules with comments for better port forwarding handling.
- Enhanced port forwarding support during initialization, can handle single or multiple ports.
- Introduced userdata support along with file support for configuration.
- Added overlayfs root filesystem support for layered filesystems.
- Introduced initrd support.
- Added memory conversion input handling, converts any value into MiB format.
- Updated documentation with new arguments.
Full Changelog: v0.0.1...v0.0.3
Release v0.0.1
I'm thrilled to announce the very first release of firecracker-python, my initial project designed to provide an interface for managing Firecracker microVMs using Python.