Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the all-dependencies group with 4 updates: go.sia.tech/cluster, go.sia.tech/core, go.sia.tech/coreutils and go.sia.tech/renterd/v2.

Updates go.sia.tech/cluster from 0.1.3-0.20251015183930-f3299c3ccbff to 0.1.5

Changelog

Sourced from go.sia.tech/cluster's changelog.

0.1.5 (2025-12-19)

Features

  • Update hostd, renterd, and walletd dependencies
  • Add explored support

Fixes

  • enable redundant host IPs for local clusters
  • explored startup

0.1.4 (2025-01-18)

Features

  • Update hostd, renterd, and walletd dependencies

Fixes

  • enable redundant host IPs for local clusters

0.1.3 (2025-01-07)

Features

  • Update hostd, renterd, and walletd dependencies
  • update hostd node usage

Fixes

  • enable redundant host IPs for local clusters

0.1.2

Initial Release

Commits

Updates go.sia.tech/core from 0.19.0 to 0.19.1-0.20251215141429-887336e35dd9

Commits

Updates go.sia.tech/coreutils from 0.19.0 to 0.20.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.20.0 (2025-12-18)

Breaking Changes

  • Add option to add middleware to dialed or accepted QUIC streams.

Features

  • Allow for passing a custom Dialer to the Syncer.
  • Renamed SendCheckpoint to RetrieveCheckpoint and now accepts multiple peers.
  • Updated bootstrap peers

Fixes

  • Fix double-close of finishCh in parallelSync.
  • Syncer: return connected peers first to avoid stale peers in the store.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.20.0 (2025-12-18)

Breaking Changes

  • Add option to add middleware to dialed or accepted QUIC streams.

Features

  • Allow for passing a custom Dialer to the Syncer.
  • Renamed SendCheckpoint to RetrieveCheckpoint and now accepts multiple peers.
  • Updated bootstrap peers

Fixes

  • Fix double-close of finishCh in parallelSync.
  • Syncer: return connected peers first to avoid stale peers in the store.
Commits
  • e810bc1 Merge pull request #370 from SiaFoundation/release
  • 7fcbb67 chore: prepare release 0.20.0
  • 22c87f6 Merge pull request #379 from SiaFoundation/nate/update-bootstrap-peers
  • 815864a update bootstrap peers list
  • 92f8baf Merge pull request #376 from SiaFoundation/chris/quic-middleware
  • f20725e prevent double close of finishCh
  • 9484c28 add TestQuicStreamMiddleware
  • a24b846 Allow for passing middleware to quic.Dial and quic.Serve
  • b298815 return connected peers first
  • cc910f6 build(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0
  • Additional commits viewable in compare view

Updates go.sia.tech/renterd/v2 from 2.7.1 to 2.8.0-beta.1

Release notes

Sourced from go.sia.tech/renterd/v2's releases.

v2.8.0-beta.1

Features

Add support for instant sync

New users can sync instantly using renterd --instant. When instant syncing, the renterd node initializes using a Utreexo-based checkpoint and can immediately validate blocks from that point forward without replaying the whole chain state. The state is extremely compact and committed in block headers, making this initialization both quick and secure. Learn more

The wallet is required to only have v2 history to use instant syncing.

Fixes

  • Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
Commits
  • 5f7392a Update dependency changeset (#2021)
  • 72fe426 update changeset
  • 47ddc7f chore(deps): bump the all-dependencies group with 2 updates (#2020)
  • 0a8aa7e chore(deps): bump the all-dependencies group with 2 updates
  • a69882c add docstring
  • 88c6539 fix height with announcements being 0 on networks without a year of history
  • 9a68b30 support instant sync
  • 2c748b2 chore(deps): bump the all-dependencies group with 4 updates
  • b55a2fc chore(deps): bump the all-dependencies group with 3 updates
  • 061dc1e chore(deps): bump github.com/klauspost/reedsolomon
  • Additional commits viewable 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-dependencies group with 4 updates: [go.sia.tech/cluster](https://github.com/SiaFoundation/cluster), [go.sia.tech/core](https://github.com/SiaFoundation/core), [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) and [go.sia.tech/renterd/v2](https://github.com/SiaFoundation/renterd).


Updates `go.sia.tech/cluster` from 0.1.3-0.20251015183930-f3299c3ccbff to 0.1.5
- [Changelog](https://github.com/SiaFoundation/cluster/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SiaFoundation/cluster/commits/v0.1.5)

Updates `go.sia.tech/core` from 0.19.0 to 0.19.1-0.20251215141429-887336e35dd9
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SiaFoundation/core/commits)

Updates `go.sia.tech/coreutils` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.19.0...v0.20.0)

Updates `go.sia.tech/renterd/v2` from 2.7.1 to 2.8.0-beta.1
- [Release notes](https://github.com/SiaFoundation/renterd/releases)
- [Changelog](https://github.com/SiaFoundation/renterd/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/renterd@v2.7.1...v2.8.0-beta.1)

---
updated-dependencies:
- dependency-name: go.sia.tech/cluster
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.19.1-0.20251215141429-887336e35dd9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/renterd/v2
  dependency-version: 2.8.0-beta.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 22, 2025
@socket-security
Copy link

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