Commit 333ca81
build(deps): Bump github.com/libp2p/go-libp2p-kad-dht from 0.29.1 to 0.33.1 (#2432)
Bumps
[github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht)
from 0.29.1 to 0.33.1.
<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.33.1</h2>
<h2>Highlights</h2>
<ul>
<li>Fix concurrency in <code>fullrt</code></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix: fullrt kMapLk unlock by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1085">libp2p/go-libp2p-kad-dht#1085</a></li>
<li>fix(fullrt): use correct mutex for reading keyToPeerMap by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1086">libp2p/go-libp2p-kad-dht#1086</a></li>
<li>fix(fullrt): mutex cleanup by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1087">libp2p/go-libp2p-kad-dht#1087</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.33.0...v0.33.1">https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.33.0...v0.33.1</a></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
<p>This release was brought to you by the <a
href="http://ipshipyard.com/">Shipyard</a> team.</p>
<h2>v0.33.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix/updates to use context passed in New function for context
cancellation by <a
href="https://github.com/blockchainluffy"><code>@blockchainluffy</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1081">libp2p/go-libp2p-kad-dht#1081</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/blockchainluffy"><code>@blockchainluffy</code></a>
made their first contribution in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1081">libp2p/go-libp2p-kad-dht#1081</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.32.0...v0.33.0">https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.32.0...v0.33.0</a></p>
<h2>v0.32.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: bump go-log to v2 by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1074">libp2p/go-libp2p-kad-dht#1074</a></li>
<li>chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1075">libp2p/go-libp2p-kad-dht#1075</a></li>
<li>fix: use correct message type attribute in metrics by <a
href="https://github.com/diogo464"><code>@diogo464</code></a> in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1076">libp2p/go-libp2p-kad-dht#1076</a></li>
<li>fix: netsize warning by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1077">libp2p/go-libp2p-kad-dht#1077</a></li>
<li>chore: update deps by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1078">libp2p/go-libp2p-kad-dht#1078</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/diogo464"><code>@diogo464</code></a>
made their first contribution in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1076">libp2p/go-libp2p-kad-dht#1076</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.31.0...v0.32.0">https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.31.0...v0.32.0</a></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
<p>This release was brought to you by the <a
href="http://ipshipyard.com/">Shipyard</a> team.</p>
<h2>v0.31.0</h2>
<h2>What's Changed</h2>
<ul>
<li>tests: flaky TestSearchValue (dual) by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1060">libp2p/go-libp2p-kad-dht#1060</a></li>
<li>fix(crawler): remove peerstore no-op by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1063">libp2p/go-libp2p-kad-dht#1063</a></li>
<li>cleanup: fullrt by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1062">libp2p/go-libp2p-kad-dht#1062</a></li>
<li>fix: remove deprecated opt package by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1064">libp2p/go-libp2p-kad-dht#1064</a></li>
<li>fix: error on no valid provs by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1065">libp2p/go-libp2p-kad-dht#1065</a></li>
<li>refactor: use errors.New when no formatting required by <a
href="https://github.com/guillaumemichel"><code>@guillaumemichel</code></a>
in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/1067">libp2p/go-libp2p-kad-dht#1067</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/2a7d79e9618a5b4148beaa41eb2d846e88a217d5"><code>2a7d79e</code></a>
chore: release v0.33.1 (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1088">#1088</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/2ada289a8b34a8fa0172d3d183ade2e47b7f33b5"><code>2ada289</code></a>
fix(fullrt): mutex cleanup (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1087">#1087</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/1ecd4cf1147e8b62dea3701a5dab09e2fa167d94"><code>1ecd4cf</code></a>
fix: use correct mutex for reading keyToPeerMap (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1086">#1086</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/298f22a7df4590a9369508eaee98c85eb466dbc5"><code>298f22a</code></a>
fix: fullrt kMapLk unlock (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1085">#1085</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/010ef38a342f749a6fe380d2b67e651767850f3a"><code>010ef38</code></a>
chore: release v0.33.0 (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1083">#1083</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/dca255b271dfbd80c3b5454c753f886cc05fb4c3"><code>dca255b</code></a>
fix/updates to use context passed in New function for context
cancellation (#...</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/4304f67e5d828f9a31f781a86ef150b9d400b394"><code>4304f67</code></a>
chore: release v0.31.1 (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1079">#1079</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/858fc2cc0b8f1603b3c94f2d502fd0b0c4a4502d"><code>858fc2c</code></a>
chore: update deps (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1078">#1078</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/8f175ae0275e0a063115a93b7ff11c42aa86adf7"><code>8f175ae</code></a>
fix: netsize warning (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1077">#1077</a>)</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/7cc3df8c667b04b2c15e57b49ba4937a05c747f4"><code>7cc3df8</code></a>
fix: use correct message type attribute in metrics (<a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/1076">#1076</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.29.1...v0.33.1">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tac0turtle <you@example.com>1 parent da5868a commit 333ca81
14 files changed
Lines changed: 207 additions & 403 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | | - | |
| 172 | + | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
234 | | - | |
235 | 233 | | |
236 | 234 | | |
237 | 235 | | |
| |||
260 | 258 | | |
261 | 259 | | |
262 | 260 | | |
263 | | - | |
| 261 | + | |
264 | 262 | | |
265 | | - | |
| 263 | + | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
334 | | - | |
| 332 | + | |
335 | 333 | | |
336 | 334 | | |
337 | 335 | | |
| |||
342 | 340 | | |
343 | 341 | | |
344 | 342 | | |
345 | | - | |
| 343 | + | |
346 | 344 | | |
347 | 345 | | |
348 | 346 | | |
| |||
358 | 356 | | |
359 | 357 | | |
360 | 358 | | |
361 | | - | |
| 359 | + | |
362 | 360 | | |
363 | 361 | | |
364 | 362 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | | - | |
| 172 | + | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
234 | | - | |
235 | 233 | | |
236 | 234 | | |
237 | 235 | | |
| |||
260 | 258 | | |
261 | 259 | | |
262 | 260 | | |
263 | | - | |
| 261 | + | |
264 | 262 | | |
265 | | - | |
| 263 | + | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
334 | | - | |
| 332 | + | |
335 | 333 | | |
336 | 334 | | |
337 | 335 | | |
| |||
342 | 340 | | |
343 | 341 | | |
344 | 342 | | |
345 | | - | |
| 343 | + | |
346 | 344 | | |
347 | 345 | | |
348 | 346 | | |
| |||
358 | 356 | | |
359 | 357 | | |
360 | 358 | | |
361 | | - | |
| 359 | + | |
362 | 360 | | |
363 | 361 | | |
364 | 362 | | |
| |||
0 commit comments