Releases: canonical/multipass
Releases · canonical/multipass
2018.10.1
Highlights:
- enable RPC encryption
- add remote operation support
- bootstrap metrics reporting
- #369 add
--time
and--cancel
options tomultipass stop
for delayed shutdown support - #312 forward log messages to clients when
--verbose
used - #387 support snapcraft
core
andcore18
aliases for build environments
Bugs fixed:
- #63 -vvv is not the same as -v -v -v
- #155
--verbose
is ineffectual - #299 Launching an instance using the
core
alias does not work - #302 qemu dnsmasq confused with multiple mpqemubr* bridges
- #306 Lack of information when
copy-files
fails - #316 Multipass doesn't handle internet connection issues well
- #319 daemon dies without networking
- #333 copying files from instance with wild cards is unpredictable
- #335 System-type files should not be shown in mounts
- #337 Sometimes recursively removing a directory fails in a mount
- #349 Wrong error code returned when client is unable to connect to daemon
- #359 Multipass changes used subnet across boots
- #368 Some snap builds in LP are broken
- #371 random start error with mounted dir
- #376 Fresh install of
edge
snap stuck onStarting...
when launching - #377
ebtables
package is missing in the snap - #381 multipass info fails for Ubuntu Core images
- #383 qemu backend - dnsmasq leases don't expire, ip addresses
- #394 info failed: ssh: Timeout connecting to (IP)
- #400 libvirt backend looks for ebtables in the wrong place
- #401 Launching by aliases from SimpleStreams remotes is broken
- #402 Launching images via aliases that match multiple remotes may use the incorrect image
- #412 Can't launch core images
- #414 Timing out on SSH results in
Launched:
even when status is UNKNOWN - #419 Some internal commands to the instance time out too quickly
- #425 mount on startup sometimes fail due to the instance not being ready yet
Updated third-party libraries:
- fmtlib
- libssh
- yaml-cpp
2018.6.1
Release 2018.6.1 Highlights: - support custom VM images (#24) - support "core" as an alias (#87) - switched to a dedicated "multipass" user inside the instance - avoid hardcoding "/home/ubuntu" in your commands Significant improvements: - multiple bash completion fixes (#206, #207, #220, #239) - fixed image caching if removed from streams (#200) - caching info data to display when instance is stopped (#199) - support for custom SSH keys (#52) - (re)storing instance state (#130) - verify downloaded images (#275)