Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/yggdrasil-network/yggdrasil-go from 0.5.11 to 0.5.12 (e…
…lement-hq#3505) Bumps [github.com/yggdrasil-network/yggdrasil-go](https://github.com/yggdrasil-network/yggdrasil-go) from 0.5.11 to 0.5.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yggdrasil-network/yggdrasil-go/releases">github.com/yggdrasil-network/yggdrasil-go's releases</a>.</em></p> <blockquote> <h2>Version 0.5.12</h2> <ul> <li>Go 1.22 is now required to build Yggdrasil</li> </ul> <h3>Changed</h3> <ul> <li>The <code>latency_ms</code> field in the admin socket <code>getPeers</code> response has been renamed to <code>latency</code></li> </ul> <h3>Fixed</h3> <ul> <li>A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed</li> <li>The <code>-user</code> flag now correctly detects an empty user/group specification</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yggdrasil-network/yggdrasil-go/blob/develop/CHANGELOG.md">github.com/yggdrasil-network/yggdrasil-go's changelog</a>.</em></p> <blockquote> <h2>[0.5.12] - 2024-12-18</h2> <ul> <li>Go 1.22 is now required to build Yggdrasil</li> </ul> <h3>Changed</h3> <ul> <li>The <code>latency_ms</code> field in the admin socket <code>getPeers</code> response has been renamed to <code>latency</code></li> </ul> <h3>Fixed</h3> <ul> <li>A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed</li> <li>The <code>-user</code> flag now correctly detects an empty user/group specification</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/213f72b8403ff55a5e38a0fa7d1cd0a093ac4666"><code>213f72b</code></a> Yggdrasil 0.5.12</li> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/1fbcf3b3c2014f128575af0b4381c592536bc90b"><code>1fbcf3b</code></a> Rename <code>latency_ms</code> to <code>latency</code> in <code>getPeers</code> response since it isn't even m...</li> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/22bc9c44e286568e423305fc67c8f890a351b6a1"><code>22bc9c4</code></a> genkeys print the number of generated keys (<a href="https://redirect.github.com/yggdrasil-network/yggdrasil-go/issues/1217">#1217</a>)</li> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/9c73bacab90806d913df1ef2b6d79b5ebeb0f98b"><code>9c73bac</code></a> Update to Go 1.22, quic-go/[email protected] (<a href="https://redirect.github.com/yggdrasil-network/yggdrasil-go/issues/1218">#1218</a>)</li> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/04be129878a68d7bbd2fcf2444f1f17b0c52aa36"><code>04be129</code></a> Update to Arceliar/ironwood@743fe2f</li> <li><a href="https://github.com/yggdrasil-network/yggdrasil-go/commit/657f7e0db38e9375a75e8a88bac5ba6e3f02537f"><code>657f7e0</code></a> Fix empty user/group detection on <code>chuser</code></li> <li>See full diff in <a href="https://github.com/yggdrasil-network/yggdrasil-go/compare/v0.5.11...v0.5.12">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Devon Hudson <[email protected]>
- Loading branch information