Skip to content

v0.5.0

Latest

Choose a tag to compare

@pptx704 pptx704 released this 25 Jul 19:47

What's New

Persistent storage volumes for capsules, plus reliability and cleanup improvements.

Storage Volumes

  • Added external storage volumes — persistent disk attachments that survive capsule restarts and are mounted automatically at boot
  • Create, list, get, and delete volumes via the new /v1/volumes API
  • Volumes survive pause and resume — the host records them in snapshot metadata and rebuilds disk symlinks on restore

Others

  • Shared human-readable size parser ("5G", "2Gi", "1000M") between control plane and host runtime
  • Guest images now include disk formatting and mounting utilities needed for volume support
  • Removed unneeded gcc from guest images
  • Minor fixes
  • Version bump