netobserv / netobserv-ebpf-agent

Network Observability eBPF Agent
Apache License 2.0
128 stars 33 forks source link

Bump github.com/cilium/ebpf from 0.12.2 to 0.12.3 #221

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/cilium/ebpf from 0.12.2 to 0.12.3.

Release notes

Sourced from github.com/cilium/ebpf's releases.

Perf improvements and fix missing constant in x/sys/unix

This is a small release to fix an incompatibility with golang.org/x/sys/unix@v0.14.0. There is a variety of performance improvements as well.

What's Changed

New Contributors

Full Changelog: https://github.com/cilium/ebpf/compare/v0.12.2...v0.13.0

Commits
  • 1a65b78 btf: Replace binary.Read with manual parsing in readAndInflateTypes
  • 7146ce3 btf: Optimizing BTF parsing by merging readTypes and inflateRawTypes
  • 36f6316 go.mod: update golang.org/x/sys to latest unreleased version
  • 1027911 btf: remove useless pointer from newLineInfo
  • da1ce64 btf: pre-alloc in parseLineInfoRecords
  • e92bff7 elf: optimize splitSymbols
  • 546b094 elf: pre-alloc asm.Instructions when loading functions
  • 220899d collection: benchmark parsing an ELF with many programs
  • e00e14a build(deps): bump mkdocs-git-revision-date-localized-plugin in /docs
  • bb58ae8 build(deps): bump mkdocs-macros-plugin from 1.0.4 to 1.0.5 in /docs
  • Additional commits viewable 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 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)
codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d69703f) 31.84% compared to head (e3eb956) 31.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #221 +/- ## ======================================= Coverage 31.84% 31.84% ======================================= Files 37 37 Lines 3369 3369 ======================================= Hits 1073 1073 Misses 2232 2232 Partials 64 64 ``` | [Flag](https://app.codecov.io/gh/netobserv/netobserv-ebpf-agent/pull/221/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=netobserv) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/netobserv/netobserv-ebpf-agent/pull/221/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=netobserv) | `31.84% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=netobserv#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

msherif1234 commented 10 months ago

/lgtm /approve

openshift-ci[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msherif1234

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/netobserv/netobserv-ebpf-agent/blob/main/OWNERS)~~ [msherif1234] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment