Releases: SkynetLabs/deploy-to-skynet-action
Releases · SkynetLabs/deploy-to-skynet-action
v2.2.0
- Adds support for
skynet-api-key
- Marks
skynet-jwt
as deprecated
v2.1.1
- Fixes issue where JWT doesn't get passed to registry API requests
- Updates to latest version of skynet-nodejs SDK
v2.1.0
- Adds a keyword for using a JWT for associating an upload with a portal account
- Updates NodeJS SDK, removing the
skynet-js
dependency for better audibility and fixing uploading of '.' directory.
v2.0.2
Includes updates for handling dynamic routing, i.e. Gatsby support
v2.0.1
- fixs octokit api access for commenting on PRs
v2.0.0
- Updates
skynet-js
- Uses resolver skylinks for consistent URI instead of
skyns
- Adds ability to set a custom webportal URL
v1.2.1
- Supports
skyns
registry entries - Uses
skynet-js v3
Update registry feature
This release adds update release feature. You can define registry-seed
(should be secure and unique) and an optional registry-datakey
(defaults to "skylink.txt") and this entry will get updated with the deployed skylink every time it's ran.
For more information read https://blog.sia.tech/automated-deployments-on-skynet-28d2f32f6ca1
Stability fixes and usability improvements
v1.1.0 1.1.0
Initial action release
Initial release containing action that uploads given directory to https://siasky.net and if pull request reference is available, it posts a comment with deployment url.