Skip to content

Aleph-vm 0.3.2

Compare
Choose a tag to compare
@hoh hoh released this 11 Dec 15:51
· 294 commits to main since this release

This is a minor bugfix release.

It includes:

  • Blocks ISP KPN Internet (kpn.com) since they reported IPFS as DDoS to node hosting providers
  • Tune the settings of Kubo IPFS to CRN usecases instead of using the defaults
  • Fixes issues in the metrics graphs

Full Changelog: 0.3.1...0.3.2

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.3.2/aleph-vm.debian-11.deb
apt install /opt/aleph-vm.debian-11.deb

On Debian 12 (Bookworm):

rm -f /opt/aleph-vm.debian-12.deb
wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.3.2/aleph-vm.debian-12.deb
apt install /opt/aleph-vm.debian-12.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.3.2/aleph-vm.ubuntu-22.04.deb
sudo apt install /opt/aleph-vm.ubuntu-22.04.deb