canonical / craft-providers

Python interfaces for instantiating and executing builds for a variety of target environments.
https://canonical-craft-providers.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
6 stars 22 forks source link

fix: require multipass>=1.14.1 for Ubuntu 24.04 (Noble) #640

Closed mr-cal closed 3 months ago

mr-cal commented 3 months ago

Require Multipass>=1.14.1 for launching Ubuntu 24.04 (Noble).

Previously, Multipass had been using the snapcraft:devel alias for 24.04 images (#602). This worked until last month when the devel alias started pointing to 24.10 images.

Once Multipass 1.14.1 is released to latest/stable and to homebrew, this can be reverted and the minimum Multipass version will be bumped to 1.14.1 (#638).

Fixes #628 (CRAFT-3270)