M

Multipass

M
Multipass Virtualization v1.16.3

1.16.3

This Multipass 1.16.3 patch release adds Ubuntu Core 26, fixes compatibility issues of QEMU on macOS with M4 chips, and patches two vulnerability issues. Features [core] Added core26 to the list of available images (#4886) Bug fixes [macos] Fix M4 chip QEMU bug (#4852) [sshfs] Sshfs path normalization (#4857) [macos] Change ownership of binaries (#4858) Changes See also the full diff: v1.16.2...v1…

M
Multipass Virtualization v1.16.3

1.16.3 RC

This Multipass 1.16.3 patch release adds Ubuntu Core 26, fixes compatibility issues of QEMU on macOS with M4 chips, and patches two vulnerability issues. Features [core] Added core26 to the list of available images (#4886) Bug fixes [macos] Fix M4 chip qemu bug (#4852) [sshfs] Sshfs path normalization (#4857) [macos] Change ownership of binaries (#4858) Changes See also the full diff: v1.16.2...v1…

M
Multipass Virtualization v1.16.2

1.16.2

This Multipass 1.16.2 patch release fixes usage on the latest macOS 26, supports the new LXD backend, fixes backend issues in QEMU and HyperV, and improves process handling in Linux. Bug fixes Fix Qt object lifetime during VM creation (#4772) Make image pruning resilient when last_used_at is missing and avoid timestamp overflow (#4336) Fix MacOS Tahoe 26 subnet collision in vmnet (#4383) Fix trans…

M
Multipass Virtualization v1.16.2

1.16.2 RC

Multipass version 1.16.2-rc3 This Multipass maintenance release fixes usage on the latest macOS 26, supports the new LXD backend, fixes backend issues in QEMU and HyperV, and improves process handling in Linux. [daemon] fix Qt object lifetime during VM creation (#4772) [json] add inter-process locking + retry/backoff for transactional JSON writes (#4294) [image] Improve file:// custom image handli…

M
Multipass Virtualization v1.16.1

1.16.1

Multipass version 1.16.1 A patch release fixing issues with certificates and external directories, as well as in mounts: [multipassd] regenerate gRPC server certificate on root ca mismatch (#4218) Certificates inaccessible when MULTIPASS_STORAGE is set (#4246) [sshfs-mount] make chown return 0 on Windows (#4288) See also the v1.16.1 milestone and the full diff: v1.16.0...v1.16.1

M
Multipass Virtualization v1.16.1

1.16.1 RC

Multipass version 1.16.1 A patch release fixing issues with certificates and external directories, as well as in mounts: [multipassd] regenerate gRPC server certificate on root ca mismatch (#4218) Certificates inaccessible when MULTIPASS_STORAGE is set (#4246) [sshfs-mount] make chown return 0 on Windows (#4288) See also the v1.16.1 milestone and the full diff: v1.16.0...v1.16.1-rc3

M
Multipass Virtualization v1.16.1-rc2

v1.16.1-rc2: [sshfs-mount] make chown return 0 on Windows (#4288)

chown is a platform-specific function which depends uid and gid. these values are not available in Windows, and the chown impl is by default returns -1. This causes filesystem operation failures in Windows hosts when sshfs mounts are used in guests. One example is as follows: ubuntu@foo:~/Downloads$ echo "test" > foo.txt -bash: foo.txt: Operation not permitted This operation fails because it first…