-
Notifications
You must be signed in to change notification settings - Fork 44
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
bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.24.2 to 0.24.3 #1724
bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.24.2 to 0.24.3 #1724
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
@@ Coverage Diff @@
## develop #1724 +/- ##
===========================================
- Coverage 75.41% 75.36% -0.05%
===========================================
Files 208 208
Lines 21745 21745
===========================================
- Hits 16397 16386 -11
- Misses 4207 4215 +8
- Partials 1141 1144 +3
Flags with carried forward coverage won't be shown. Click here to find out more. see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@dependabot rebase |
f44a13f
to
4f3a0ed
Compare
Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.24.2 to 0.24.3. - [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases) - [Commits](libp2p/go-libp2p-kad-dht@v0.24.2...v0.24.3) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-kad-dht dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
4f3a0ed
to
fc44d59
Compare
…ourcenetwork#1724) Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.24.2 to 0.24.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/libp2p/go-libp2p-kad-dht/releases">github.com/libp2p/go-libp2p-kad-dht's releases</a>.</em></p> <blockquote> <h2>v0.24.3</h2> <h2>What's Changed</h2> <ul> <li>filter local addresses (for WAN) and localhost addresses (for LAN) by <a href="https://github.com/marten-seemann"><code>@marten-seemann</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/839">libp2p/go-libp2p-kad-dht#839</a></li> <li>fix: don't add unresponsive DHT servers to the Routing Table by <a href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/820">libp2p/go-libp2p-kad-dht#820</a></li> <li>Release v0.24.0 by <a href="https://github.com/Jorropo"><code>@Jorropo</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/844">libp2p/go-libp2p-kad-dht#844</a></li> <li>fix: issues discovered in kubo v0.21.0-rc1 by <a href="https://github.com/Jorropo"><code>@Jorropo</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/851">libp2p/go-libp2p-kad-dht#851</a></li> <li>Release v0.24.2 by <a href="https://github.com/Jorropo"><code>@Jorropo</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/853">libp2p/go-libp2p-kad-dht#853</a></li> <li>tracing: fix DHT keys as string attribute not being valid utf-8 by <a href="https://github.com/MichaelMure"><code>@MichaelMure</code></a> in <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/859">libp2p/go-libp2p-kad-dht#859</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.24.2...v0.24.3">https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.24.2...v0.24.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/fa4953c2a65454a0cf8f217ad07799fdeeae8e6f"><code>fa4953c</code></a> Merge pull request <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/859">#859</a> from MichaelMure/fix-tracing</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/43b05814674e796cabc87a491bc9250fbdfcceae"><code>43b0581</code></a> chore: release v0.24.3</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/a6403ab8eacbffe33ce48b0c3f709db78ce65853"><code>a6403ab</code></a> tracing: fix DHT keys as string attribute not being valid utf-8</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/ee95d1ab03c47aab03218e18d07483f51e7787e4"><code>ee95d1a</code></a> chore: Update .github/workflows/stale.yml [skip ci]</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/978cb74f5fdf846e09d5769bb4dfb9f962135c38"><code>978cb74</code></a> merge: fix: issues discovered in kubo v0.21.0-rc2 (<a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/853">#853</a>)</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/a497df16a4d174ffaf5844e3b4de8cc6f607da18"><code>a497df1</code></a> merge: fix: issues discovered in kubo v0.21.0-rc1 (<a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/851">#851</a>)</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/3c568a77f585fbd1c0d8655c405b11061756b7d3"><code>3c568a7</code></a> chore: Update .github/workflows/stale.yml [skip ci]</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/866fc8cc5603d68094fddade1cca99ccd7043e5a"><code>866fc8c</code></a> Merge pull request <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/844">#844</a> from libp2p/release-v0.24.0</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/8c9fdff8f831db4794583f3bc1261cd5fdd26962"><code>8c9fdff</code></a> fix: don't add unresponsive DHT servers to the Routing Table (<a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/820">#820</a>)</li> <li><a href="https://github.com/libp2p/go-libp2p-kad-dht/commit/8d07d5783f78062aac9e3fb96d3eab1ab7fe6ad0"><code>8d07d57</code></a> Merge pull request <a href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/839">#839</a> from libp2p/addr-filter</li> <li>Additional commits viewable in <a href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.24.2...v0.24.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/libp2p/go-libp2p-kad-dht&package-manager=go_modules&previous-version=0.24.2&new-version=0.24.3)](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 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>
Bumps github.com/libp2p/go-libp2p-kad-dht from 0.24.2 to 0.24.3.
Release notes
Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.
Commits
fa4953c
Merge pull request #859 from MichaelMure/fix-tracing43b0581
chore: release v0.24.3a6403ab
tracing: fix DHT keys as string attribute not being valid utf-8ee95d1a
chore: Update .github/workflows/stale.yml [skip ci]978cb74
merge: fix: issues discovered in kubo v0.21.0-rc2 (#853)a497df1
merge: fix: issues discovered in kubo v0.21.0-rc1 (#851)3c568a7
chore: Update .github/workflows/stale.yml [skip ci]866fc8c
Merge pull request #844 from libp2p/release-v0.24.08c9fdff
fix: don't add unresponsive DHT servers to the Routing Table (#820)8d07d57
Merge pull request #839 from libp2p/addr-filterDependabot 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 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)