Skip to content

Releases: aaruni96/maps

Release v0.3

17 Nov 12:51
Compare
Choose a tag to compare

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

v0.2

21 Jun 10:00
Compare
Choose a tag to compare

Added

  • Add changelog!
  • Add option to update runtime
  • Add CI scripts to build release packages

Changed

  • Build bubblewrap using meson/ninja
  • Suppress mkdir error except in Verbose
  • Suppress bubblewrap compilation except in Verbose
  • Handle edge case of live already being mounted
  • Use umount instead of fusermount to unmount live

Full Changelog: v0.1...v0.2

v0.1

12 Feb 13:24
f88dd4f
Compare
Choose a tag to compare

First release

What's Changed

New Contributors

Full Changelog: v0.1-alpha...v0.1

Alpha Freeze

22 Nov 13:45
Compare
Choose a tag to compare
Alpha Freeze Pre-release
Pre-release

This is simply an archival version of the software as it was in its alpha version, before the big interface rewrite.