Skip to content
v0.14.2

(very) Minor release, changing the behavior of VMs on kernel panic.

No breaking API changes.

No features.

Fixes:

- neonvm/runner: Add panic=-1 to kernel command line (#448)
  - panic=-1 triggers restart, but we run with --no-restart, so this
    will cause QEMU to exit, and the VM runner pod to be recreated,
    ultimately meaning that we restart on kernel panic, instead of hanging.

No protocol changes.

No "other" changes.

Upgrade path from v0.14.1:

- No ordering requirements, only NeonVM updated.