Skip to content

Commit 710a65d

Browse files
Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 in /receiver/chronyreceiver (open-telemetry#44750)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <h2>v1.8.3</h2> <h2>What's Changed</h2> <ul> <li>Add instructions to use different log levels for local and syslog by <a href="https://github.com/tommyblue"><code>@​tommyblue</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1372">sirupsen/logrus#1372</a></li> <li>This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by <a href="https://github.com/ozfive"><code>@​ozfive</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1376">sirupsen/logrus#1376</a></li> <li>Use text when shows the logrus output by <a href="https://github.com/xieyuschen"><code>@​xieyuschen</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1339">sirupsen/logrus#1339</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tommyblue"><code>@​tommyblue</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1372">sirupsen/logrus#1372</a></li> <li><a href="https://github.com/ozfive"><code>@​ozfive</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1376">sirupsen/logrus#1376</a></li> <li><a href="https://github.com/xieyuschen"><code>@​xieyuschen</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1339">sirupsen/logrus#1339</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3">https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3</a></p> <h2>v1.8.2</h2> <h2>What's Changed</h2> <ul> <li>CI: use GitHub Actions by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1239">sirupsen/logrus#1239</a></li> <li>go.mod: github.com/stretchr/testify v1.7.0 by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1246">sirupsen/logrus#1246</a></li> <li>Change godoc badge to pkg.go.dev badge by <a href="https://github.com/minizilla"><code>@​minizilla</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1249">sirupsen/logrus#1249</a></li> <li>Add support for the logger private buffer pool. by <a href="https://github.com/edoger"><code>@​edoger</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1253">sirupsen/logrus#1253</a></li> <li>bump golang.org/x/sys depency version by <a href="https://github.com/dgsb"><code>@​dgsb</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1280">sirupsen/logrus#1280</a></li> <li>Update README.md by <a href="https://github.com/runphp"><code>@​runphp</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1266">sirupsen/logrus#1266</a></li> <li>indicates issues as stale automatically by <a href="https://github.com/dgsb"><code>@​dgsb</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1281">sirupsen/logrus#1281</a></li> <li>ci: add go 1.17 to test matrix by <a href="https://github.com/anajavi"><code>@​anajavi</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1277">sirupsen/logrus#1277</a></li> <li>reduce the list of cross build target by <a href="https://github.com/dgsb"><code>@​dgsb</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1282">sirupsen/logrus#1282</a></li> <li>Improve Log methods documentation by <a href="https://github.com/dgsb"><code>@​dgsb</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1283">sirupsen/logrus#1283</a></li> <li>fix race condition for SetFormatter and SetReportCaller by <a href="https://github.com/rubensayshi"><code>@​rubensayshi</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1263">sirupsen/logrus#1263</a></li> <li>bump version of golang.org/x/sys dependency by <a href="https://github.com/nathanejohnson"><code>@​nathanejohnson</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1333">sirupsen/logrus#1333</a></li> <li>update gopkg.in/yaml.v3 to v3.0.1 by <a href="https://github.com/izhakmo"><code>@​izhakmo</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1337">sirupsen/logrus#1337</a></li> <li>update dependencies by <a href="https://github.com/dgsb"><code>@​dgsb</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1343">sirupsen/logrus#1343</a></li> <li>Fix data race in hooks.test package by <a href="https://github.com/FrancoisWagner"><code>@​FrancoisWagner</code></a> in <a href="https://redirect.github.com/sirupsen/logrus/pull/1362">sirupsen/logrus#1362</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/minizilla"><code>@​minizilla</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1249">sirupsen/logrus#1249</a></li> <li><a href="https://github.com/edoger"><code>@​edoger</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1253">sirupsen/logrus#1253</a></li> <li><a href="https://github.com/runphp"><code>@​runphp</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1266">sirupsen/logrus#1266</a></li> <li><a href="https://github.com/anajavi"><code>@​anajavi</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1277">sirupsen/logrus#1277</a></li> <li><a href="https://github.com/rubensayshi"><code>@​rubensayshi</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1263">sirupsen/logrus#1263</a></li> <li><a href="https://github.com/nathanejohnson"><code>@​nathanejohnson</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1333">sirupsen/logrus#1333</a></li> <li><a href="https://github.com/izhakmo"><code>@​izhakmo</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1337">sirupsen/logrus#1337</a></li> <li><a href="https://github.com/FrancoisWagner"><code>@​FrancoisWagner</code></a> made their first contribution in <a href="https://redirect.github.com/sirupsen/logrus/pull/1362">sirupsen/logrus#1362</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2">https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/b30aa27cf4df89e9b96c68c063486c3162f71aef"><code>b30aa27</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1339">#1339</a> from xieyuschen/patch-1</li> <li><a href="https://github.com/sirupsen/logrus/commit/6acd903758687c4a3db3c11701e6c414fcf1c1f7"><code>6acd903</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1376">#1376</a> from ozfive/master</li> <li><a href="https://github.com/sirupsen/logrus/commit/105e63f86c7de9d7aab379fdd6721a3476009eaf"><code>105e63f</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1">#1</a> from ashmckenzie/ashmckenzie/fix-writer-scanner</li> <li><a href="https://github.com/sirupsen/logrus/commit/c052ba6a076b368de89029949f68b3b8ccd8e058"><code>c052ba6</code></a> Scan text in 64KB chunks</li> <li><a href="https://github.com/sirupsen/logrus/commit/e59b167d75f32c4d0db65a2dc6d5f0c4dd548653"><code>e59b167</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1372">#1372</a> from tommyblue/syslog_different_loglevels</li> <li><a href="https://github.com/sirupsen/logrus/commit/766cfece3701d0b1737681ffb5e6e40b628b664d"><code>766cfec</code></a> This commit fixes a potential denial of service vulnerability in logrus.Write...</li> <li><a href="https://github.com/sirupsen/logrus/commit/70234da9c319016474284324265b694b2471c903"><code>70234da</code></a> Add instructions to use different log levels for local and syslog</li> <li><a href="https://github.com/sirupsen/logrus/commit/a448f8228b920021d792e0767626068db5f0e38d"><code>a448f82</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1362">#1362</a> from FrancoisWagner/fix-data-race-in-hooks-test-pkg</li> <li><a href="https://github.com/sirupsen/logrus/commit/ff07b25fdf830fffcf67b64674799b11941542ac"><code>ff07b25</code></a> Fix data race in hooks.test package</li> <li><a href="https://github.com/sirupsen/logrus/commit/f8bf7650dccb756cea26edaf9217aab85500fe07"><code>f8bf765</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1343">#1343</a> from sirupsen/dbd-upd-dep</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sirupsen/logrus&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/open-telemetry/opentelemetry-collector-contrib/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca22b1d commit 710a65d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

receiver/chronyreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3939
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4040
github.com/pmezard/go-difflib v1.0.0 // indirect
41-
github.com/sirupsen/logrus v1.8.1 // indirect
41+
github.com/sirupsen/logrus v1.8.3 // indirect
4242
github.com/stretchr/objx v0.5.2 // indirect
4343
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
4444
go.opentelemetry.io/collector/consumer/consumererror v0.141.0 // indirect

receiver/chronyreceiver/go.sum

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)