Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps golang.org/x/sys from 0.17.0 to 0.18.0.

Commits
  • 360f961 unix: add API for fsconfig system call
  • 7ff74af unix: drop go version tags for unsupported versions
  • 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname)...
  • 2f2cc5d unix: update IFLA and NETKIT constants with Linux kernel 6.7
  • See full diff in compare view

Dependabot compatibility score

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 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 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)

@dependabot dependabot bot requested a review from a team as a code owner March 5, 2024 04:30
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Mar 5, 2024
@dependabot dependabot bot requested a review from joe-elliott March 5, 2024 04:30
@codecov
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.09%. Comparing base (88ec243) to head (4e254b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5248   +/-   ##
=======================================
  Coverage   95.09%   95.09%           
=======================================
  Files         339      339           
  Lines       16510    16510           
=======================================
  Hits        15700    15700           
  Misses        621      621           
  Partials      189      189           
Flag Coverage Δ
cassandra-3.x 26.53% <ø> (ø)
cassandra-4.x 26.53% <ø> (ø)
elasticsearch-5.x 21.77% <ø> (ø)
elasticsearch-6.x 21.77% <ø> (ø)
elasticsearch-7.x 21.84% <ø> (-0.02%) ⬇️
elasticsearch-8.x 21.94% <ø> (+0.01%) ⬆️
grpc-badger 19.23% <ø> (ø)
kafka 14.66% <ø> (ø)
opensearch-1.x 21.84% <ø> (-0.02%) ⬇️
opensearch-2.x 21.84% <ø> (-0.02%) ⬇️
unittests 92.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.18.0 branch from bc8000b to eb076a5 Compare March 8, 2024 06:36
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
- [Commits](golang/sys@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/sys-0.18.0 branch from eb076a5 to 4e254b8 Compare March 9, 2024 21:48
@yurishkuro yurishkuro merged commit abe515f into main Mar 10, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/golang.org/x/sys-0.18.0 branch March 10, 2024 19:51
varshith257 pushed a commit to varshith257/jaeger that referenced this pull request Mar 13, 2024
…ng#5248)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to
0.18.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/360f961f8978a4c9a7c2e849bb482780cd6bb553"><code>360f961</code></a>
unix: add API for fsconfig system call</li>
<li><a
href="https://github.com/golang/sys/commit/7ff74af46e246f08a64cea4267e83365355d37d5"><code>7ff74af</code></a>
unix: drop go version tags for unsupported versions</li>
<li><a
href="https://github.com/golang/sys/commit/6b4eab51c2d17341edab3284d593a0bd9f90bb71"><code>6b4eab5</code></a>
unix: suppress ENOMEM errors from sysctl's implementing Uname(uname
*Utsname)...</li>
<li><a
href="https://github.com/golang/sys/commit/2f2cc5dae4e240ccd9b4142205a71a311328419f"><code>2f2cc5d</code></a>
unix: update IFLA and NETKIT constants with Linux kernel 6.7</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.17.0...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.0)](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>
Signed-off-by: Vamshi Maskuri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:dependencies Update to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants