Releases: canonical/action-build
v1.3.0
This release adds support for the beta ubuntu-24.04
runner image, which should ensure ubuntu-latest
jobs continue to function once it gets promoted.
What's Changed
- Test the latest beta ubuntu by @bwrsandman in https://github.com/snapcore/action-build/pull/74
- Support the Ubuntu 24.04 Github runner image by @jhenstridge in https://github.com/snapcore/action-build/pull/76
- build(deps): bump undici from 5.26.5 to 5.28.4 by @dependabot in https://github.com/snapcore/action-build/pull/73
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/snapcore/action-build/pull/77
- Update package dependencies by @jhenstridge in https://github.com/snapcore/action-build/pull/78
New Contributors
- @bwrsandman made their first contribution in https://github.com/snapcore/action-build/pull/74
Full Changelog: snapcore/action-build@v1...v1.3.0
v1.2.0
What's Changed
This release upgrades the action to use the node20
runner. It shouldn't affect the behaviour of any workflows using the action.
- build(deps-dev): bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in https://github.com/snapcore/action-build/pull/64
- action.yml: upgrade from node16 runner to node20 by @jhenstridge in https://github.com/snapcore/action-build/pull/65
Full Changelog: snapcore/action-build@v1.1.3...v1.2.0
v1.1.3
What's Changed
- Add ignoreReturnCode to check command options by @weiiwang01 in https://github.com/snapcore/action-build/pull/59
- CI (test.yml): remove deprecated Ubuntu 18.04 runner by @kbdharun in https://github.com/snapcore/action-build/pull/56
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in https://github.com/snapcore/action-build/pull/53
- daily tests by @casperdcl in https://github.com/snapcore/action-build/pull/26
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/snapcore/action-build/pull/61
New Contributors
- @weiiwang01 made their first contribution in https://github.com/snapcore/action-build/pull/59
- @kbdharun made their first contribution in https://github.com/snapcore/action-build/pull/56
- @casperdcl made their first contribution in https://github.com/snapcore/action-build/pull/26
Full Changelog: snapcore/action-build@v1...v1.1.3
v1.1.2
- The action now runs correctly on the ubuntu-22.04 runner image (#51, @sergiusens)
- Upgrade dependencies
v1.1.1
- Upgrade dependencies. This includes an update to
@actions/core
that gets rid of a deprecation warning when the action runs (#45).
There are still problems running the action on the ubuntu-22.04
image, as mentioned in #42. Until that is resolved, it's recommended to use the action with the ubuntu-20.04
or ubuntu-18.04
images. Note that this doesn't prevent you from building snaps targeting core22
: the build will still occur within an appropriate LXD container.
v1.1.0
- Upgrade action from the
node12
runner tonode16
. This should have no effect on workflows using the action, but means we won't be affected should Github deprecate and remove the old version. - Upgrade dependencies.
v1.0.9
- Do not fail on refresh fails from the Snap Store if the LXD snap returns an empty response
v1.0.8
- Add a
ua-token
input parameter that can be used to set an Ubuntu Advantage token to pass to Snapcraft (#14). Once Ubuntu 16.04 goes into Extended Security Maintenance, a token will be required to build snaps against the old basecore
. More information can be found on the Snapcraft Blog. - Upgrade dependencies
v1.0.7
- Revert change to action run URL in v1.0.6 release.