Skip to content

Releases: vapor/swiftly-action

v0.2.1 - Fix behavior on Github runners when the package repo is out of date

26 Feb 20:15
bedb227

Choose a tag to compare

What's Changed

  • Update readme to reference 0.2.0 by @mattmassicotte in #4
  • Fix link to Swiftly in README by @mattt in #5
  • Make action resilient against un-updated package repos on runners 8c6d25b
  • Fixup how we specify DEBIAN_FRONTEND when needed a3c253a

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Rewritten to support Swiftly 1.0

29 Mar 05:07
afdde22

Choose a tag to compare

Swiftly 0.4.0 and 1.0.0 completely changed the recommended install process, and now support many more platforms. The action now uses the new process and tests itself against all supported platforms, including on bare runners.

v0.1.4 - Revert changes from v0.1.3

04 Feb 15:30
5cf40c0

Choose a tag to compare

Pre-release

Whatever was wrong with the swift.org server seems to have been resolved, so we should no longer skip the key import.

v0.1.3 - Temporarily disable loading GPG keys

03 Feb 22:06
cfd59c0

Choose a tag to compare

There seems to be something up with how swift.org's server is returning the GPG keys that causes curl not to honor the Gzip content encoding, so for now just tell the Swiftly install script not to do that step.

v0.1.2 - Update Swiftly install script URL

11 Jun 16:10
333929b

Choose a tag to compare

The URL for Swiftly's install script has changed, so we've updated it.

v0.1.1 - Fix usage with AmazonLinux2 images

23 Sep 03:44
93a0db2

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - First development release

22 Sep 09:08
60f0f10

Choose a tag to compare

Pre-release

This is the first (pre)release of this action.