Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/cilium/ebpf from 0.7.0 to 0.8.0 #133

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

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

Release notes

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

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

Bug Fixes

... (truncated)

Commits
  • a02484a Deprecate StructOpts and perf.IsClosed()
  • 0c343b5 prog: test for linking unimplemented forward function declarations
  • 7581972 linker: allow missing references, return sentinel from fixupJumpsAndCalls
  • 6fcb643 linker: make errUnsatisfiedReference map-specific
  • ae28c73 map: make Map.Extra field a pointer to a bytes.Reader
  • 71eff55 elf_reader_test: enable test_sk_assign.o, handle iproute2 map
  • 1946eef link: support attaching SocketFilter programs to sockets
  • 4eed175 program: retrieve xlated Instructions from Program
  • 32bb96d asm: unmarshal instruction stream from an io.Reader
  • 72b4133 info: refactor newProgInfoFromFd
  • 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.0.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](cilium/ebpf@v0.7.0...v0.8.0)

---
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 the dependencies Pull requests that update a dependency file label Jan 24, 2022
@jsimonetti jsimonetti merged commit bbb52d4 into master Jan 24, 2022
@jsimonetti jsimonetti deleted the dependabot/go_modules/github.com/cilium/ebpf-0.8.0 branch January 24, 2022 09:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant