Releases: vapor/swiftly-action
Releases · vapor/swiftly-action
v0.2.1 - Fix behavior on Github runners when the package repo is out of date
Pre-release
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_FRONTENDwhen needed a3c253a
New Contributors
- @mattmassicotte made their first contribution in #4
- @mattt made their first contribution in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Rewritten to support Swiftly 1.0
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
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
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
The URL for Swiftly's install script has changed, so we've updated it.
v0.1.1 - Fix usage with AmazonLinux2 images
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - First development release
This is the first (pre)release of this action.