Skip to content

Commit

Permalink
feat: kubo 0.33.0-rc3 (#1123)
Browse files Browse the repository at this point in the history
* feat: kubo 0.33.0-rc3
* fix(ci): workaround upload-artifact@v3 removal

See ipfs/download-ipfs-distribution-action#36
  • Loading branch information
lidel authored Jan 23, 2025
1 parent 7d8cd61 commit dbd0374
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/setup-ipfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@ description: Setup IPFS
runs:
using: "composite"
steps:
- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ipfs/download-ipfs-distribution-action@ffe03c1ad9e44c51b90e9bc342a3646a925b2923 # TODO: swith to v1 once https://github.com/ipfs/download-ipfs-distribution-action/pull/36/ is released
with:
name: kubo
version: "${{ env.KUBO_VER }}"
- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ipfs/download-ipfs-distribution-action@ffe03c1ad9e44c51b90e9bc342a3646a925b2923 # TODO: swith to v1 once https://github.com/ipfs/download-ipfs-distribution-action/pull/36/ is released
with:
name: ipfs-cluster-ctl
version: "${{ env.CLUSTER_CTL_VER }}"
- name: Init IPFS daemon
run: |
# fix resolv - DNS provided by Github is unreliable for DNSLik/dnsaddr
sudo sed -i -e 's/nameserver 127.0.0.*/nameserver 1.1.1.1/g' /etc/resolv.conf
ipfs init --profile flatfs,server,randomports,lowpower
# make flatfs async for faster ci
ipfs config --json 'Datastore.Spec.mounts' "$(ipfs config 'Datastore.Spec.mounts' | jq -c '.[0].child.sync=false')"
ipfs init --profile server,randomports
shell: bash
- uses: ipfs/start-ipfs-daemon-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions dists/go-ipfs/versions
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ v0.32.0
v0.32.1
v0.33.0-rc1
v0.33.0-rc2
v0.33.0-rc3
1 change: 1 addition & 0 deletions dists/kubo/versions
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ v0.32.0
v0.32.1
v0.33.0-rc1
v0.33.0-rc2
v0.33.0-rc3

0 comments on commit dbd0374

Please sign in to comment.