multipass:release/1.14

Last commit made on 2024-05-10
Get this branch:
git clone -b release/1.14 https://git.launchpad.net/multipass

Branch merges

Branch information

Name:
release/1.14
Repository:
lp:multipass

Recent commits

74fbbfa... by Christopher Townsend

Merge pull request #3523 from canonical/fix-missing-runtime-info

Fix issues with runtime info

04183a8... by ScottH <email address hidden>

Merge pull request #3487 from canonical/retry_on_download_failure

Retry on download failure

35530c7... by Christopher Townsend

Merge #3516

[build] Add rc versioning when creating packages

0193045... by Christopher Townsend

Merge pull request #3517 from canonical/remove_excessive_gmock_warning

[unit test] use nicemock to remove the excessive gmock warnings.

84878a6... by Christopher Townsend

Merge pull request #3465 from canonical/parallelize-info-intra-vm

Parallelize info intra vm

ebb3b0a... by Ricardo Abreu

[runtime-info] Rename implementation classes

Shorten the name of implementation-detail classes whose scope is now
contained.

88654f2... by Ricardo Abreu

[runtime-info] Move population to helper

e8a5073... by Ricardo Abreu

[utils] Publish utility to check validity of IPv4

Move utility to verify the validity of IPv4 addresses to the generally
accessible Utils singleton, in preparation for its use in the
RuntimeInstanceInfoHelper class.

5790933... by Ricardo Abreu

[daemon] Add RuntimeInstanceInfoHelper

Add a placeholder helper class meant to house the code to populate
runtime instance info, with corresponding header and compilation unit,
to avoid polluting the unnamed namespace in the daemon compilation unit
any further.

1cd5d51... by Ricardo Abreu

[daemon] Organize code to fetch runtime info