Skip to content

Releases: ipshipyard/ipfs-deploy-action

v1.1.0

26 Feb 12:41
cd3a400
Compare
Choose a tag to compare

Fixed

  • Improve formatting of the action summary output.
  • Add dweb.link and w3s.link (if storacha-key is provided) to the list of preview links.

v1.0.0

21 Feb 11:18
8dc8306
Compare
Choose a tag to compare

Added

  • Add timeout and retry logic to IPFS Cluster uploads.
    • Uploads to IPFS Cluster have a default timeout of 5 minutes.
    • If the upload fails, the action will retry by default 3 times with a 5 second delay between attempts.
    • The number of retry attempts and timeout can be customized using the cluster-retry-attempts and cluster-timeout-minutes inputs.

Fixed

  • Remove duplicate preview link from PR comment.

v0.3.1

10 Feb 13:43
Compare
Choose a tag to compare

Fixed

  • Log info to stdout instead of GitHub workflow summary

v0.3.0

10 Feb 13:16
83be829
Compare
Choose a tag to compare

Added

  • Add support for CAR uploads to Kubo via the Kubo RPC API.

Removed

  • Removed cluster-upload-timeout input as GitHub Actions does not support setting timeout-minutes for steps in composite actions.

v0.2.2

10 Feb 11:34
181e08f
Compare
Choose a tag to compare

Fixed

  • Default for cluster-upload-timeout input is a number instead of a string.

v0.2.1

04 Feb 11:42
9ae91d7
Compare
Choose a tag to compare

Fixed

  • Make sure that storacha inputs are not required by action to allow for IPFS Cluster only deployments (inputs will be validated at the beginning of the action ensuring that either Storacha or IPFS Cluster inputs are provided).

v0.2.0

04 Feb 11:29
8d051de
Compare
Choose a tag to compare

Added

  • Add support for IPFS Cluster CAR uploads.
  • Add cluster-upload-timeout input to set the timeout for IPFS Cluster CAR uploads.

Changed

  • Storacha is now optional. You can now choose to upload the build CAR to IPFS Cluster instead.

Fixed

  • Fix action step summary output from Merkleizing into CAR step.

v0.1.0

31 Jan 16:29
Compare
Choose a tag to compare

Initial release of the Deploy to IPFS Action