diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ca48498..c34d45b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3a58b71d..4c90b320 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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: diff --git a/dists/ipget/current b/dists/ipget/current index bf057dbf..fd2726c9 100644 --- a/dists/ipget/current +++ b/dists/ipget/current @@ -1 +1 @@ -v0.10.0 +v0.11.0 diff --git a/dists/ipget/versions b/dists/ipget/versions index c6c948c4..f96052e8 100644 --- a/dists/ipget/versions +++ b/dists/ipget/versions @@ -13,3 +13,4 @@ v0.9.0 v0.9.1 v0.9.2 v0.10.0 +v0.11.0