Skip to content

Releases: snapcore/action-build

v1.2.0

24 Oct 01:48
2096990
Compare
Choose a tag to compare

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 #64
  • action.yml: upgrade from node16 runner to node20 by @jhenstridge in #65

Full Changelog: v1.1.3...v1.2.0

v1.1.3

24 Aug 17:30
v1.1.3
2ee46bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.1.3

v1.1.2

29 Nov 03:17
Compare
Choose a tag to compare
  • The action now runs correctly on the ubuntu-22.04 runner image (#51, @sergiusens)
  • Upgrade dependencies

v1.1.1

20 Oct 12:51
Compare
Choose a tag to compare
  • 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

18 Mar 07:31
Compare
Choose a tag to compare
  • Upgrade action from the node12 runner to node16. 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

17 Sep 21:16
a400bf1
Compare
Choose a tag to compare
  • Do not fail on refresh fails from the Snap Store if the LXD snap returns an empty response

v1.0.8

27 Apr 05:53
Compare
Choose a tag to compare
  • 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 base core. More information can be found on the Snapcraft Blog.
  • Upgrade dependencies

v1.0.7

06 Oct 06:50
Compare
Choose a tag to compare
  • Revert change to action run URL in v1.0.6 release.

v1.0.6

06 Oct 06:19
Compare
Choose a tag to compare
  • Add snapcraft-channel and snapcraft-args input parameters to make it easier to test out experimental Snapcraft features (#8).
  • Upgrade dependencies

v1.0.5

18 Jun 03:26
Compare
Choose a tag to compare
  • Fix compatibility with Github's ubuntu-20.04 runner image (#4).
  • expand ~ to the CI user's home directory in the path input parameter (#5).