Skip to content

Tags: devopsutils/multipass

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Saviq Michał Sawicz
Multipass version 1.1.0

Highlights
---
- minimal macOS requirement reduced to 10.12 (canonical#1392)
- add support for proxies (canonical#885, canonical#1348)
- fixed a bunch of small console issues (canonical#667, canonical#1180, canonical#1217, canonical#1327, canonical#1353)
- fixed comands failing due to complex SSH configs (canonical#1259)
- fix mounts going away (canonical#1322)
- updated our dependencies (canonical#1182, canonical#1287, canonical#1296, canonical#1297, canonical#1300, canonical#1301)

v1.2.0-dev

Toggle v1.2.0-dev's commit message

Verified

This commit was signed with the committer’s verified signature.
Saviq Michał Sawicz
Begin v1.2.0 development

v1.1.0-rc

Toggle v1.1.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge canonical#1361

1361: [qemu] fall back to system default machine type r=townsend2010 a=Saviq

Rather than hardcoding xenial, as it's unlikely that someone's still
transitioning from core16 to core18.

Co-authored-by: Michał Sawicz <[email protected]>

v1.0.2

Toggle v1.0.2's commit message
Release 1.0.2

Bugfix release for Linux (qemu) fixing VM deletion crash (canonical#1266)

v1.0.2-rc

Toggle v1.0.2-rc's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge canonical#1278

1278: Fix delete crash r=Saviq a=ricab

Fixes canonical#1266. `vm_process` is a pointer now and it is null when in off state. Shutdown is called when deleting, which was dereferencing the ptr to kill the process, even if it wasn't there.

Co-authored-by: Ricardo Abreu <[email protected]>

v1.1.0-dev

Toggle v1.1.0-dev's commit message
Begin v1.1.0 development

v1.0.1

Toggle v1.0.1's commit message
Release 1.0.1

Bugfix release for Linux (qemu) fixing suspend/resume behaviour (canonical#1243).

v1.0.1-rc

Toggle v1.0.1-rc's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge canonical#1246

canonical#1246 backends/qemu: Create/destroy Process as needed to avoid stale args (Fixes canonical#1243)

v1.0.0

Toggle v1.0.0's commit message
Multipass 1.0

Highlights
---
- Full desktop integration across all platforms (application icon, system menu / notification area icon and update notifications)
- Use a keyboard shortcut (Ctrl+Alt+U or ⌘⌥U) to open a shell in your _primary_ instance
- Your home directory will be automatically mounted in `~/Home` in the _primary_ instance
- There's a checkbox under the "About" item to toggle the system / tray menu starting automatically on login

You can find the full list of changes since [v0.10.0](https://github.com/CanonicalLtd/multipass/releases/tag/v0.10.0)
in our [v1.0.0](https://github.com/CanonicalLtd/multipass/projects/11) project and even more detailed in
[the full commit log](canonical/multipass@v0.10.0...release/0.10).

System menu
---
To disable the system / tray menu autostart, just click on the item under "About". You can always run the Multipass app manually.

v0.10.1-rc

Toggle v0.10.1-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge canonical#1226

1226: gui: Only connect the messageClicked signal when there is an actual u… r=Saviq a=townsend2010

…pdate

Co-authored-by: Chris Townsend <[email protected]>