Skip to content

Releases: ipshipyard/ipfs-deploy-action

v1.10.0

06 May 21:06
2d40eaa

Choose a tag to compare

Changed

  • Updated actions (requires Actions Runner v2.327.1+ on self-hosted runners due to Node 24 runtime):
    • actions/upload-artifact@v4 -> actions/upload-artifact@v7
    • actions/github-script@v7 -> actions/github-script@v8
    • peter-evans/find-comment@v3 -> peter-evans/find-comment@v4
    • peter-evans/create-or-update-comment@v4 -> peter-evans/create-or-update-comment@v5

v1.9.2

07 Apr 13:12

Choose a tag to compare

Fixed

  • README: dual workflow example now documents event == 'push' check for production deployment gates to prevent fork PRs from bypassing branch name conditions.

v1.9.1

03 Apr 22:07
0586e68

Choose a tag to compare

Fixed

  • Fix Storacha deprecation blog post URL in warning and docs.

v1.9.0

03 Apr 21:51
e84cd23

Choose a tag to compare

Changed

  • Deprecate Storacha: uploads will stop working on April 15, 2026. A warning is now shown in CI run summary when Storacha credentials are configured. See Storacha announcement.
  • Allow Filebase as a standalone CAR upload provider (no longer requires Kubo or IPFS Cluster alongside it).

v1.8.0

14 Jan 18:12
6ce76b7

Choose a tag to compare

Changed

  • Migrate from deprecated @web3-storage/w3cli to @storacha/cli. Existing workflows continue to work without changes.

v1.7.0

25 Aug 16:02

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

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

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

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

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.