Releases: ipshipyard/ipfs-deploy-action
Releases · ipshipyard/ipfs-deploy-action
v1.7.0
v1.6.0
Added
- Add optional
github-status-gwinput to allow for customizing the gateway used for the commit status updates.
v1.5.0
Added
- Add
set-pr-commentinput to control PR comment creation separately from GitHub commit status
Fixed
- Fix bug where GitHub commit status was still being set when
set-github-statuswas 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_targetevent. - Fix bug in
ipfs-cluster-ctl-versioninput not being used correctly.
v1.4.0
Added
- Add support for time-bound pins in IPFS Cluster via the
cluster-pin-expire-ininput parameter. - Add support for custom pin names via the
pin-nameinput parameter.
v1.3.0
Added
- Add
ipfs-add-optionsinput to allow for customizing theipfs addcommand used to merkleize the build into a CAR file.
Changed
- Remove dependency on
ipfs-carnpm 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-artifactinput 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.