Skip to content

Release v0.3

Latest
Compare
Choose a tag to compare
@aaruni96 aaruni96 released this 17 Nov 12:51

Added

  • Include sysfs in the runtime as read-only
  • Add option to upload runtime for publishing
  • Add runtime name validation for commiting and uploading runtimes

Changed

  • Improved logic for uninstall
  • Bugfix: interruptible downloads
  • Use native overlayfs instead of fuse implementation. Requires Linux kernel 5.11+
  • Improved handling of bwrap as a dependency

Full Changelog: v0.2...v0.3

NOTE!

python3-tuspy is currently not natively available in arch linux and fedora. Therefore, only the deb package is usable in this release!

NOTE!

Ubuntu 24.04 LTS has enabled AppArmor by default. This breaks core containerization functionality of maps. We are working on a fix. In the meantime, as a workaround, please disable AppArmor to use maps.
The documentation to do so is available at https://wiki.debian.org/AppArmor/HowToUse#Disable_AppArmor

sudo mkdir -p /etc/default/grub.d
echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT apparmor=0"' \
| sudo tee /etc/default/grub.d/apparmor.cfg
sudo update-grub
sudo reboot