multipass-test:release/1.12

Last commit made on 2023-07-11
Get this branch:
git clone -b release/1.12 https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
release/1.12
Repository:
lp:multipass-test

Recent commits

2b4cade... by Chris Townsend <email address hidden>

Merge #3154

3154: [3rd-party] Update gRPC branch r=ricab a=townsend2010

There is a regression seen on macOS in the latest gRPC branch we used for the 1.12 release. The gRPC branch has been updated to revert the problematic commits.

Fixes #3142

Co-authored-by: Chris Townsend <email address hidden>

2ddbeae... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3135

3135: Quote '\n' in strings which go through SSH. r=georgeliao,sharder996.townsend2010 a=luis4a0

When we need to pass a string through SSH, we escape some characters. But we forgot about newlines, which are eliminated unless quoted. This PR just put newlines in double quotes, and leave escaping the rest of the characters untouched.

Fixes https://github.com/canonical/multipass/issues/3116.

Co-authored-by: Luis Peñaranda <email address hidden>

3fad998... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3117

3117: Fix newlines and empty strings which go through SSH r=townsend2010 a=luis4a0

This fixes #3116, the execution of strings containing quotes and newlines, like `multipass exec instance -- bash -c 'blah\nblah'`.

This also fixes #3119, the execution of strings containing empty substrings delimited with single or double quotes.

Co-authored-by: Luis Peñaranda <email address hidden>

a771fff... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3102

3102: [platform/shared] Fix missing comma in snapcraft set r=ricab a=townsend2010

Fixes #3101

Co-authored-by: Chris Townsend <email address hidden>

1384f67... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3082

3082: [snap] Update to qemu 8.0 r=andrei-toterman a=townsend2010

Co-authored-by: Chris Townsend <email address hidden>

0d5ded0... by Chris Townsend <email address hidden>

Merge #3072

3072: [image_host] Switch to using buildd Simplestreams for snapcraft remote r=georgeliao a=townsend2010

Fixes #3069

Co-authored-by: Chris Townsend <email address hidden>

5a5e64d... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3050 #3075

3050: Improve argument quoting r=townsend2010 a=luis4a0

Fixes #2707.

3075: [doc] Fix docs regarding exceptions in top_catch_all r=townsend2010 a=ricab

- [doc] Delete wrong comment in top-catch helper
- [doc] Clarify exception behavior in top-catch-all

Co-authored-by: Luis Peñaranda <email address hidden>
Co-authored-by: Ricardo Abreu <email address hidden>

5a5e0fb... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3061

3061: [dbus] Avoid DBus calls with invalid variant args r=townsend2010 a=ricab

Fixes #3035.

Co-authored-by: Ricardo Abreu <email address hidden>

24af9fe... by Luis Peñaranda

Merge pull request #3058 from canonical/add-user-agent-info

[url_downloader] Add HTTP UserAgent header info

41f22c7... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3042

3042: Pull disk info from home partition r=ricab a=sharder996

Since there are sometimes multiple entries that are labeled as Linux Filesystem, edit the command to sort them and take the largest one. This is under the assumption that the main filesystem is the largest.

This command is getting a bit convoluted at this point, so other suggestions on where to get this info is welcome.

Fixes #3041

Co-authored-by: sharder996 <email address hidden>