Skip to content

chore(deps): bump the dependencies group across 2 directories with 2 updates #1198

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

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 Jul 18, 2025

Bumps the dependencies group with 1 update in the /internal/cluster directory: go.sia.tech/core.
Bumps the dependencies group with 2 updates in the /sdk directory: go.sia.tech/core and go.sia.tech/coreutils.

Updates go.sia.tech/core from 0.14.1 to 0.14.3

Release notes

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

#330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

#329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Changelog

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

##330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

##329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Commits
  • 47a0d7f Merge pull request #335 from SiaFoundation/release
  • 2226c78 chore: prepare release 0.14.3
  • f83a345 Merge pull request #334 from SiaFoundation/nate/rpc-errors
  • 66fc2ea rhp: make rpc errors comparable
  • 3595b3b Merge pull request #333 from SiaFoundation/dependabot/go_modules/all-dependen...
  • fb50bda build(deps): bump the all-dependencies group with 3 updates
  • b30ee36 Merge pull request #331 from SiaFoundation/release
  • 29e92c0 chore: prepare release 0.14.2
  • 4512a02 Merge pull request #329 from SiaFoundation/v2-supplement
  • 0e6c4f0 knope: Add changeset
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.14.1 to 0.14.3

Release notes

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

#330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

#329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Changelog

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

##330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

##329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Commits
  • 47a0d7f Merge pull request #335 from SiaFoundation/release
  • 2226c78 chore: prepare release 0.14.3
  • f83a345 Merge pull request #334 from SiaFoundation/nate/rpc-errors
  • 66fc2ea rhp: make rpc errors comparable
  • 3595b3b Merge pull request #333 from SiaFoundation/dependabot/go_modules/all-dependen...
  • fb50bda build(deps): bump the all-dependencies group with 3 updates
  • b30ee36 Merge pull request #331 from SiaFoundation/release
  • 29e92c0 chore: prepare release 0.14.2
  • 4512a02 Merge pull request #329 from SiaFoundation/v2-supplement
  • 0e6c4f0 knope: Add changeset
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.14.1 to 0.14.3

Release notes

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

#330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

#329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Changelog

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

##330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

##329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Commits
  • 47a0d7f Merge pull request #335 from SiaFoundation/release
  • 2226c78 chore: prepare release 0.14.3
  • f83a345 Merge pull request #334 from SiaFoundation/nate/rpc-errors
  • 66fc2ea rhp: make rpc errors comparable
  • 3595b3b Merge pull request #333 from SiaFoundation/dependabot/go_modules/all-dependen...
  • fb50bda build(deps): bump the all-dependencies group with 3 updates
  • b30ee36 Merge pull request #331 from SiaFoundation/release
  • 29e92c0 chore: prepare release 0.14.2
  • 4512a02 Merge pull request #329 from SiaFoundation/v2-supplement
  • 0e6c4f0 knope: Add changeset
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.16.4 to 0.16.5

Release notes

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

0.16.5 (2025-07-07)

Features

  • Remove RedistributeV1|2 in favour of Redistribute. Return the index so the caller can use it as the basis when broadcasting the transactions.

Fixes

  • Remove faulty utxo release, it is redundant since we lock utxos as the final step.
  • Use only confirmed UTXOs for contract formation and renewals.
Changelog

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

0.16.5 (2025-07-07)

Features

  • Remove RedistributeV1|2 in favour of Redistribute. Return the index so the caller can use it as the basis when broadcasting the transactions.

Fixes

  • Remove faulty utxo release, it is redundant since we lock utxos as the final step.
  • Use only confirmed UTXOs for contract formation and renewals.
Commits
  • cb9cf43 Merge pull request #287 from SiaFoundation/release
  • 8441a3d chore: prepare release 0.16.5
  • 2ff218f Merge pull request #289 from SiaFoundation/pj/redistribute
  • 6e4899d docs: add changelog
  • 603f5dd wallet: update docstring
  • 23b74f6 wallet: rename redistribute, drop v2
  • f7fb33c wallet: remove original redistribute, return chain index
  • 881e665 Merge pull request #288 from SiaFoundation/pj/redistribute
  • a353f5a docs: add changelog
  • 16fb890 wallet: remove redundant utxo release
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.14.1 to 0.14.3

Release notes

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

#330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

#329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Changelog

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

0.14.3 (2025-07-17)

