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

chore(deps): Bump the patch-updates group across 1 directory with 11 updates #3886

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the patch-updates group with 4 updates in the / directory: github.com/dgraph-io/badger/v4, github.com/ipfs/boxo, github.com/ipfs/go-metrics-prometheus and github.com/klauspost/reedsolomon.

Updates github.com/dgraph-io/badger/v4 from 4.3.0 to 4.3.1

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

Badger v4.3.1

What's Changed

Full Changelog: dgraph-io/badger@v4.3.0...v4.3.1

Commits
  • a9edda1 chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-...
  • 93b5d4e chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the...
  • 1601efd Update stale.yml
  • b77f2e8 fix: fix reverse iterator broken by seek (#2109)
  • d114b10 chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group (...
  • 600fd6b fix(ci): fix protobuf compiler installation error in dgraph test workflow (#2...
  • a29b0b0 Update dependabot.yml
  • 8c33aac chore: fix typo (#2101)
  • 40853f5 chore(): ignore docs and repo folders/files for tests (#2102)
  • 3488925 chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group (...
  • Additional commits viewable in compare view

Updates github.com/ipfs/boxo from 0.24.0 to 0.24.2

Release notes

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

v0.24.2

What's Changed

Full Changelog: ipfs/boxo@v0.24.1...v0.24.2

This release was brought to you by the Shipyard team.

v0.24.1

What's Changed

Full Changelog: ipfs/boxo@v0.24.0...v0.24.1

This release was brought to you by the Shipyard team.

Changelog

Sourced from github.com/ipfs/boxo's changelog.

[v0.24.2]

Changed

Fixed

  • bitswap/client: fix panic if current live count is greater than broadcast limit #702

[v0.24.1]

Changed

  • routing/http/client: creating delegated routing client with New now defaults to querying delegated routing server with DefaultProtocolFilter (IPIP-484) #689
  • updated go-libp2p to v0.36.5
  • updated dependencies #693
  • update go-libp2p-kad-dht to v0.27.0

Fixed

  • routing/http/client: optional address and protocol filter parameters from IPIP-484 use human-readable , instead of %2C. #688
  • bitswap/client Cleanup live wants when wants are canceled. This prevents live wants from continuing to get rebroadcasted even after the wants are canceled. #690
  • Fix problem adding invalid CID to exhausted wants list resulting in possible performance issue. #692
Commits

Updates github.com/ipfs/go-metrics-prometheus from 0.0.2 to 0.0.3

Release notes

Sourced from github.com/ipfs/go-metrics-prometheus's releases.

v0.0.3

What's Changed

New Contributors

Full Changelog: ipfs/go-metrics-prometheus@v0.0.2...v0.0.3

Commits
  • 903b4df chore: release v0.0.3 (#24)
  • c45f8a4 chore: update deps and update go-log to v2 (#23)
  • 8304a9d chore: bump go.mod to Go 1.22 and run go fix (#22)
  • 89cf81d ci: uci/copy-templates (#21)
  • 99025fa ci: uci/update-go (#20)
  • 6b42aaa chore: Update .github/workflows/stale.yml [skip ci]
  • 4ac96c9 chore: bump go.mod to Go 1.20 and run go fix (#19)
  • 6b8a6ee ci: uci/copy-templates (#18)
  • fe3233f chore: delete templates [skip ci] (#17)
  • 1b7e9b5 chore: Update .github/workflows/stale.yml [skip ci]
  • Additional commits viewable in compare view

Updates github.com/klauspost/reedsolomon from 1.12.1 to 1.12.4

Release notes

Sourced from github.com/klauspost/reedsolomon's releases.

v1.12.4

What's Changed

Full Changelog: klauspost/reedsolomon@v1.12.3...v1.12.4

v1.12.3

What's Changed

RETRACTS v1.12.2

Full Changelog: klauspost/reedsolomon@v1.12.2...v1.12.3

v1.12.2

What's Changed

New Contributors

Full Changelog: klauspost/reedsolomon@v1.12.1...v1.12.2

Commits

Updates github.com/libp2p/go-libp2p from 0.36.5 to 0.37.0

Release notes

Sourced from github.com/libp2p/go-libp2p's releases.

v0.37.0

Breaking Changes

  • The libp2p.MultiaddrResolver option now takes an interface rather than a specific pointer. This decouples the resolver from a specific implementation and also defines a better interface that is aware of bounds.
    • The swarm exports a new type ResolverFromMaDNS that implements this interface from a *madns.Resolver. The one line diff is essentially:
    -libp2p.MultiaddrResolver(rslv)
    +libp2p.MultiaddrResolver(swarm.ResolverFromMaDNS{Resolver: rslv})

🔦 Highlights

HTTP Peer ID Authentication (#2854)

Authenticate a peer's identity over HTTP. This works on both libp2p stream backed HTTP transports and standard HTTP transports. There is also browser support in the js-libp2p module: https://github.com/libp2p/js-libp2p-http-fetch/tree/main.

See the spec for more details on how it works: https://github.com/libp2p/specs/blob/master/http/peer-id-auth.md

Experimental WithFxOption (#2956)

A new libp2p Config option lets you add custom Fx options to the libp2p constructor. Use this to get access to and provide libp2p services.

For example, this allows you to easily get a reference to the ID Service of a libp2p Node. Refer to this test for a concrete code example: https://github.com/libp2p/go-libp2p/blob/c4c3a34545aab54b5b825a7adbd6a3db2c680afa/fx_options_test.go#L50-L60

In the future we'd like to expose the Fx options libp2p uses to construct itself so that users can better customize their libp2p nodes and integrate it seamlessly into their applications.

Changelog

From v0.36.5 to v0.37.0

  • feat: Add WithFxOption (#2956)
  • Make BlackHoleState type public (#2917)
  • connmgr: reduce log level for untagging untracked peers
  • feat(websocket): switch the underlying http server logger to use ipfs/go-log (#2985)
  • fix(websocket): re-enable websocket transport test (#2987)
  • relay: make only 1 reservation per peer (#2974)
  • libp2phttp: HTTP Peer ID Authentication (#2854)
  • chore: update quic-go to v0.48.1
  • Add backoff for updating local IP addresses on error (#2999) Reporting credit to @​elecbug
  • fix: swarm: refactor address resolution (#2990)
  • peerstore: limit number of non connected peers in addrbook (#2971)
  • swarm: add a peer dial latency metric (#2959)
  • autonat: fix interaction with autorelay (#2967)

Full Changelog: libp2p/go-libp2p@v0.36.5...v0.37.0

New Contributors

... (truncated)

Commits

Updates github.com/libp2p/go-libp2p-kad-dht from 0.26.1 to 0.27.0

Release notes

Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.

v0.27.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.26.1...v0.27.0

Commits
  • 8170ac4 Merge pull request #992 from libp2p/release-v0.27.0
  • 12c8339 release v0.27.0
  • 0d075d2 Merge pull request #991 from cortze/feat/add-message-sender-opt
  • 794bfc7 remove comment
  • 0b803b9 change default msgSenderBuilder for config one
  • 53ef5be add new option to set custom
  • 3989875 Merge pull request #987 from libp2p/fix/boxo-v0.22.0
  • 07fd38c addressing boxo deprecated func
  • 541a8d0 Merge pull request #986 from elecbug/master
  • 6a444ac chore: update version
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.20.3 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424
  • 504ad9b Cut 1.20.5; update comments.
  • 584a7ce Revert "testutil compareMetricFamilies: make less error-prone (#1424)"
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • See full diff in compare view

Updates go.uber.org/fx from 1.22.2 to 1.23.0

Release notes

Sourced from go.uber.org/fx's releases.

v1.23.0

Added

  • Added Runtime to fxevent.Run event, which stores the runtime of a constructor or a decorator that's run, including functions created by fx.Supply and fx.Replace.

Changed

Changelog

Sourced from go.uber.org/fx's changelog.

1.23.0 - 2024-10-11

Added

  • Added Runtime to fxevent.Run event, which stores the runtime of a constructor or a decorator that's run, including functions created by fx.Supply and fx.Replace.

Changed

Commits

Updates golang.org/x/crypto from 0.27.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • See full diff in compare view

Updates golang.org/x/exp from 0.0.0-20240904232852-e7e105dedf7e to 0.0.0-20241009180824-f66d83c29e7c

Commits

Updates golang.org/x/text from 0.18.0 to 0.19.0

Commits
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • See full diff 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the patch-updates group with 4 updates in the / directory: [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger), [github.com/ipfs/boxo](https://github.com/ipfs/boxo), [github.com/ipfs/go-metrics-prometheus](https://github.com/ipfs/go-metrics-prometheus) and [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon).


Updates `github.com/dgraph-io/badger/v4` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.3.0...v4.3.1)

Updates `github.com/ipfs/boxo` from 0.24.0 to 0.24.2
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.24.0...v0.24.2)

Updates `github.com/ipfs/go-metrics-prometheus` from 0.0.2 to 0.0.3
- [Release notes](https://github.com/ipfs/go-metrics-prometheus/releases)
- [Commits](ipfs/go-metrics-prometheus@v0.0.2...v0.0.3)

Updates `github.com/klauspost/reedsolomon` from 1.12.1 to 1.12.4
- [Release notes](https://github.com/klauspost/reedsolomon/releases)
- [Commits](klauspost/reedsolomon@v1.12.1...v1.12.4)

Updates `github.com/libp2p/go-libp2p` from 0.36.5 to 0.37.0
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/go-libp2p@v0.36.5...v0.37.0)

Updates `github.com/libp2p/go-libp2p-kad-dht` from 0.26.1 to 0.27.0
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.26.1...v0.27.0)

Updates `github.com/prometheus/client_golang` from 1.20.3 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.3...v1.20.5)

Updates `go.uber.org/fx` from 1.22.2 to 1.23.0
- [Release notes](https://github.com/uber-go/fx/releases)
- [Changelog](https://github.com/uber-go/fx/blob/master/CHANGELOG.md)
- [Commits](uber-go/fx@v1.22.2...v1.23.0)

Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0
- [Commits](golang/crypto@v0.27.0...v0.28.0)

Updates `golang.org/x/exp` from 0.0.0-20240904232852-e7e105dedf7e to 0.0.0-20241009180824-f66d83c29e7c
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/text` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: github.com/ipfs/boxo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: github.com/ipfs/go-metrics-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: github.com/klauspost/reedsolomon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: go.uber.org/fx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant