go.mod: Bump github.com/ipfs/kubo from 0.27.0 to 0.28.0
Bumps github.com/ipfs/kubo from 0.27.0 to 0.28.0.
Release notes
Sourced from github.com/ipfs/kubo's releases.
v0.28.0
Overview
RPC client: removed deprecated DHT API
The deprecated DHT API commands in the RPC client have been removed. Instead, use the Routing API.
Gateway:
/api/v0is removedThe legacy subset of the Kubo RPC that was available via the Gateway port and was deprecated is now completely removed. You can read more in ipfs/kubo#10312.
If you have a legacy software that relies on this behavior, and want to expose parts of
/api/v0next to/ipfs, use reverse-proxy in front of Kubo to mount both Gateway and RPC on the same port. NOTE: exposing RPC to the internet comes with security risk: make sure to specify access control via API.Authorizations.Removed deprecated Object API commands
The Object API commands deprecated back in 2021 have been removed, except for
object diff,object patch add-linkandobject patch rm-link, whose alternatives have not yet been built (see issues 4801 and 4782).Kubo ignores loopback addresses on LAN DHT and private addresses on WAN DHT
Kubo no longer keeps track of loopback and private addresses on the LAN and WAN DHTs, respectively. This means that other nodes will not try to dial likely undialable addresses.
To support testing scenarios where multiple Kubo instances run on the same machine,
Routing.LoopbackAddressesOnLanDHTis set totruewhen thetestprofile is applied.Pin roots are now prioritized when announcing
The root CIDs of pinned content are now prioritized when announcing to the Amino DHT with
Reprovider.Strategyset toall(default) orpinned, making the important CIDs accessible faster.๐ Changelog
Security Note: CVE-2024-22189 has been addressed by upgrading to quic-go v0.42.0.
- github.com/ipfs/kubo:
- chore: update version
- chore: update version
- core/node: prioritize announcing pin roots, and flat strategy (#10376) (ipfs/kubo#10376)
- chore: webui v4.2.1 (#10391) (ipfs/kubo#10391)
- docs(config): clarify RPC vs Gateway
- chore: upgrade go-libp2p-kad-dht (#10378) (ipfs/kubo#10378)
... (truncated)
Commits
e7f0f34Merge pull request #10394 from ipfs/release-v0.28.07374880chore: update changelog for v0.283b8e2eechore: update versiona91640fchore: update versioneae612echore: boxo v0.19.06f2a61ecore/node: prioritize announcing pin roots, and flat strategy (#10376)24031b9chore(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0513bc3cchore: webui v4.2.1 (#10391)413de0fdocs(config): clarify RPC vs Gateway11183bbchore: upgrade go-libp2p-kad-dht (#10378)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
@dependabot rebase
Superseded by #682.