Releases: aaruni96/maps
Releases · aaruni96/maps
Release v0.3
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_AppArmorsudo 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
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 offusermount
to unmount live
Full Changelog: v0.1...v0.2
v0.1
Alpha Freeze
This is simply an archival version of the software as it was in its alpha version, before the big interface rewrite.