Skip to content

chore(deps): bump github.com/ipfs/kubo from 0.41.0 to 0.42.0#63

Merged
jefft0 merged 1 commit into
masterfrom
dependabot/go_modules/github.com/ipfs/kubo-0.42.0
Jun 12, 2026
Merged

chore(deps): bump github.com/ipfs/kubo from 0.41.0 to 0.42.0#63
jefft0 merged 1 commit into
masterfrom
dependabot/go_modules/github.com/ipfs/kubo-0.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ipfs/kubo from 0.41.0 to 0.42.0.

Release notes

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

v0.42.0

[!NOTE] This release was brought to you by the Shipyard team.

Overview

🔦 Highlights

🎯 Announce CIDs on demand with ipfs provide once

ipfs provide once <cid>... announces CIDs to the routing system immediately, without waiting for the next scheduled reprovide. Use it when you want fine-grained control over when specific CIDs are announced.

CIDs can be streamed in on stdin, so you can pipe arbitrarily large lists without growing daemon memory:

# Announce every locally pinned CID.
ipfs pin ls | awk '{print $1}' | ipfs provide once
# Announce every block reachable from a root (here, ~350 GiB of Wikipedia).
ipfs refs -r bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze | ipfs provide once

In a terminal, the command shows a running count of queued CIDs. With --enc=json it emits one {"Queued":"<cid>"} line per CID, so downstream scripts can consume events as they arrive.

ipfs routing provide keeps working but is deprecated. See ipfs provide once --help for usage and migration notes.

🧩 Export and import partial CARs with --local-only

ipfs dag export --local-only writes a CAR with only the blocks you have locally; any missing blocks (and their subtrees) are skipped instead of failing the export. ipfs dag import --local-only reads such a partial CAR without trying to pin its roots.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 8, 2026
@jefft0

jefft0 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [github.com/ipfs/kubo](https://github.com/ipfs/kubo) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/ipfs/kubo/releases)
- [Changelog](https://github.com/ipfs/kubo/blob/master/CHANGELOG.md)
- [Commits](ipfs/kubo@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/ipfs/kubo
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/ipfs/kubo-0.42.0 branch from b5a9f71 to e20e58c Compare June 12, 2026 14:43

@jefft0 jefft0 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor version upgrade. CI checks pass. berty/berty is already on go 1.26.4. Repos which depend on this will set their own kubo version.

@jefft0 jefft0 merged commit 5c9b9f6 into master Jun 12, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/ipfs/kubo-0.42.0 branch June 12, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant