Version 0.3.0
Biggest new feature is attach modes and access.
- shared is the old 1-folder = 1 virtiofs device, which causes you to run into limits quick
- shared-root is a new variant that shares 1 virtiofs device with multiple attached folders via bind mounts, and this is the new default
- both shared and shared-root can now mount directories in rw or ro mode to give the VM access to data, but not the ability to modify it.
- Added a new "git" shared mode, which has strong isolation. You attach a git repo and it clones it on the VM. The host is then responsible for pushing and pulling changes to / from the VM. A new remote is added to the host repo that points at the VM.
Other changes are mostly logging / wording / bug fixes.
What's Changed
Full Changelog: v0.2.0...refs/heads/release