Highlights
This release reverts the default virtual machine type to QEMU for devices running macOS 13.0 or newer, as a reaction to number of issues reported.
We however still encourage users to try out the new virtual machine type and provide valuable feedback.
Users willing to try the new native macOS virtualization should set --vm-type vz
flag or specify vmType: vz
in the config.
This release does not affect existing instances running on v0.5.0. But newly created instances will default to QEMU.
Fixes
- Possible empty volume mounts when
mountType
is""
in the config. - Unused disk space not getting freed in some scenarios.
Commits
- vm: fix mount during provision for some configs by @abiosoft in #521
- vm: defer fstrim to after mount during provision by @abiosoft in #522
- docs: update readme and faq by @abiosoft in #525
- vm: revert to qemu as default by @abiosoft in #528
Full Changelog: v0.5.0...v0.5.1