Releases: rik-org/firepilot
Releases · rik-org/firepilot
1.2.0
1.1.1
1.1.0
What's Changed
- Implement
Clone
derive onFirecrackerExecutor
- chore(deps): bump h2 from 0.3.16 to 0.3.18 (#12) @dependabot
1.0.0
MAJOR CHANGES: Firepilot has been changed in order to match a more customizable way to manage microVMs, check documentation.
What's Changed
- Use firecracker OpenAPI to generate structs
- Import structs as a dependency of firepilot in order to better process
configuration - Provide a "executor" abstraction in order to match firecracker and
jailer process - Executor abstraction is open and can be used for low-level virtual
machine mangement - Machine object provides an opinionated way to run microVM
- Builder is using firecracker models generated from the OpenAPI
- Add a script to generate models from firecracker OpenAPI
- The builder can configure drives, kernel and the firecracker binary
location
v0.2.0
What's Changed
- chore: improve binary location finder (#10) @alexandrebrg
- docs: add firecracker vmm configuration description (#9) @MaloPolese
- chore: Add README and getting-started material (#5) @sylvain-reynaud
🚀 Features
- feat: add stop command (#7) @MaloPolese
v0.1.0
What's Changed
- [chore] Add main workflow + release drafter (#3) @alexandrebrg
- feat: add vm configuration network interface (#2) @kalil-pelissier