Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.19.0 #9697

Merged
merged 129 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
a4da60f
'chore: update version.go'
Dec 13, 2022
adfb949
Merge pull request #9500 from ipfs/version-update-v0.18
galargh Dec 13, 2022
fceefcd
Removing QRI from early tester
BigLep Dec 13, 2022
efc194f
Merge pull request #9503 from ipfs/docs/early-testers-remove-qri
galargh Dec 14, 2022
7f08039
chore: Update .github/workflows/stale.yml [skip ci]
web-flow Dec 16, 2022
430a65a
feat: port pins CLI test
guseggert Dec 12, 2022
d6921c6
fix: update go-libp2p to v0.24.2 (#9522)
marten-seemann Jan 2, 2023
94f8f89
fix(test): stabilize flaky provider tests
lidel Jan 2, 2023
8cdc86d
fix: disable provide over HTTP with Routing.Type=auto (#9511)
ajnavarro Jan 3, 2023
746f14c
docs: clarify debug environment variables
vaivanov Jan 4, 2023
d386c43
docs(config): ProviderSearchDelay (#9526)
ajnavarro Jan 4, 2023
13155e5
fix(ci): flaky sharness test
lidel Jan 4, 2023
ca0396e
docs: fix Router config Godoc (#9528)
ajnavarro Jan 5, 2023
73e6ade
fix(test): retry flaky t0125-twonode.sh
lidel Dec 8, 2022
f6825ab
fix(gateway): JSON when Accept is a list
lidel Jan 11, 2023
f54b2bc
fix: hint people to changing from RSA peer ids
Jorropo Dec 14, 2022
3bc9b67
fix: stats dht command when Routing.Type=auto (#9538)
ajnavarro Jan 12, 2023
255e64e
chore: migrate from go-ipfs-files to go-libipfs/files (#9535)
hacdias Jan 13, 2023
d4cd414
test: port CircleCI to GH Actions and improve sharness reporting (#9355)
galargh Jan 13, 2023
cab0441
chore: switch actions to master
lidel Jan 14, 2023
b74377c
docs: improve docs/README (#9539)
ajnavarro Jan 14, 2023
c9ec418
fix: docker image publishing
galargh Jan 14, 2023
dc14ccd
chore: use DOCKER_USERNAME from vars rather than secrets
galargh Jan 14, 2023
3e24898
fix: multiline output in docker image workflow
galargh Jan 14, 2023
289b490
fix: source of the runner workflow
galargh Jan 14, 2023
ed9ad0c
Merge pull request #9546 from ipfs/docker-image
galargh Jan 14, 2023
d90a9b5
fix: do not download saxon in parallel
galargh Jan 15, 2023
5d864fa
test: port gateway sharness tests to Go tests
guseggert Dec 14, 2022
1fa3a78
fix: User-Agent sent to HTTP routers
lidel Jan 14, 2023
73ebad1
fix: refuse to start if connmgr is smaller than ressource limits and …
Jorropo Jan 17, 2023
c69632d
fix: update saxon download path
galargh Jan 19, 2023
92c76cc
docs: clarify browser descriptions for webtransport
Jorropo Jan 20, 2023
b84cd11
fix: typo in ensureConnMgrMakeSenseVsResourcesMgr
Jorropo Jan 20, 2023
8328bab
fix: ensure connmgr is smaller then autoscalled ressource limits
Jorropo Jan 16, 2023
ad9b486
fix(ci): work around bifrost-infra/issues/2300
lidel Jan 20, 2023
c706c63
fix(gateway): undesired conversions to dag-json and friends (#9566)
hacdias Jan 21, 2023
9327ee6
fix: clarity: no user supplied rcmgr limits of 0 (#9563)
BigLep Jan 22, 2023
5ca211b
Merge branch 'master' into merge-kubo-v0.18
galargh Jan 24, 2023
644f0ae
Merge pull request #9581 from ipfs/merge-kubo-v0.18
galargh Jan 25, 2023
f20c980
chore: bump go-libipfs to replace go-block-format
Jorropo Jan 26, 2023
9652f24
feat: Pubsub.SeenMessagesStrategy (#9543)
smrz2001 Jan 26, 2023
94e7f79
fix(ipns): honour --ttl flag in 'ipfs name publish' (#9471)
hacdias Jan 27, 2023
a3c70a1
feat(gateway): IPNS record response format (IPIP-351) (#9399)
hacdias Jan 27, 2023
f2dab48
docs: DefaultResourceMgrMinInboundConns
lidel Jan 27, 2023
b3c98bb
chore: bump go-libipfs remove go-bitswap
Jorropo Jan 27, 2023
7cb8082
feat: ipfs-webui 2.22.0
0xDanomite Jan 28, 2023
633c497
Adjust inbound connection limits depending on memory.
ajnavarro Jan 27, 2023
3fb644a
Add overview section
ajnavarro Jan 27, 2023
ac1cdf7
Merge branch 'master' into merge-release-v0.18.1
galargh Jan 30, 2023
56c87c2
Merge pull request #9613 from ipfs/merge-release-v0.18.1
galargh Jan 30, 2023
6819d9a
fix(ci): revert fix for bifrost-infra/issues/2300 (#9614)
lidel Jan 31, 2023
8d3b315
refactor: use gateway from go-libipfs (#9588)
hacdias Jan 31, 2023
c155e40
chore: create next changelog
galargh Jan 31, 2023
4e8271b
Merge pull request #9617 from ipfs/changelog-v0.19
galargh Jan 31, 2023
14649aa
refactor: new go-libipfs/gateway API, deprecate Gateway.Writable (#9616)
hacdias Feb 2, 2023
b583569
refactor(gw): move Host (DNSLink and subdomain) handling to go-libipf…
hacdias Feb 7, 2023
799e5ac
chore: update go-libipfs for more gateway metrics (#9626)
hacdias Feb 8, 2023
af0fe19
chore: update iface with routing tests
hacdias Feb 8, 2023
82ede56
chore: bump go-libp2p-routing-helpers to v0.6.1
Jorropo Feb 9, 2023
fb7f7b1
fix: restore wire format for /api/v0/routing/get|put (#9639)
hacdias Feb 10, 2023
627a34c
fix: dereference int64 pointer in OptionalInteger.String() (#9640)
guillaumerenault Feb 11, 2023
89826a3
feat: add NewOptionalInteger function
myml Feb 11, 2023
e59c605
docs(0.18.1): guide users to clean up limits (#9644)
lidel Feb 13, 2023
a00f5ca
chore: update go-libp2p to v0.25.1
marten-seemann Feb 1, 2023
0ff4061
fix: update rcmgr for go-libp2p v0.25
Jorropo Feb 14, 2023
ed4d6b7
test: remove gateway tests migrated to go-libipfs
hacdias Feb 7, 2023
05afb87
docs: "remote" errors from resource manager (#9653)
BigLep Feb 16, 2023
19feb15
chore: bump go-libipfs v0.6.0
Jorropo Feb 17, 2023
714a968
docs: bulk spelling edits (#9544)
ElPaisano Feb 20, 2023
4db6ae1
fix(gateway): return HTTP 500 on ErrResolveFailed (#9589)
hacdias Feb 22, 2023
86da181
feat(pinning): connect some missing go context (#9557)
MichaelMure Feb 22, 2023
f73cd19
chore: bump go-unixfs to v0.4.3 (#9643)
Jorropo Feb 23, 2023
a3366c5
chore: update go-libp2p to v0.26 (#9656)
marten-seemann Feb 24, 2023
4283b9d
chore: bump go-libp2p-kad-dht to v0.21.1 (#9663)
hacdias Feb 24, 2023
5d60453
ci: ensure new interop suites are executed
galargh Feb 27, 2023
7cd7c67
ci: fix test extraction in interop workflow
galargh Feb 27, 2023
0d7c892
test: use car fixtures in sharness t0117
laurentsenta Feb 15, 2023
64ccdbd
test: use car fixtures in sharness t0113
laurentsenta Feb 15, 2023
771d62c
test: use car fixtures in sharness t0114
laurentsenta Feb 15, 2023
8641d16
test: use car fixtures in sharness t0115
laurentsenta Feb 16, 2023
8a3591b
test: fix prometheus test folder path
laurentsenta Feb 20, 2023
284bb8c
test: use car fixtures in sharness t0116
laurentsenta Feb 20, 2023
26b493d
test: use car fixtures in sharness t0118
laurentsenta Feb 20, 2023
a57ca96
test: use car fixtures in sharness t0122
laurentsenta Feb 20, 2023
7f3c0ba
test: use car fixtures in sharness t0123
laurentsenta Feb 20, 2023
3ed8f39
test: use car fixtures in sharness t0400
laurentsenta Feb 20, 2023
42132f1
fix: add versions
laurentsenta Feb 23, 2023
92a068a
fix: remove leftover fixtures & notes
laurentsenta Feb 27, 2023
baa9d60
ci: get rid of interop matrix
galargh Feb 27, 2023
e3b17a4
docs: be clear about swarm.addrfilters (#9661)
decentralgabe Feb 27, 2023
1794649
feat(gateway): error handling improvements (500, 502, 504) (#9660)
hacdias Feb 28, 2023
56b9962
chore: update go-libp2p to v0.26.1
marten-seemann Feb 27, 2023
cf9276d
Merge pull request #9657 from laurentsenta/test/sharness-with-car-fix…
lidel Feb 28, 2023
145795b
test: port rcmgr sharness tests to Go
guseggert Feb 27, 2023
68f4dd4
chore: update go-libp2p to v0.26.2
marten-seemann Mar 2, 2023
e1f38d7
ci: set sensible timeouts on all gha jobs (#9683)
galargh Mar 2, 2023
fe8f72e
ci: replace junit html generation with gh action
galargh Feb 28, 2023
0cea5be
Merge branch 'master' into galargh-patch-1
galargh Mar 2, 2023
f84ad6d
Doc updates/additions
BigLep Mar 1, 2023
23379d8
chore: update go-unixfs v0.4.4
Jorropo Mar 2, 2023
fea25f7
chore: update golang.org/x/net to v0.7.0
Jorropo Mar 2, 2023
d1541e1
Merge pull request #9666 from ipfs/galargh-patch-1
galargh Mar 3, 2023
7986196
feat: Reduce RM code footprint
Jorropo Mar 1, 2023
0f1181d
chore: update version
galargh Mar 6, 2023
adcee3e
fix: typo in documentation for install path
hawkinsw Nov 14, 2022
c30ab94
Merge pull request #9689 from ipfs/no-testground
galargh Mar 6, 2023
ff01936
Merge pull request #9699 from ipfs/early-testers
galargh Mar 6, 2023
8fe7d77
Merge pull request #9696 from ipfs/galargh-patch-2
galargh Mar 8, 2023
d339059
chore: bump go-libipfs v0.6.1
Jorropo Mar 7, 2023
bfa425f
test: port legacy DHT tests to Go
guseggert Mar 8, 2023
840eaa7
test: parallelize more of rcmgr Go tests
guseggert Mar 8, 2023
2510f06
feat: add "autoclient" routing type
guseggert Mar 8, 2023
6bab5ce
test: name --verify forgets the verified key
laurentsenta Mar 9, 2023
d001ed7
fix: --verify forgets the verified key
laurentsenta Mar 9, 2023
5f76661
test: use `T.TempDir` to create temporary test directory
Juneezee Aug 10, 2022
b4211be
test: port peering test from sharness to Go
guseggert Dec 16, 2022
cc5e132
chore: deprecate the pubsub api
Jorropo Mar 15, 2023
c78c988
test: fix flaky rcmgr test
guseggert Mar 15, 2023
6ff764f
fix: preserve Unlimited StreamsInbound in connmgr reconciliation
Jorropo Mar 15, 2023
3830653
test: add test for presarvation of unlimited configs for inbound systems
Jorropo Mar 15, 2023
af79d84
fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values
Jorropo Mar 15, 2023
3c35a0c
chore: bump go-libipfs@v0.6.2
hacdias Mar 16, 2023
010e22b
feat: add heap allocs to 'ipfs diag profile'
guseggert Mar 16, 2023
6cdc3c8
fix: apply API.HTTPHeaders to /webui redirect
hacdias Mar 17, 2023
a22db79
fix: canonicalize user defined headers
hacdias Mar 17, 2023
7ea6e32
chore: update go-libp2p to v0.26.3 (#9737)
galargh Mar 20, 2023
754264f
Merge pull request #9707 from ipfs/changelog-0.19
galargh Mar 20, 2023
8221061
chore: update version
galargh Mar 20, 2023
1386592
docs: update changelog
galargh Mar 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,23 +228,22 @@ jobs:
- image: cimg/go:1.19.1-node
parallelism: 4
resource_class: 2xlarge+
environment:
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
steps:
- *make_out_dirs
- attach_workspace:
at: /tmp/circleci-workspace
- restore_cache:
keys:
- v1-interop-{{ .Branch }}-{{ .Revision }}
- v1-interop-{{ .Branch }}-
- v1-interop-
- v2-interop-{{ .Branch }}-{{ .Revision }}
- v2-interop-{{ .Branch }}-
- v2-interop-
- run:
name: Installing dependencies
command: |
npm init -y
npm install ipfs@^0.61.0
npm install ipfs-interop@^8.0.10
npm install ipfs@^0.66.0
npm install kubo-rpc-client@^3.0.1
npm install ipfs-interop@^10.0.1
npm install mocha-circleci-reporter@0.0.3
working_directory: ~/ipfs/kubo/interop
- run:
Expand All @@ -261,7 +260,7 @@ jobs:
- store_test_results:
path: /tmp/test-results
- save_cache:
key: v1-interop-{{ .Branch }}-{{ .Revision }}
key: v2-interop-{{ .Branch }}-{{ .Revision }}
paths:
- ~/ipfs/kubo/interop/node_modules
go-ipfs-api:
Expand Down Expand Up @@ -294,7 +293,7 @@ jobs:
command: go test -count=1 -v ./...
working_directory: ~/ipfs/kubo/go-ipfs-api
- save_cache:
key: v1-go-api-{{ checksum "~/ipfs/kubo/go-ipfs-api/go.sum" }}
key: v2-go-api-{{ checksum "~/ipfs/kubo/go-ipfs-api/go.sum" }}
paths:
- ~/go/pkg/mod
- ~/.cache/go-build/
Expand All @@ -310,7 +309,7 @@ jobs:
- run:
name: Cloning
command: |
git clone https://github.com/ipfs/go-ipfs-http-client.git
git clone https://github.com/ipfs/go-ipfs-http-client.git -b bump-for-rcmgr-last-push
git -C go-ipfs-http-client log -1
- restore_cache:
keys:
Expand All @@ -330,8 +329,6 @@ jobs:
ipfs-webui:
executor: node-browsers
resource_class: 2xlarge+
environment:
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
steps:
- *make_out_dirs
- attach_workspace:
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
prepare:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 5
env:
TEST_NO_DOCKER: 1
TEST_NO_FUSE: 1
Expand All @@ -40,12 +41,7 @@ jobs:
ipfs-interop:
needs: [prepare]
runs-on: ubuntu-latest
strategy:
matrix:
suites:
- 'exchange-files'
- 'files pin circuit ipns cid-version-agnostic ipns-pubsub pubsub'
fail-fast: false
timeout-minutes: 20
defaults:
run:
shell: bash
Expand All @@ -70,19 +66,20 @@ jobs:
- run: mkdir interop
- run: |
npm init -y
npm install ipfs@^0.61.0
npm install ipfs-interop@^8.0.10
npm install ipfs@^0.66.0
npm install kubo-rpc-client@^3.0.1
npm install ipfs-interop@^10.0.1
working-directory: interop
- run: npx ipfs-interop -- -t node $(sed -e 's#[^ ]*#-f test/&.js#g' <<< '${{ matrix.suites }}')
- run: npx ipfs-interop -- -t node
env:
LIBP2P_TCP_REUSEPORT: false
LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
IPFS_GO_EXEC: ${{ github.workspace }}/cmd/ipfs/ipfs
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
working-directory: interop
go-ipfs-api:
needs: [prepare]
runs-on: ubuntu-latest
timeout-minutes: 5
env:
TEST_NO_DOCKER: 1
TEST_NO_FUSE: 1
Expand Down Expand Up @@ -122,6 +119,7 @@ jobs:
go-ipfs-http-client:
needs: [prepare]
runs-on: ubuntu-latest
timeout-minutes: 5
env:
TEST_NO_DOCKER: 1
TEST_NO_FUSE: 1
Expand All @@ -145,6 +143,7 @@ jobs:
with:
repository: ipfs/go-ipfs-http-client
path: go-ipfs-http-client
ref: bump-for-rcmgr-last-push
- uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}
Expand All @@ -154,6 +153,7 @@ jobs:
ipfs-webui:
needs: [prepare]
runs-on: ubuntu-latest
timeout-minutes: 20
env:
NO_SANDBOX: true
LIBP2P_TCP_REUSEPORT: false
Expand All @@ -162,7 +162,6 @@ jobs:
TRAVIS: 1
GIT_PAGER: cat
IPFS_CHECK_RCMGR_DEFAULTS: 1
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
defaults:
run:
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
docker-build:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 10
env:
IMAGE_NAME: ipfs/kubo
WIP_IMAGE_TAG: wip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
timeout-minutes: 90
env:
IMAGE_NAME: ipfs/kubo
LEGACY_IMAGE_NAME: ipfs/go-ipfs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
gobuild:
needs: [runner]
runs-on: ${{ fromJSON(needs.runner.outputs.config).labels }}
timeout-minutes: 20
env:
TEST_NO_DOCKER: 1
TEST_VERBOSE: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golang-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
unit:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 10
name: All
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
golint:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 10
env:
TEST_NO_DOCKER: 1
TEST_NO_FUSE: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
gotest:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 20
env:
TEST_NO_DOCKER: 1
TEST_NO_FUSE: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
choose:
runs-on: ubuntu-latest
timeout-minutes: 1
outputs:
config: ${{ steps.config.outputs.result }}
steps:
Expand Down
19 changes: 16 additions & 3 deletions .github/workflows/sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
sharness:
needs: [runner]
runs-on: ${{ fromJSON(needs.runner.outputs.config).labels }}
timeout-minutes: 20
defaults:
run:
shell: bash
Expand Down Expand Up @@ -55,9 +56,7 @@ jobs:
make -O -j "$PARALLEL" \
test_sharness \
coverage/sharness_tests.coverprofile \
test/sharness/test-results/sharness.xml \
test/sharness/test-results/sharness.html \
test/sharness/test-results/sharness-html
test/sharness/test-results/sharness.xml
working-directory: kubo
env:
TEST_NO_DOCKER: 0
Expand Down Expand Up @@ -87,6 +86,13 @@ jobs:
echo "# Summary" >> $GITHUB_STEP_SUMMARY
echo >> $GITHUB_STEP_SUMMARY
cat kubo/test/sharness/test-results/summary.txt >> $GITHUB_STEP_SUMMARY
- name: Generate one-page HTML report
uses: pl-strflt/junit-xml-to-html@v1
if: failure() || success()
with:
mode: no-frames
input: kubo/test/sharness/test-results/sharness.xml
output: kubo/test/sharness/test-results/sharness.html
- name: Upload one-page HTML report to S3
id: one-page
uses: pl-strflt/tf-aws-gh-runner/.github/actions/upload-artifact@main
Expand All @@ -100,6 +106,13 @@ jobs:
with:
name: sharness.html
path: kubo/test/sharness/test-results/sharness.html
- name: Generate full HTML report
uses: pl-strflt/junit-xml-to-html@v1
if: failure() || success()
with:
mode: frames
input: kubo/test/sharness/test-results/sharness.xml
output: kubo/test/sharness/test-results/sharness-html
- name: Upload full HTML report to S3
id: full
uses: pl-strflt/tf-aws-gh-runner/.github/actions/upload-artifact@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
sync-github-and-dist-ipfs-tech:
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ipfs/start-ipfs-daemon-action@v1
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/testground-on-push.yml

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Kubo Changelogs

- [v0.19](docs/changelogs/v0.19.md)
- [v0.18](docs/changelogs/v0.18.md)
- [v0.17](docs/changelogs/v0.17.md)
- [v0.16](docs/changelogs/v0.16.md)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kubo was the first IPFS implementation and is the most widely used one today. Im
Featureset
- Runs an IPFS-Node as a network service
- [Command Line Interface](https://docs.ipfs.tech/reference/kubo/cli/) to IPFS-Nodes
- Local [Web2-to-Web3 HTTP Gateway functionality](https://github.com/ipfs/specs/tree/main/http-gateways#readme)
- Local [Web2-to-Web3 HTTP Gateway functionality](https://github.com/ipfs/specs/tree/main/http-gateways#readme)
- HTTP RPC API (`/api/v0`) to access and control the daemon
- IPFS's internal Webgui can be used to manage the Kubo nodes

Expand Down Expand Up @@ -381,7 +381,6 @@ Some places to get you started on the codebase:
- libp2p
- libp2p: https://github.com/libp2p/go-libp2p
- DHT: https://github.com/libp2p/go-libp2p-kad-dht
- PubSub: https://github.com/libp2p/go-libp2p-pubsub
- [IPFS : The `Add` command demystified](https://github.com/ipfs/kubo/tree/master/docs/add-code-flow.md)

### Map of Implemented Subsystems
Expand Down
2 changes: 1 addition & 1 deletion Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ help:
@echo ' all - print this help message'
@echo ' build - Build binary at ./cmd/ipfs/ipfs'
@echo ' nofuse - Build binary with no fuse support'
@echo ' install - Build binary and install into $$GOPATH/bin'
@echo ' install - Build binary and install into $$GOBIN'
# @echo ' dist_install - TODO: c.f. ./cmd/ipfs/dist/README.md'
@echo ''
@echo 'CLEANING TARGETS:'
Expand Down
10 changes: 0 additions & 10 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,3 @@
This directory contains the go-ipfs assets:

* Getting started documentation (`init-doc`).
* Directory listing HTML template (`dir-index-html`).

## Re-generating

Edit the source files and use `go generate` from within the
assets directory:

```
go generate .
```
Loading