Skip to content

8.2.10

Compare
Choose a tag to compare
@mr-cal mr-cal released this 03 Jun 21:21
· 705 commits to main since this release
8.2.10
00fa0ac

This hotfix release addresses many bugs with the new remote builder.

Remote builder

The new remote builder will now:

  • accept comma-separated architectures via snapcraft remote-build --build-for <arch1>,<arch2>,... (#4780)
  • handle core22 architectures in a snapcraft.yaml (#4780)
  • produce correctly-named log files (#4781)
  • retry Launchpad API calls with an exponential backoff (canonical/craft-application#355)
  • fail if they do not create any artifacts (#4783)

What's Changed

  • fix(remote-build): fail if no artifacts are created by @lengau in #4826
  • build(deps): bump craft-application to 2.8.0 by @mr-cal in #4837

Full Changelog: 8.2.9...8.2.10