Commit 7e1fcc6
authored
chore(deps): bump github.com/drand/drand/v2 from 2.1.5 to 2.1.6 (#150)
Bumps [github.com/drand/drand/v2](https://github.com/drand/drand) from
2.1.5 to 2.1.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/drand/drand/releases">github.com/drand/drand/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.6</h2>
<h2>Changelog</h2>
<ul>
<li>a17b9dc Update README.md</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Add job to check <code>version.go</code> before new release by <a
href="https://github.com/iyanmv"><code>@iyanmv</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1444">drand/drand#1444</a></li>
<li>Reset logger node id during resharing by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1440">drand/drand#1440</a></li>
<li>Log Close errors in chain, boltdb, and net by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1454">drand/drand#1454</a></li>
<li>Updating deps and adding govulncheck GHA by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1460">drand/drand#1460</a></li>
<li>Fixing syntax of govulncheck job by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1467">drand/drand#1467</a></li>
<li>Improve logging and streaming behavior in config, gRPC client, and
HTTP handler by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1463">drand/drand#1463</a></li>
<li>Correct the command of make install_deps_<!-- raw HTML omitted -->
by <a
href="https://github.com/Jineshbansal"><code>@Jineshbansal</code></a>
in <a
href="https://redirect.github.com/drand/drand/pull/1455">drand/drand#1455</a></li>
<li>Fix error handling in CreateSecureFile when Chmod fails by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1446">drand/drand#1446</a></li>
<li>Fix FanOutChan deadlock and goroutine leak by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1449">drand/drand#1449</a></li>
<li>Do not close f.delegate in execution.go by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1468">drand/drand#1468</a></li>
<li>Add impl of saveTo function in memDB by <a
href="https://github.com/Jineshbansal"><code>@Jineshbansal</code></a>
in <a
href="https://redirect.github.com/drand/drand/pull/1461">drand/drand#1461</a></li>
<li>Moving away from http servers for tests by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1469">drand/drand#1469</a></li>
<li>Improve error handling in filesystem, CLI, and test helpers by <a
href="https://github.com/alienx5499"><code>@alienx5499</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1450">drand/drand#1450</a></li>
<li>Avoid potential deadlock in FanOutChan by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1475">drand/drand#1475</a></li>
<li>Assess the benchmarks of map and arrayset broadcast.go file by <a
href="https://github.com/Jineshbansal"><code>@Jineshbansal</code></a>
in <a
href="https://redirect.github.com/drand/drand/pull/1458">drand/drand#1458</a></li>
<li>Fixing GHA tagging checks by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1476">drand/drand#1476</a></li>
<li>Change group identity in case of an address retry in tests by <a
href="https://github.com/AnomalRoil"><code>@AnomalRoil</code></a> in <a
href="https://redirect.github.com/drand/drand/pull/1482">drand/drand#1482</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Jineshbansal"><code>@Jineshbansal</code></a>
made their first contribution in <a
href="https://redirect.github.com/drand/drand/pull/1455">drand/drand#1455</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/drand/drand/compare/v2.1.4...v2.1.6">https://github.com/drand/drand/compare/v2.1.4...v2.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/drand/drand/commit/a17b9dc80625c4d06c745c5a6ea6d93610041fc6"><code>a17b9dc</code></a>
Update README.md</li>
<li><a
href="https://github.com/drand/drand/commit/700cbd3c6b8be1e0ee7ca66ae2db07fccfb2d49a"><code>700cbd3</code></a>
Change group identity in case of an address retry in tests (<a
href="https://redirect.github.com/drand/drand/issues/1482">#1482</a>)</li>
<li><a
href="https://github.com/drand/drand/commit/1422ea5476a75a01df7e94521f5ca23bb88a0968"><code>1422ea5</code></a>
Fixing GHA tagging checks (<a
href="https://redirect.github.com/drand/drand/issues/1476">#1476</a>)</li>
<li><a
href="https://github.com/drand/drand/commit/ae43b50855fe5c30f5118da8b92cd3b9498d8f7b"><code>ae43b50</code></a>
Assess the benchmarks of map and arrayset broadcast.go file (<a
href="https://redirect.github.com/drand/drand/issues/1458">#1458</a>)</li>
<li>See full diff in <a
href="https://github.com/drand/drand/compare/v2.1.5...v2.1.6">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 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>3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments