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

go.mod: bump github.com/ipfs/kubo from 0.27.0 to 0.29.0 #682

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps github.com/ipfs/kubo from 0.27.0 to 0.29.0.

Release notes

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

v0.29.0

Overview

🔦 Highlights

Add search functionality for pin names

It is now possible to search for pins by name via ipfs pin ls --name "SomeName". The search is case-sensitive and will return all pins that contain the specified substring in their name.

[!TIP] The ipfs pin ls -n is now a shorthand for ipfs pin ls --name, mirroring the behavior of ipfs pin add. See ipfs pin ls --help for more information.

Customizing ipfs add defaults

This release supports overriding global data ingestion defaults used by commands like ipfs add via user-defined Import.* configuration options. The hash function, CID version, or UnixFS raw leaves and chunker behaviors can be set once, and used as the new implicit default for ipfs add.

[!TIP] As a convenience, two CID profiles are provided: legacy-cid-v0 and test-cid-v1. A test profile that defaults to modern CIDv1 can be applied via ipfs config profile apply test-cid-v1. We encourage users to try it and report any issues in kubo#4143.

📝 Changelog

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/ipfs/kubo](https://github.com/ipfs/kubo) from 0.27.0 to 0.29.0.
- [Release notes](https://github.com/ipfs/kubo/releases)
- [Changelog](https://github.com/ipfs/kubo/blob/master/CHANGELOG.md)
- [Commits](ipfs/kubo@v0.27.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jay-dee7 as a code owner June 14, 2024 02:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go.mod labels Jun 14, 2024
@dependabot dependabot bot requested a review from guacamole as a code owner June 14, 2024 02:24
@jay-dee7
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2024

Looks like github.com/ipfs/kubo is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 31, 2024
@dependabot dependabot bot deleted the dependabot-go_modules-github.com-ipfs-kubo-0.29.0 branch August 31, 2024 10:33
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.mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants