Skip to content

Releases: myugan/firecracker-python

Release v0.0.6-dev.2

03 Nov 04:47
523a888

Choose a tag to compare

Release v0.0.6-dev.2 Pre-release
Pre-release
Merge pull request #23 from restuhaqza/fix/snapshot-microvm

feat: Improve the flow on Load Snapshot

Release v0.0.5

26 Aug 03:15
41237f8

Choose a tag to compare

What's Changed

New Contributors

Release v0.0.4

01 Jul 10:12

Choose a tag to compare

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

02 Jun 05:52
3dab019

Choose a tag to compare

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

21 Mar 10:53

Choose a tag to compare

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.