Skip to content

Commit

Permalink
feat: kubo v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 10, 2024
1 parent c802ba7 commit 561a991
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .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.28.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used for pinning

concurrency:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
CLUSTER_USER: ${{ secrets.CLUSTER_USER }}
CLUSTER_PASSWORD: ${{ secrets.CLUSTER_PASSWORD }}
uses: ./.github/actions/setup-ipfs
timeout-minutes: 30
timeout-minutes: 5
- run: ./dockerized make publish
- run: git status
- name: Read CID of updated DAG
Expand All @@ -175,7 +175,7 @@ jobs:
PIN_ADD_EXTRA_ARGS: ""
CLUSTER_USER: ${{ secrets.CLUSTER_USER }}
CLUSTER_PASSWORD: ${{ secrets.CLUSTER_PASSWORD }}
timeout-minutes: 60
timeout-minutes: 15
- name: Update PR status with preview link
run: ./scripts/ci/github-preview-link.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.15.1
golang 1.22.3
golang 1.22.4
2 changes: 1 addition & 1 deletion dists/go-ipfs/current
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.28.0
v0.29.0
1 change: 1 addition & 0 deletions dists/go-ipfs/versions
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ v0.28.0-rc1
v0.28.0
v0.29.0-rc1
v0.29.0-rc2
v0.29.0
2 changes: 1 addition & 1 deletion dists/kubo/current
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.28.0
v0.29.0
1 change: 1 addition & 0 deletions dists/kubo/versions
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ v0.28.0-rc1
v0.28.0
v0.29.0-rc1
v0.29.0-rc2
v0.29.0

0 comments on commit 561a991

Please sign in to comment.