Releases: ipshipyard/ipfs-deploy-action
Releases · ipshipyard/ipfs-deploy-action
v1.1.0
Fixed
- Improve formatting of the action summary output.
- Add
dweb.link
andw3s.link
(ifstoracha-key
is provided) to the list of preview links.
v1.0.0
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
andcluster-timeout-minutes
inputs.
Fixed
- Remove duplicate preview link from PR comment.
v0.3.1
Fixed
- Log info to stdout instead of GitHub workflow summary
v0.3.0
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
Fixed
- Default for
cluster-upload-timeout
input is a number instead of a string.
v0.2.1
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
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.