Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the all-go group with 3 updates in the / directory: github.com/celestiaorg/go-square/v3, github.com/libp2p/go-libp2p-kad-dht and google.golang.org/protobuf.
Bumps the all-go group with 2 updates in the /execution/grpc directory: google.golang.org/protobuf and github.com/evstack/ev-node.
Bumps the all-go group with 2 updates in the /sequencers/single directory: google.golang.org/protobuf and github.com/evstack/ev-node.
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: github.com/celestiaorg/tastora and github.com/docker/docker.
Bumps the all-go group with 1 update in the /test/e2e directory: github.com/celestiaorg/tastora.

Updates github.com/celestiaorg/go-square/v3 from 3.0.1 to 3.0.2

Release notes

Sourced from github.com/celestiaorg/go-square/v3's releases.

v3.0.2

What's Changed

New Contributors

Full Changelog: celestiaorg/go-square@v3.0.1...v3.0.2

Commits

Updates github.com/libp2p/go-libp2p-kad-dht from 0.34.0 to 0.35.1

Release notes

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

v0.35.1

Provider Memory Optimizations

Memory optimizations for the provider.

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.35.0...v0.35.1

v0.35.0

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

🚀 Introducing the New Provider Package

We're excited to introduce the new provider package - a complete rethinking of content providing works in the DHT, using the Reprovide Sweep technique. Say goodbye to manual reprovide management! The provider package now handles both initial provides and periodic reprovides automatically.

🎯 Why This Matters

This package replaces the boxo provider with a significantly more efficient implementation that addresses key performance bottlenecks:

Intelligent Batching 🧠
Instead of providing records randomly, we now batch provides by keyspace distance. This means fewer DHT lookups, faster provides, and consistent reprovide scheduling.

Smooth Resource Usage 📊
Reprovides are evenly distributed over time rather than creating periodic traffic spikes. Your node's resource consumption is now predictable and steady.

⚠️ Early Access

This is the initial release of the provider package. While fully functional, we're continuing to add features and refine the API in upcoming releases. Expect interface changes as we iterate based on community feedback.

🔜 What's Next

Stay tuned for additional provider features in future releases. Check the provider package documentation for usage examples and current capabilities.

What's Changed

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.36.9 to 1.36.10

Updates google.golang.org/protobuf from 1.36.9 to 1.36.10

Updates github.com/evstack/ev-node from 1.0.0-beta.5 to 1.0.0-beta.6

