Skip to content

Commit 7faf3b1

Browse files
authored
Merge pull request #725 from ipfs/feat/cosmetic-rename-to-kubo
feat: cosmetic reame to kubo
2 parents d95c102 + f0f4eb7 commit 7faf3b1

File tree

7 files changed

+14436
-502
lines changed

7 files changed

+14436
-502
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616

1717
env:
1818
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.io' }} # content root used for calculating diff to build
19-
GO_IPFS_VER: 'v0.12.0' # go-ipfs daemon used for chunking and applying diff
20-
CLUSTER_CTL_VER: 'v1.0.0' # ipfs-cluster-ctl used for pinning
19+
GO_IPFS_VER: 'v0.13.0' # go-ipfs daemon used for chunking and applying diff
20+
CLUSTER_CTL_VER: 'v1.0.1' # ipfs-cluster-ctl used for pinning
2121

2222
jobs:
2323
build:

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
env:
1414
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.io' }} # content root used for calculating diff to build
15-
GO_IPFS_VER: 'v0.12.0' # go-ipfs daemon used for chunking and applying diff
16-
CLUSTER_CTL_VER: 'v1.0.0' # ipfs-cluster-ctl used for pinning
15+
GO_IPFS_VER: 'v0.13.0' # go-ipfs daemon used for chunking and applying diff
16+
CLUSTER_CTL_VER: 'v1.0.1' # ipfs-cluster-ctl used for pinning
1717

1818
concurrency:
1919
group: nightly

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 16.2.0
1+
nodejs 16.15.1
22
golang 1.18.3

dists/go-ipfs/description

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
go-ipfs is the main implementation of IPFS. It includes:\n- an IPFS core implementation\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n
1+
kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP RPC API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n

0 commit comments

Comments
 (0)