Skip to content

Releases: rik-org/firepilot

1.2.0

04 Oct 10:36
Compare
Choose a tag to compare

What's Changed

  • feat: implement VM pause and resume (#15) @00xc

1.1.1

11 May 17:25
Compare
Choose a tag to compare

What's Changed

🚀 Features

1.1.0

20 Apr 08:33
Compare
Choose a tag to compare

What's Changed

  • Implement Clone derive on FirecrackerExecutor
  • chore(deps): bump h2 from 0.3.16 to 0.3.18 (#12) @dependabot

1.0.0

16 Apr 09:34
Compare
Choose a tag to compare

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

19 Mar 10:54
33e58e9
Compare
Choose a tag to compare

What's Changed

🚀 Features

v0.1.0

14 Feb 00:38
Compare
Choose a tag to compare

What's Changed