Jorropo
cee9052f2b
chore: update boxo to v0.10.3
2023-08-08 14:01:19 +02:00
Jorropo
3fe788028c
chore: bump go-libp2p to v0.27.8
2023-08-08 11:36:46 +02:00
Jorropo
95cf336900
chore: update version to v0.21.1-dev
2023-08-08 11:36:46 +02:00
Henrique Dias
294db3e302
Merge pull request #9988 from ipfs/release-v0.21.0
2023-07-03 09:17:09 +02:00
Henrique Dias
4d5f2b89e9
chore: update changelog for v0.21
2023-06-29 15:13:51 +00:00
Henrique Dias
ac7f04d00f
chore: bump to boxo 0.10.2
2023-06-29 16:35:03 +02:00
Jorropo
60c969d8e5
fix: correctly handle migration of configs
...
readPluginsConfig was copied from ReadMigrationConfig and switched
erroring fields to a bool so it can be omitemptied.
(cherry picked from commit f2a6c4f764 )
2023-06-29 16:34:10 +02:00
Marcin Rataj
9737e8871a
fix(gateway): include CORS on subdomain redirects ( #9994 )
...
(cherry picked from commit 3da4e5b409 )
2023-06-29 16:33:58 +02:00
Piotr Galar
76fe5fcd5b
ci: fix checking state of CI in ipfs-webui ( #9969 )
...
(cherry picked from commit 61f0aa0737 )
2023-06-29 16:33:30 +02:00
Dennis Trautwein
d1e3141752
fix: docker repository initialization race condition
...
When running the health check command without passing the `--api` command line flag and if the Kubo daemon is not active, executing `ipfs dag stat` will initialize the repository. It is common for the health check command to be run with root privileges. As a result, the repository will be owned by the root user. Then, if the Kubo daemon process attempts to access the repository later on, it will encounter a permission denied error because it runs as a non-privileged user by default.
Hence, this modification simply provides the `--api` flag to the `ipfs dag stat` command. Given that we are operating within the limited confines of a docker container, we can make a few assumptions. I can't come up with a scenario where one would desire to assign a different port to the internal API rather than using the default 5001. Therefore, I have hard-coded the value accordingly.
(cherry picked from commit 1972a49f91 )
2023-06-29 16:33:21 +02:00
Henrique Dias
37b215afa6
chore: update version
2023-06-22 11:34:43 +02:00
Henrique Dias
9f21cf5388
Merge pull request #9981 from ipfs/release-v0.21.0
2023-06-20 13:13:12 +02:00
Henrique Dias
ff34819871
chore: update version
2023-06-20 08:20:35 +02:00
Jorropo
56f39735ae
chore: bump go-libp2p-kad-dht for deadlock fix
2023-06-20 08:20:30 +02:00
Henrique Dias
4c0ca3883c
chore: bump boxo to 0.10.1 ( #9970 )
2023-06-20 08:20:29 +02:00
dependabot[bot]
dc88f660d9
chore(deps): bump docker/setup-qemu-action from 1 to 2 ( #9953 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 08:20:28 +02:00
dependabot[bot]
591066fe22
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.4 ( #9951 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.0 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](81cd2dc814...eaaf4bedf3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 08:20:28 +02:00
dependabot[bot]
d35e3ab6a8
chore(deps): bump docker/setup-buildx-action from 1 to 2 ( #9952 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 08:20:27 +02:00
dependabot[bot]
9fac88260c
chore(deps): bump docker/build-push-action from 2 to 4 ( #9954 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 08:20:26 +02:00
Jorropo
02fb0a4ad4
cmds/dag/import: pin roots by default ( #9966 )
...
This is a partial revert of b685355ca8 .
Closes #9765 with compromise agreed in https://github.com/ipfs/kubo/issues/9765#issuecomment-1593117410
2023-06-20 08:20:26 +02:00
Henrique Dias
91835546c7
docs: fix 0.21 changelog
2023-06-20 08:20:25 +02:00
Rod Vagg
308274f886
feat!: dag import - don't pin roots by default ( #9926 )
...
* feat!: dag import - don't pin roots by default
Fixes: https://github.com/ipfs/kubo/issues/9765
* test(ipip-402): dag import
this adds basic regression test that guards behavior
around partial cars with or without pinning
* docs(ipip-402): ipip and dag import changelog
---------
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-06-20 08:20:24 +02:00
Henrique Dias
f7bc237654
Merge pull request #9960 from ipfs/release-v0.21.0
2023-06-15 13:42:18 +02:00
Henrique Dias
e5ac0454a6
chore: update version
2023-06-15 13:20:32 +02:00
Jorropo
5b2bc58084
chore: update dht and libp2p for identify stream block
...
Streams used to be blocked on ping IO because we didn't handled the DHT ping check asynchronously.
Include fixes from libp2p/go-libp2p-kad-dht#851
Fixes #9957
2023-06-15 13:20:21 +02:00
Marcin Rataj
0e52389016
fix(cmd): useful errors in dag import ( #9945 )
...
* fix: useful errors during dag import
Most of the time the error is either a bitflip in one of blocks,
or a truncation of car stream.
This allows user to understand what happened
and at which place in the car stream, making debug more humane.
* fix: correct message when root pin failed
this also correctly exits CLI commands with code 1 (was silent
false-positive 0 before)
2023-06-15 13:20:21 +02:00
ipfs-mgmt-read-write[bot]
859e8d3ba5
chore: label dependabot PRs
2023-06-15 13:20:20 +02:00
GitHub
75a315a262
chore: Update .github/workflows/stale.yml [skip ci]
2023-06-15 13:20:20 +02:00
Russell Dempsey
c495914529
feat: webui@4.0.1 ( #9940 )
2023-06-15 13:20:19 +02:00
Marcin Rataj
df5c0620ec
chore(docs): typo http→https
2023-06-15 13:20:19 +02:00
Henrique Dias
aa4e8838c7
fix: more stable prometheus test ( #9944 )
2023-06-15 13:20:17 +02:00
Henrique Dias
85c53abcd1
Merge pull request #9936 from ipfs/release-v0.21.0
2023-06-12 16:33:11 +02:00
Henrique Dias
696b3a471b
chore: update version
2023-06-12 16:25:48 +02:00
Jorropo
b55cd72657
fix: print rcmgr to logger
2023-06-12 16:25:22 +02:00
Henrique Dias
e2128107f6
Revert "feat: adds secp256k1 keypair type to key gen command, adds test cases"
...
This reverts commit 67e1a173fc .
2023-06-12 15:44:12 +02:00
Jorropo
8138e00024
chore: last dependency update for v0.21-rc1
2023-06-12 15:26:05 +02:00
Henrique Dias
ad9e208ad6
chore: bump to boxo 0.10 ( #9928 )
2023-06-09 12:29:07 +02:00
Laurent Senta
1859e89d86
feat: update gateway-conformance to v0.1 ( #9925 )
2023-06-08 17:18:04 +00:00
Henrique Dias
2716cd987f
feat(gateway): support for IPIP-402 CAR params ( #9914 )
2023-06-08 17:32:18 +02:00
Jorropo
30f5e54e19
chore: update dependencies ahead of 0.21 release
2023-06-08 14:02:26 +02:00
Jorropo
e7294cbdff
feat: warn users who are falling behind reprovides
...
Fixes : #9704
Fixes : #9702
Fixes : #9703
Fixes : #9419
2023-06-08 10:05:30 +02:00
Jorropo
5de86ab047
chore: migrate test/dependencies to boxo
2023-06-08 10:05:30 +02:00
Jorropo
23f01232c9
ci: bump go version to 1.19.x across the whole board
...
We were quite inconsistent about this previously, some files used 1.19.1 some 1.19.x, this makes it more consistent.
2023-06-08 10:05:30 +02:00
Adin Schmahmann
de59ac1b44
feat(client/rpc): switch rpc client to use go-ipld-prime global decoders via go-ipld-legacy instead of go-ipld-format ones
2023-06-08 09:38:31 +02:00
Adin Schmahmann
4ebde42ec8
feat: switch dag import command to use default go-ipld-legacy block decoder
2023-06-08 09:38:31 +02:00
Adin Schmahmann
50feb752b9
chore: update boxo to version with fewer globals
2023-06-08 09:38:31 +02:00
Marco Munizaga
8390f8596f
docs: update QUIC as the most widely used transport by Kubo nodes ( #9921 )
...
* Update QUIC as the most widely used transport by Kubo nodes
* Update docs
2023-06-08 01:04:20 +02:00
Ivan Schasny
e5b33924a7
fix: correct list of addresses for delegated routing ( #9920 )
2023-06-07 17:59:55 +02:00
Jorropo
50daf64be4
changelog/v0.21: add dag stat additions
2023-06-06 16:22:08 +02:00
Jorropo
d86e227a5d
cmds/dag.stat: remove printf debug
...
Oops lol.
2023-06-06 16:22:08 +02:00