Skip to content

0.2.8 Bug fix for nftables family key

Compare
Choose a tag to compare
@hoh hoh released this 28 Jun 09:44
· 485 commits to main since this release

This minor release fixes a bug introduced in version 0.2.6, where on some systems the error message KeyError: 'family' prevented the supervisor from running.

What's Changed

  • Fix: Users reported errors with key family absent from entry by @hoh in #345

Full Changelog: 0.2.7...0.2.8

How to upgrade

On Debian 11 (Bullseye):

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

On Ubuntu 22.04 (Jammy Jellyfish):

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