Features

  • Fixed issues comparing RPCErrors.

0.14.2 (2025-07-07)

Features

Add RPCSendHeaders

##330 by @​lukechampine

Also removes RPCSendBlocks and RPCSendBlk (made obsolete by RPCSendV2Blocks and RPCSendCheckpoint), as well as RPCRelayHeader and RPCSendTransactionSet (as no more v1 blocks or v1 transactions can be mined). I could maybe see an argument for keeping the latter two, if we wanted to run a v1 testnet, but... why would we want to run a v1 testnet?

consensus: Reject V1BlockSupplement after require height

##329 by @​lukechampine

This is somewhat redundant since the chain.DBStore always returns an empty supplement after the require height, but it doesn't hurt to enforce it in core.

Commits
  • 47a0d7f Merge pull request #335 from SiaFoundation/release
  • 2226c78 chore: prepare release 0.14.3
  • f83a345 Merge pull request #334 from SiaFoundation/nate/rpc-errors
  • 66fc2ea rhp: make rpc errors comparable
  • 3595b3b Merge pull request #333 from SiaFoundation/dependabot/go_modules/all-dependen...
  • fb50bda build(deps): bump the all-dependencies group with 3 updates
  • b30ee36 Merge pull request #331 from SiaFoundation/release
  • 29e92c0 chore: prepare release 0.14.2
  • 4512a02 Merge pull request #329 from SiaFoundation/v2-supplement
  • 0e6c4f0 knope: Add changeset
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.16.4 to 0.16.5

Release notes

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

0.16.5 (2025-07-07)

Features

  • Remove RedistributeV1|2 in favour of Redistribute. Return the index so the caller can use it as the basis when broadcasting the transactions.

Fixes

  • Remove faulty utxo release, it is redundant since we lock utxos as the final step.
  • Use only confirmed UTXOs for contract formation and renewals.
Changelog

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

0.16.5 (2025-07-07)

Features

  • Remove RedistributeV1|2 in favour of Redistribute. Return the index so the caller can use it as the basis when broadcasting the transactions.

Fixes

  • Remove faulty utxo release, it is redundant since we lock utxos as the final step.
  • Use only confirmed UTXOs for contract formation and renewals.
Commits
  • cb9cf43 Merge pull request #287 from SiaFoundation/release
  • 8441a3d chore: prepare release 0.16.5
  • 2ff218f Merge pull request #289 from SiaFoundation/pj/redistribute
  • 6e4899d docs: add changelog
  • 603f5dd wallet: update docstring
  • 23b74f6 wallet: rename redistribute, drop v2
  • f7fb33c wallet: remove original redistribute, return chain index
  • 881e665 Merge pull request #288 from SiaFoundation/pj/redistribute
  • a353f5a docs: add changelog
  • 16fb890 wallet: remove redundant utxo release
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 18, 2025
Copy link

vercel bot commented Jul 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2025 10:12am
explorer-zen ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2025 10:12am
hostd ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2025 10:12am
renterd ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2025 10:12am

Copy link

changeset-bot bot commented Jul 18, 2025

⚠️ No Changeset found

Latest commit: a122af5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/cluster/dependencies-19ad9a380d branch from cf6a676 to b480c6f Compare July 21, 2025 11:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/cluster/dependencies-19ad9a380d branch from b480c6f to fbb9439 Compare July 22, 2025 11:18
…updates

Bumps the dependencies group with 1 update in the /internal/cluster directory: [go.sia.tech/core](https://github.com/SiaFoundation/core).
Bumps the dependencies group with 2 updates in the /sdk directory: [go.sia.tech/core](https://github.com/SiaFoundation/core) and [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils).


Updates `go.sia.tech/core` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.14.1...v0.14.3)

Updates `go.sia.tech/core` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.14.1...v0.14.3)

Updates `go.sia.tech/core` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.14.1...v0.14.3)

Updates `go.sia.tech/coreutils` from 0.16.4 to 0.16.5
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.16.4...v0.16.5)

Updates `go.sia.tech/core` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.14.1...v0.14.3)

Updates `go.sia.tech/coreutils` from 0.16.4 to 0.16.5
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.16.4...v0.16.5)

---
updated-dependencies:
- dependency-name: go.sia.tech/core
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/cluster/dependencies-19ad9a380d branch from fbb9439 to a122af5 Compare July 24, 2025 10:12
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.

0 participants