libbpfgo has moved to a dedicated repo #742
itaysk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
libbpfgo is now decoupled from the Tracee repo into it's own repo: https://github.com/aquasecurity/libbpfgo
This was a popular request by libbpfgo users, and will allow easier inclusion in your projects, simplify the build/integration machinery between Tracee and libbpfgo, and importantly: version and release libbpfgo appropriately.
So far we have not versioned libbpfgo, it was implicitly versioned together with Tracee releases. Our plan is to start version and release libbpfgo such that it's clear which version of libbpf it requires, and how the go code progresses.
Even thought we have removed libbpfgo from this repo, it will not break your applications since you have probably imported it with a Pseudo-version which includes the direct git commit sha to this repo which will always be available in this repo's git history.
However, if you want to get the latests updates, we encourage you to update your dependency to the new libbpfgo repo.
Check out the new libbpfgo repo! Keep engaging with us over there, and don't forget to star ⭐️!
Beta Was this translation helpful? Give feedback.
All reactions