Skip to content

0.2.2 Updated internals

Compare
Choose a tag to compare
@hoh hoh released this 28 Jun 10:05
· 551 commits to main since this release

This release upgrades Firecracker to 1.1.0, the Linux Kernel to 5.10, and fixes bugs in the VM supervisor.

What's Changed

  • Doc: Use v 0.2.1 instead of 0.1.10 by @hoh in #188
  • Fix: Lib packaging was not added to Dockerfile by @hoh in #192
  • Fix: Concurrent requests could result in a different counter value by @hoh in #193
  • Chore: Update firecracker to 1.1.0 by @hoh in #203
  • Internal: Raise exception VmInitNotConnected when VM init cannot be reached by @hoh in #201
  • Fix: Settings with implicit annotations were not displayed by @hoh in #200
  • Fix: Recording VM usage crashed if process had stopped beforehand by @hoh in #198
  • Fix: A VM would not restart if the init process crashes by @hoh in #199
  • Chore: Update kernel to 5.10 by @hoh in #202

Full Changelog: 0.2.1...0.2.2

How to upgrade

On Debian:

rm -f /opt/aleph-vm.debian-11.deb
wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.2/aleph-vm.debian-11.deb
apt install /opt/aleph-vm.debian-11.deb

On Ubuntu:

rm -f /opt/aleph-vm.ubuntu-20.04.deb
sudo wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.2/aleph-vm.ubuntu-20.04.deb
sudo apt install /opt/aleph-vm.ubuntu-20.04.deb