-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Release: v0.30.0 [skip changelog] #10490
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: looklose <[email protected]>
This is a cosmetic fix for bug found during testing 0.29.0-rc2. pin add --name had shorthand -n pin ls --name had no shorthand, and --names had -n This unifies -n making it a shorthand for the same parameter in both `pin ls` and `pin add`.
Merge Release: v0.29.0 [skip changelog]
https://github.com/libp2p/go-libp2p/releases/tag/v0.35.1 Co-authored-by: Marcin Rataj <[email protected]>
* chore: update dependencies * refactor: go lint * chore: boxo v0.21.0 https://github.com/ipfs/boxo/releases/tag/v0.21.0
Co-authored-by: Lucas Molas <[email protected]> Co-authored-by: Marcin Rataj <[email protected]>
* chore: go get -u * fix(gateway): return 404 in no-fetch contexts (#10466) applies and tests fix from ipfs/boxo#630
Documented unofficial installation package located in Ubuntu PPA maintained by @twdragon
Co-authored-by: Marco Munizaga <[email protected]>
* feat: libp2p.EnableAutoNATv2 Part of #10091 We include a flag that allows shutting down V2 in case there are issues with it. * docs: EnableAutoNATv2
docs: document unofficial Ubuntu PPA
libp2p: default to prefering TLS
Co-authored-by: djdv <[email protected]>
fix(rpc): cross-platform support for /unix/ socket maddrs in Addresses.API
Co-authored-by: Marcin Rataj <[email protected]>
Signed-off-by: shenpengfeng <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: go-ipfs-cmds v0.12.0 https://github.com/ipfs/go-ipfs-cmds/releases/tag/v0.12.0 * chore: boxo main with boxo#649 ipfs/boxo#649
* chore: go-libp2p-kad-dht v0.26.1 https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1 * fix(ci): helia-interop from pr fix ipfs/helia#584
- Benchmarks were failing with error setting number of bits for ed25519 keys, which are the default now. - Update the random data generation package to remove a dependency. (cherry picked from commit 175aabd)
* chore: upgrade to go 1.23 https://tip.golang.org/doc/go1.23 * refactor: golangci-lint v1.60.2 (cherry picked from commit 2260e35)
* Update go-unixfsnode dependency * Update go-ipfs-cmds * chore: boxo@main with boxo#659 --------- Co-authored-by: Marcin Rataj <[email protected]> (cherry picked from commit add45cf)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR creates release v0.30.0
Kubo commits NOT included in this release
Boxo commits NOT included in this release
Closes #10436