Skip to content

Releases: ipshipyard/ipfs-deploy-action

v1.7.0

25 Aug 16:02
Compare
Choose a tag to compare

Fixed

  • Add support for using ipfs-deploy-action in workflows triggered by workflow_run events to allow secure usage in PRs from forks.

v1.6.0

16 May 11:47
b8094b7
Compare
Choose a tag to compare

Added

  • Add optional github-status-gw input to allow for customizing the gateway used for the commit status updates.

v1.5.0

10 Mar 09:04
5e44386
Compare
Choose a tag to compare

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

06 Mar 16:59
e54ba1b
Compare
Choose a tag to compare

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

05 Mar 15:05
f3c296c
Compare
Choose a tag to compare

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

05 Mar 13:28
b1c89c9
Compare
Choose a tag to compare

Added

  • Add ipfs-add-options input to allow for customizing the ipfs 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

03 Mar 12:22
b566e15
Compare
Choose a tag to compare

Fixed

  • Fix bash bug where the debug logging was not being set correctly.

v1.2.0

03 Mar 12:09
Compare
Choose a tag to compare

Added

  • Add upload-car-artifact input which will upload the CAR file as an artifact visible on GitHub Action Summary pages.

v1.1.2

28 Feb 12:04
a69c6d7
Compare
Choose a tag to compare

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

26 Feb 13:09
5c9a929
Compare
Choose a tag to compare

Fixed

  • Improve formatting of the action summary output.