Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps github.com/cilium/ebpf from 0.7.0 to 0.8.1.

Release notes

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

v0.8.1

Fixes

New Contributors

Full Changelog: cilium/ebpf@v0.8.0...v0.8.1

v0.8.0

We're happy to announce our first release of 2022!

Breaking Changes

  • cmd/bpf2go: strip DWARF info by @​lmb in cilium/ebpf#481 DWARF info is now stripped from compiled BPF objects by default when using bpf2go, resulting in significant savings in object size. It can be re-enabled if desired.

  • elf_reader: emit UnspecifiedPrograms into CollectionSpec by @​ti-mo in cilium/ebpf#529 Previously, ProgramSpecs were not emitted to CollectionSpec.Programs if their ELF section names were not recognized. This limitation has been lifted: programs that are explicitly assigned to an ELF section will now always appear in the CollectionSpec, though they will all be of type UnspecifiedProgram. The SectionName field was added to help the user determine program types manually.

  • map: make Map.Extra field a pointer to a bytes.Reader by @​ti-mo in cilium/ebpf#546 A last-minute addition, no longer allocate an empty bytes.Reader for every Map, as this is generally only used when loading legacy programs with iproute2 map definitions. If you're using this field, check for nil before accessing.

Features

... (truncated)

Commits
  • 3418f34 btf: move vmlinux search logic into findVMLinux()
  • 0e6f2cf btf: only take ELF file handle in loadSpecFromELF
  • 9f2992b btf: remove symbol value bounds check to support vmlinux ELFs
  • 7816b93 internal: vdso: refactor test to be table driven
  • 8ccc6cc internal: vsdo: look for Linux note in all elf note sections instead of just ...
  • f886ae4 CI: Linux 5.15 instead of 5.14
  • d1a8e06 coll,elf: use string references to inner maps/progs in MapSpec.Contents
  • 732bf91 elf_reader_test: test program types with overlapping prefixes
  • 26b8b06 elf_reader: Fix non-determinism in determining prog type
  • a02484a Deprecate StructOpts and perf.IsClosed()
  • 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 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)

Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](cilium/ebpf@v0.7.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 26, 2022

Superseded by #31.

@dependabot dependabot bot closed this May 26, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cilium/ebpf-0.8.1 branch May 26, 2022 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant