Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

chore(deps): bump github.com/aquasecurity/libbpfgo from 0.2.4-libbpf-0.6.1 to 0.4.5-libbpf-1.0.1#76

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/aquasecurity/libbpfgo-0.4.5-libbpf-1.0.1
Closed

chore(deps): bump github.com/aquasecurity/libbpfgo from 0.2.4-libbpf-0.6.1 to 0.4.5-libbpf-1.0.1#76
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/aquasecurity/libbpfgo-0.4.5-libbpf-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 13, 2022

Copy link
Copy Markdown

Bumps github.com/aquasecurity/libbpfgo from 0.2.4-libbpf-0.6.1 to 0.4.5-libbpf-1.0.1.

Release notes

Sourced from github.com/aquasecurity/libbpfgo's releases.

v0.4.5-libbpf-1.0.1

Fixes and tests included:

5df6c4f selftest: poc for multiple BPF objects that share a ringbuffer 89f37dd makefile: rename targets in selftests common 55b5ac3 Fix building on ppc64 688787f Fix builds on non-AMD64 architectures 74fa9b2 osinfo: add unit tests for helpers/osinfo.go d0e93b7 makefile: turn libbpfgo-static into default (#277) 66a9ab6 selftests: fix spinlocks selftest 1161940 libbpf: mitigate libbpf_print_fn issues for tracee aa91d8b libbpf: fix access violation in libbpf_print_fn. 6950f38 selftests: add spinlock selftest (#155) 6070c0d Add parsing function for mmap flags argument (#267)

v0.4.4-libbpf-1.0.1

Fixes included:

  • fix: re-introduce memory bumping (#265)

v0.4.3-libbpf-1.0.1

This is a very small release in which the main purpose is to (finally) fully separate the helpers module from libbpfgo by removing dependence on libbpfgo within helpers. This also includes an awesome new feature for setting global variables.

What's Changed

Full Changelog: aquasecurity/libbpfgo@v0.4.2-libbpf-1.0.1...v0.4.3-libbpf-1.0.1

v0.4.2-libbpf-1.0.1

This is a patch release updating the libbpf submodule and intended support for libbpf v1.0.1 from the previous release (v0.4.1-libbpf-1.0.0) which used libbpf v1.0.0. There are otherwise no changes.

v0.4.1-libbpf-1.0.0

This release of libbpfgo is meant to used with libbpf v1.0.0

Breaking Changes

  • The package github.com/aquasecurity/libbpfgo/helpers is now contained in its own module. You can now upgrade it as a dependency independently of libbpfgo. You may run into errors when running go mod tidy that can be fixed by clearing your go cache or explicitly go geting the latest version of it.
    • Each release will cut new releases of both the helpers and libbpfgo module, but upgrading one does not require you to upgrade the other.

New features

  • Introduced a vagrantfile for running tests in a working VM environment (#237)

Improvements/Fixes

  • The value of errno is now properly saved before calls to printf (#256 - Thanks @​mozillazg)
  • CGO code is now in its own header file (#257 - Thanks @​mozillazg!)
  • Fixed an issue with how cgo handled bitmap padding optimizations in libbpf (#246)

... (truncated)

Commits
  • 5df6c4f selftest: poc for multiple BPF objects that share a ringbuffer
  • 89f37dd makefile: rename targets in selftests common
  • 55b5ac3 Fix building on ppc64
  • 688787f Fix builds on non-AMD64 architectures
  • 74fa9b2 osinfo: add unit tests for helpers/osinfo.go
  • d0e93b7 makefile: turn libbpfgo-static into default (#277)
  • 66a9ab6 selftests: fix spinlocks selftest
  • 1161940 libbpf: mitigate libbpf_print_fn issues for tracee
  • aa91d8b libbpf: fix access violation in libbpf_print_fn.
  • 6950f38 selftests: add spinlock selftest (#155)
  • 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/aquasecurity/libbpfgo](https://github.com/aquasecurity/libbpfgo) from 0.2.4-libbpf-0.6.1 to 0.4.5-libbpf-1.0.1.
- [Release notes](https://github.com/aquasecurity/libbpfgo/releases)
- [Commits](aquasecurity/libbpfgo@v0.2.4-libbpf-0.6.1...v0.4.5-libbpf-1.0.1)

---
updated-dependencies:
- dependency-name: github.com/aquasecurity/libbpfgo
  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 Dec 13, 2022
@dependabot @github

dependabot Bot commented on behalf of github Feb 28, 2023

Copy link
Copy Markdown
Author

Superseded by #85.

@dependabot dependabot Bot closed this Feb 28, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/aquasecurity/libbpfgo-0.4.5-libbpf-1.0.1 branch February 28, 2023 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants