Tags: SiaFoundation/renterd
Tags
chore(deps): bump go.sia.tech/jape from 0.13.1 to 0.14.0 in the all-d… …ependencies group (#1883) Bumps the all-dependencies group with 1 update: [go.sia.tech/jape](https://github.com/SiaFoundation/jape). Updates `go.sia.tech/jape` from 0.13.1 to 0.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/jape/releases">go.sia.tech/jape's releases</a>.</em></p> <blockquote> <h2>0.14.0 (2025-04-30)</h2> <h2>Breaking Changes</h2> <h3>Limit the default size of incoming request bodies to 10MB</h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/jape/blob/master/CHANGELOG.md">go.sia.tech/jape's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (2025-04-30)</h2> <h3>Breaking Changes</h3> <h4>Limit the default size of incoming request bodies to 10MB</h4> <h2>Add <code>Context.DecodeLimit</code> to override the size limit</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SiaFoundation/jape/commit/e597db5b422c3b6600982b09f56b06b803e2ae23"><code>e597db5</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/jape/issues/34">#34</a> from SiaFoundation/release</li> <li><a href="https://github.com/SiaFoundation/jape/commit/4000f23c046d69ffa1bb747aedcc8829c79184d1"><code>4000f23</code></a> chore: prepare release 0.14.0</li> <li><a href="https://github.com/SiaFoundation/jape/commit/089575d77e9bb155350c4095f681032aedbdeeda"><code>089575d</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/jape/issues/33">#33</a> from SiaFoundation/nate/limit-request-bodies</li> <li><a href="https://github.com/SiaFoundation/jape/commit/6f6f96464a37c05b8a786fcb09fcd26425ad8331"><code>6f6f964</code></a> fix lint</li> <li><a href="https://github.com/SiaFoundation/jape/commit/81d6902ee1af0beca9a82247e5bd814d6e02aec0"><code>81d6902</code></a> add test, use http.MaxBytesReader</li> <li><a href="https://github.com/SiaFoundation/jape/commit/3deae90f917e78fba40bd0e42fcd6eba3909a203"><code>3deae90</code></a> fix lint</li> <li><a href="https://github.com/SiaFoundation/jape/commit/c0ce14b165c70eada8b6ab7bd3c0e3d3df299e1c"><code>c0ce14b</code></a> limit default request bodie size</li> <li>See full diff in <a href="https://github.com/SiaFoundation/jap 10000 e/compare/v0.13.1...v0.14.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
chore(deps): bump the all-dependencies group with 2 updates (#1881) Bumps the all-dependencies group with 2 updates: [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.11.0 to 0.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/core/releases">go.sia.tech/core's releases</a>.</em></p> <blockquote> <h2>0.12.0 (2025-04-28)</h2> <h2>Breaking Changes</h2> <ul> <li>Changed contract validation helpers to take current contract as parameter instead of individual values to simplify usage</li> <li>Removed unused parameters in contract helpers</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md">go.sia.tech/core's changelog</a>.</em></p> <blockquote> <h2>0.12.0 (2025-04-28)</h2> <h3>Breaking Changes</h3> <ul> <li>Changed contract validation helpers to take current contract as parameter instead of individual values to simplify usage</li> <li>Removed unused parameters in contract helpers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SiaFoundation/core/commit/ecc10d2fb913c6c0232e6588ac137a41a43a7895"><code>ecc10d2</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/core/issues/302">#302</a> from SiaFoundation/release</li> <li><a href="https://github.com/SiaFoundation/core/commit/4c4662130d28e0e6da4fb9c754c7fd16d438a2ee"><code>4c46621</code></a> chore: prepare release 0.12.0</li> <li><a href="https://github.com/SiaFoundation/core/commit/56e343943beb9e31d8edfecd6e67ab08107222ae"><code>56e3439</code></a> add changesets</li> <li><a href="https://github.com/SiaFoundation/core/commit/80c3adf7864415c3ba50d67a9f800d57be1843e3"><code>80c3adf</code></a> address comments</li> <li><a href="https://github.com/SiaFoundation/core/commit/e19411253efcd5cd377badb1ccaedcb902c83d0f"><code>e194112</code></a> rhp4: clean up validation</li> <li>See full diff in <a href="https://github.com/SiaFoundation/core/compare/v0.11.0...v0.12.0">compare view</a></li> </ul> </details> <br /> Updates `go.sia.tech/coreutils` from 0.13.1 to 0.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/coreutils/releases">go.sia.tech/coreutils's releases</a>.</em></p> <blockquote> <h2>0.13.2 (2025-04-28)</h2> <h2>Features</h2> <ul> <li>Return error when transaction set relay fails</li> </ul> <h2>Fixes</h2> <ul> <li>Update coreutils to v0.12.0</li> </ul> <h3>Export 'missing block at index' error</h3> <p><a href="https://redirect.github.com/SiaFoundation/coreutils/issues/217">#217</a> by <a href="https://github.com/chris124567"><code>@chris124567</code></a></p> <p>The "missing block at index" error is used in multiple places to detect that a chain migration happened so that the app knows to reset whatever state it stored previously. This PR exports it so that looking at the error string is not necessary.</p> <p><a href="https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36">https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36</a> <a href="https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733">https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733</a></p> <p>And recently in explored: <a href="https://redirect.github.com/SiaFoundation/explored/pull/212/files#diff-b973ebcbcd81d6f5eb333f7b87b7366e9886270ccdef647b80df03f94a1156dcR185">SiaFoundation/explored#212</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md">go.sia.tech/coreutils's changelog</a>.</em></p> <blockquote> <h2>0.13.2 (2025-04-28)</h2> <h3>Features</h3> <ul> <li>Return error when transaction set relay fails</li> </ul> <h3>Fixes</h3> <ul> <li>Update coreutils to v0.12.0</li> </ul> <h4>Export 'missing block at index' error</h4> <p>#<a href="https://redirect.github.com/SiaFoundation/coreutils/issues/217">#217</a> by <a href="https://github.com/chris124567"><code>@chris124567</code></a></p> <p>The "missing block at index" error is used in multiple places to detect that a chain migration happened so that the app knows to reset whatever state it stored previously. This PR exports it so that looking at the error string is not necessary.</p> <p><a href="https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36">https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36</a> <a href="https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733">https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733</a></p> <p>And recently in explored: <a href="https://redirect.github.com/SiaFoundation/explored/pull/212/files#diff-b973ebcbcd81d6f5eb333f7b87b7366e9886270ccdef647b80df03f94a1156dcR185">SiaFoundation/explored#212</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SiaFoundation/coreutils/commit/64c66534ce9848d8e05fc8071673172273b1bc41"><code>64c6653</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/coreutils/issues/218">#218</a> from SiaFoundation/release</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/d90028c0a8d4565b90630735898416dfd32e32d9"><code>d90028c</code></a> chore: prepare release 0.13.2</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/d031d7e7d232f03d6732f9e77386b01706202aef"><code>d031d7e</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/coreutils/issues/221">#221</a> from SiaFoundation/nate/update-deps</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/e35f738a4c91a881a4e887f91a1e25cda47e2dcd"><code>e35f738</code></a> chore: update deps</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/7ca0c4a72e008f5c69beb8a1cfcd326c17cb553a"><code>7ca0c4a</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/coreutils/issues/216">#216</a> from SiaFoundation/nate/syncer-errors</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/bfcefb34c690ab43390b2432e5e2929c9ee1f368"><code>bfcefb3</code></a> add extra debug logging</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/0766eccf69a8f0a16cb94eb32e6eff4f4542befd"><code>0766ecc</code></a> actually return errors</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/98125a2972f502ec38797ce5a2a9311fa8244f1b"><code>98125a2</code></a> syncer: make all relay calls consisten</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/5e7b0a9ebbb22b9e26e9d76fb0d1178ee142ca42"><code>5e7b0a9</code></a> rhp4: use mock syncer</li> <li><a href="https://github.com/SiaFoundation/coreutils/commit/e9a9c7487cc2870e9e428baadc6ec493db7fe59a"><code>e9a9c74</code></a> syncer: add handshake timeout</li> <li>Additional commits viewable in <a href="https://github.com/SiaFoundation/coreutils/compare/v0.13.1...v0.13.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
chore: prepare release 2.0.1 (#1835) This PR was created automatically. Merging it will finalize the changelog for 2.0.1 ## Fixes - Fix default S3 address in README.md - Fix issue with remaining storage and version scoring for v2 hosts - Improve logging in v2 migration code and fix scan during migration not timing out
PreviousNext