Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps the dependencies group with 2 updates: go.sia.tech/coreutils and go.sia.tech/renterd/v2.

Updates go.sia.tech/coreutils from 0.20.1 to 0.21.0

Release notes

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

0.21.0 (2026-02-04)

Breaking Changes

Changed block pruning to an active decision for integrators rather than a passive option

This fixes a race condition on some nodes when chain subscribers are slow where blocks would be removed from the store before they could be indexed.

Fixes

  • Enable StreamResetPartialDelivery when listening for QUIC connections.
  • Use custom sectorBuffer rather than bytes.Buffer in handleRPCWriteSector.
Changelog

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

0.21.0 (2026-02-04)

Breaking Changes

Changed block pruning to an active decision for integrators rather than a passive option

This fixes a race condition on some nodes when chain subscribers are slow where blocks would be removed from the store before they could be indexed.

Fixes

  • Enable StreamResetPartialDelivery when listening for QUIC connections.
  • Use custom sectorBuffer rather than bytes.Buffer in handleRPCWriteSector.
Commits

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

Release notes

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

v2.8.0

Features

Add support for instant syncing

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

  • Reduce memory pressure when fetching contract roots for pruning.
  • Update core dependency to v0.19.0 and coreutils dependency v0.20.0.

v2.8.0-beta.2

Features

Add support for instant syncing

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

  • Reduce memory pressure when fetching contract roots for pruning.
  • Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
Changelog

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

2.8.0 (2026-02-03)

Features

Add support for instant syncing

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

  • Reduce memory pressure when fetching contract roots for pruning.
  • Update core dependency to v0.19.0 and coreutils dependency v0.20.0.

2.7.1 (2025-11-03)

Fixes

  • Reset chain state if consensus.db was deleted.
  • Upgrade core to v0.18.0 and coreutils to v0.18.6

2.7.0 (2025-09-29)

Features

  • Make per-sector upload timeout configurable.

Fixes

  • Remove requirement of 64 byte alignment for client side encryption.
  • Score hosts according to host's protocol version.

2.6.0 (2025-08-25)

Features

  • Add 'Minimum' option to wallet redistribution endpoint.
  • Added [GET] /pinned/*key to retrieve the raw object metadata suitable for downloading using external tools.
  • Rebroadcast transactions periodically

Fixes

  • Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
  • Fix failure to unmarhsal protocol version in host settings.
  • Fix race when broadcasting contract revisions and resolutions.
  • Increase funding for contracts.
  • Increase value of redistributed UTXOs.

... (truncated)

Commits
  • 373df0d chore: prepare release 2.8.0
  • aec799b docs: delete changelog
  • 811a0fa docs: add changelog
  • 3791940 node: reset chain state on instant sync
  • 5ca3d3b chore(deps): bump github.com/gabriel-vasile/mimetype
  • 80ce389 chore(deps): bump the all-dependencies group with 2 updates
  • e67e9dd chore(deps): bump the all-dependencies group with 3 updates
  • 8de6918 update benchmark
  • e7b982c insert size
  • 2ec01cc update randSeletByScore
  • 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 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 dependencies group with 2 updates: [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) and [go.sia.tech/renterd/v2](https://github.com/SiaFoundation/renterd).


Updates `go.sia.tech/coreutils` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.20.1...v0.21.0)

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

---
updated-dependencies:
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/renterd/v2
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Feb 6, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgo.sia.tech/​renterd/​v2@​v2.8.0-beta.1 ⏵ v2.8.073100100100100
Updatedgo.sia.tech/​coreutils@​v0.20.1 ⏵ v0.21.098 +1100100100100

View full report

@ChrisSchinnerl ChrisSchinnerl merged commit a2c9a89 into master Feb 6, 2026
9 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/dependencies-d4123253b3 branch February 6, 2026 08:36
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