Skip to content

Commit

Permalink
chore: ipget v0.11.0 (#1100)
Browse files Browse the repository at this point in the history
* chore: ipget v0.11.0

https://github.com/ipfs/ipget/releases/tag/v0.11.0

* chore(ci): use kubo 0.30 during build
  • Loading branch information
lidel committed Sep 12, 2024
1 parent 140a448 commit 76525ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
KUBO_VER: 'v0.28.0' # kubo daemon used for chunking and applying diff
KUBO_VER: 'v0.30.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used for pinning

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
KUBO_VER: 'v0.28.0' # kubo daemon used for chunking and applying diff
KUBO_VER: 'v0.30.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used for pinning

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion dists/ipget/current
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.0
v0.11.0
1 change: 1 addition & 0 deletions dists/ipget/versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ v0.9.0
v0.9.1
v0.9.2
v0.10.0
v0.11.0

0 comments on commit 76525ae

Please sign in to comment.