Commits
  • 79cc094 refactor(pkg/config)!: move da start height to genesis (#2727)
  • c364b17 fix(pkg/sync): fix block sync p2p for follower nodes (#2725)
  • c045daf fix(types): add timeout per request in retrieve helper (#2726)
  • 0679230 fix(block/syncing): verify header data hash vs actual data hash (#2724)
  • 1917bd7 refactor(block): add retries on SetFinal (#2721)
  • bc6a0b1 refactor(block): reduce max size in da submitter (#2720)
  • a3b4b0d fix(block): halt on invalid blocks and wait on unavailable execution client (...
  • 1f3212b fix(pkg/sync): avoid pruning goheader store (#2718)
  • 94e545a build(deps): Bump the all-go group across 6 directories with 5 updates (#2716)
  • 4f4f2c0 feat(syncer): fetch from p2p and da (#2712)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.9 to 1.36.10

Updates github.com/evstack/ev-node from 1.0.0-beta.5 to 1.0.0-beta.6

Commits
  • 79cc094 refactor(pkg/config)!: move da start height to genesis (#2727)
  • c364b17 fix(pkg/sync): fix block sync p2p for follower nodes (#2725)
  • c045daf fix(types): add timeout per request in retrieve helper (#2726)
  • 0679230 fix(block/syncing): verify header data hash vs actual data hash (#2724)
  • 1917bd7 refactor(block): add retries on SetFinal (#2721)
  • bc6a0b1 refactor(block): reduce max size in da submitter (#2720)
  • a3b4b0d fix(block): halt on invalid blocks and wait on unavailable execution client (...
  • 1f3212b fix(pkg/sync): avoid pruning goheader store (#2718)
  • 94e545a build(deps): Bump the all-go group across 6 directories with 5 updates (#2716)
  • 4f4f2c0 feat(syncer): fetch from p2p and da (#2712)
  • Additional commits viewable in compare view

Updates github.com/celestiaorg/tastora from 0.5.1 to 0.6.0

Release notes

Sourced from github.com/celestiaorg/tastora's releases.

v0.6.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.5.1...v0.6.0

Commits
  • ff64dcb feat: support additional port mappings for chain nodes and ensure keys presen...
  • 4ff6ba2 feat: propagate error to caller (#133)
  • d6734df feat: add support for arbitrarily modifying config (#132)
  • 3f8e8d8 feat: support for internal port configuration (#124)
  • See full diff in compare view

Updates github.com/docker/docker from 28.4.0+incompatible to 28.5.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v28.5.0

28.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Don't print warnings in docker info for broken symlinks in CLI-plugin directories. docker/cli#6476
  • Fix a panic during stats on empty event Actor.ID. docker/cli#6471

Packaging updates

Networking

  • Eliminated harmless warning about deletion of endpoint_count from the data store. moby/moby#51064
  • Fix a bug causing IPAM plugins to not be loaded on Windows. moby/moby#51035

API

  • Deprecate support for kernel memory TCP accounting (KernelMemoryTCP). moby/moby#51067
  • Fix GET containers/{name}/checkpoints returning null instead of empty JSON array when there are no checkpoints. moby/moby#51052

Go SDK

Deprecations

  • Go-SDK: cli/command: deprecate DockerCli.Apply. This method is no longer used and will be removed in the next release if there are no remaining uses. docker/cli#6497
  • Go-SDK: cli/command: deprecate DockerCli.ContentTrustEnabled. This method is no longer used and will be removed in the next release. docker/cli#6495
  • Go-SDK: cli/command: deprecate DockerCli.DefaultVersion. This method is no longer used and will be removed in the next release. docker/cli#6491
  • Go-SDK: cli/command: deprecate ResolveDefaultContext utility. docker/cli#6529
  • Go-SDK: cli/command: deprecate WithContentTrustFromEnv, WithContentTrust options. These options were used internally, and will be removed in the next release.. docker/cli#6489
  • Go-SDK: cli/manifest/store: deprecate IsNotFound(). docker/cli#6514
  • Go-SDK: templates: deprecate NewParse() function. docker/cli#6469

v28.5.0-rc.1

28.5.0-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • cd04830 Merge pull request #51075 from vvoland/51074-28.x
  • e29d6be vendor: github.com/moby/buildkit v0.25.0
  • 9b43690 Merge pull request #51069 from thaJeztah/28.x_backport_docs_rm_deprecated_vir...
  • 4f35725 api: swagger: remove VirtualSize fields for API > v1.43
  • 79f310d Merge pull request #51067 from austinvazquez/cherry-pick-deprecate-kernel-mem...
  • deb4bbb api: deprecate KernelMemoryTCP support
  • 423a7fd Merge pull request #51064 from thaJeztah/28.x_backport_fix_epcnt_warning
  • fbf2fe8 Eliminate warning about endpoint count store delete
  • 252a1eb Merge pull request #51061 from thaJeztah/28.x_backport_rm_email_example
  • 2c15eb6 api/docs: remove email field from example auth
  • Additional commits viewable in compare view

Updates github.com/celestiaorg/tastora from 0.5.1 to 0.6.0

Release notes

Sourced from github.com/celestiaorg/tastora's releases.

v0.6.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.5.1...v0.6.0

Commits
  • ff64dcb feat: support additional port mappings for chain nodes and ensure keys presen...
  • 4ff6ba2 feat: propagate error to caller (#133)
  • d6734df feat: add support for arbitrarily modifying config (#132)
  • 3f8e8d8 feat: support for internal port configuration (#124)
  • 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

Bumps the all-go group with 3 updates in the / directory: [github.com/celestiaorg/go-square/v3](https://github.com/celestiaorg/go-square), [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) and google.golang.org/protobuf.
Bumps the all-go group with 2 updates in the /execution/grpc directory: google.golang.org/protobuf and [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 2 updates in the /sequencers/single directory: google.golang.org/protobuf and [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora) and [github.com/docker/docker](https://github.com/docker/docker).
Bumps the all-go group with 1 update in the /test/e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora).


Updates `github.com/celestiaorg/go-square/v3` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/celestiaorg/go-square/releases)
- [Commits](celestiaorg/go-square@v3.0.1...v3.0.2)

Updates `github.com/libp2p/go-libp2p-kad-dht` from 0.34.0 to 0.35.1
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.34.0...v0.35.1)

Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10

Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10

Updates `github.com/evstack/ev-node` from 1.0.0-beta.5 to 1.0.0-beta.6
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.0.0-beta.5...v1.0.0-beta.6)

Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10

Updates `github.com/evstack/ev-node` from 1.0.0-beta.5 to 1.0.0-beta.6
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.0.0-beta.5...v1.0.0-beta.6)

Updates `github.com/celestiaorg/tastora` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.5.1...v0.6.0)

Updates `github.com/docker/docker` from 28.4.0+incompatible to 28.5.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.4.0...v28.5.0)

Updates `github.com/celestiaorg/tastora` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/celestiaorg/go-square/v3
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.0.0-beta.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.0.0-beta.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/docker/docker
  dependency-version: 28.5.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants