Releases: ipshipyard/ipfs-deploy-action
Releases · ipshipyard/ipfs-deploy-action
v1.7.0
v1.6.0
Added
- Add optional
github-status-gw
input to allow for customizing the gateway used for the commit status updates.
v1.5.0
Added
- Add
set-pr-comment
input to control PR comment creation separately from GitHub commit status
Fixed
- Fix bug where GitHub commit status was still being set when
set-github-status
was set to 'false' - Update descriptions to clarify that string values 'true' and 'false' are expected for boolean inputs
v1.4.1
Fixed
- Fix commit status and PR comment when action is triggered by
pull_request_target
event. - Fix bug in
ipfs-cluster-ctl-version
input not being used correctly.
v1.4.0
Added
- Add support for time-bound pins in IPFS Cluster via the
cluster-pin-expire-in
input parameter. - Add support for custom pin names via the
pin-name
input parameter.
v1.3.0
Added
- Add
ipfs-add-options
input to allow for customizing theipfs add
command used to merkleize the build into a CAR file.
Changed
- Remove dependency on
ipfs-car
npm package, and use kubo instead to create the CAR file, since we need Kubo for pinning anyways.
v1.2.1
Fixed
- Fix bash bug where the debug logging was not being set correctly.
v1.2.0
Added
- Add
upload-car-artifact
input which will upload the CAR file as an artifact visible on GitHub Action Summary pages.
v1.1.2
Fixed
- Improve error handling and logging when the action is not configured correctly, like when the folder to deploy is not found or empty.
v1.1.1
Fixed
- Improve formatting of the action summary output.