ipfs / go-ds-s3

An s3 datastore implementation
MIT License
236 stars 66 forks source link

Bump github.com/ipfs/kubo from 0.16.0-rc1 to 0.18.0-rc2 #247

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/ipfs/kubo from 0.16.0-rc1 to 0.18.0-rc2.

Release notes

Sourced from github.com/ipfs/kubo's releases.

v0.18.0-rc2

See the related issue: ipfs/kubo#9417

And the draft changelog: docs/changelogs/v0.18.md

v0.18.0-rc1

See the related issue: ipfs/kubo#9417

And the draft changelog: docs/changelogs/v0.18.md

v0.17.0

🗣 Discuss

If you have comments, questions, or feedback on this release, please post here.

If you experienced any bugs with the release, please post an issue.

🔦 Highlights

libp2p resource management enabled by default

To help protect nodes from DoS (resource exhaustion) and eclipse attacks, go-libp2p released a Network Resource Manager with a host of improvements throughout 2022.

Kubo first exposed this functionality in Kubo 0.13, but it was disabled by default.

The resource manager is now enabled by default to protect nodes. The defaults balance providing protection from various attacks while still enabling normal usecases to work as expected.

If you want to adjust the defaults, then you can:

  1. bound the amount of memory and file descriptors that libp2p will use with Swarm.ResourceMgr.MaxMemory and Swarm.ResourceMgr.MaxFileDescriptors and/or
  2. override any specific resource scopes/limits with Swarm.ResourceMgr.Limits

See Swarm.ResourceMgr for

  1. what limits are set by default,
  2. example override configuration,
  3. how to access prometheus metrics and view grafana dashboards of resource usage, and
  4. how to set explicit "allow lists" to protect against eclipse attacks.

... (truncated)

Commits
  • 6009292 chore: update version.go
  • 648f765 fix(test): stabilize flaky provider tests
  • 15ed4c1 fix: update go-libp2p to v0.24.2 (#9522)
  • c8442bc feat: port pins CLI test
  • e44a4d9 Merge pull request #9503 from ipfs/docs/early-testers-remove-qri
  • d6069b9 fix: disable provide over HTTP with Routing.Type=auto (#9511)
  • ae774a3 Update version.go
  • ef83ce0 'chore: update version.go'
  • fd0e775 Merge pull request #9497 from ipfs/docs/changelog-0.18-updates
  • 5dcd9ad Update docs/changelogs/v0.18.md
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #249.