1.3.0
Multipass version 1.3.0
Again a Multipass release!
Windows and macOS installers are available below, and the Snap in the stable
snap channel:
snap refresh multipass --channel stable
# or
snap install multipass
Highlights
- We're a strictly confined snap now (no
--classic
required on installation and less cross-distro trouble) (#1074):- refer to
snap connections multipass
for the permissions we get - Multipass now runs on Ubuntu Core hosts, but you'll need to use
sudo multipass ...
for the moment
- refer to
- We implemented integration with Windows Terminal:
- We added a preview of LXD as a supported backend (#1533):
- you will need to install
lxd
and configure everything
$ snap install lxd $ lxd init --auto $ snap connect multipass:lxd lxd $ multipass set local.driver=lxd
- you will need to install
- And added some cool appliance images (#1543):
You can try those out with
$ multipass find appliance: Image Aliases Version Description appliance:adguard-home 20200605 Ubuntu AdGuard Home Appliance appliance:mosquitto 20200605 Ubuntu Mosquitto Appliance appliance:nextcloud 20200605 Ubuntu Nextcloud Appliance appliance:openhab 20200605 Ubuntu openHAB Home Appliance appliance:plexmediaserver 20200605 Ubuntu Plex Media Server Appliance
multipass launch appliance:<appliance name>
(you'll need to use VirtualBox on macOS).
Bugfixes
- use the
wheel
group for better Fedora support (#1181) - add
snapcraft:core20
builder support (#1417) - flip the default of data removal on uninstall to "No" (#1507)
- fix terminal width calculation on Windows (#1547)
- and terminal size detection in Windows Terminal (#1370)
- add hypervisor selection in Windows installer (thanks @joedborg!)
You can find the full list of changes since v1.2.0 in our v1.3.0 milestone and even more detailed in the full commit log.
Feedback
Please file issues here for problems and feature requests, or come to our discourse to chat. We're also on #multipass
on Freenode. See you there :)