github inspektor-gadget/inspektor-gadget v0.16.1
Release v0.16.1

latest releases: v0.52.0, v0.51.1, v0.51.0...
3 years ago

This bugfix release changes how we ship bpftrace in the gadget container default image.

In v0.16.0, we added a new gadget script which relies on bpftrace to permit running custom eBPF program written in bpftrace DSL.
To do so, we added the bpftrace binary as well as some related libraries (clang and llvm) to the container image.
Sadly, these libraries in turn rely on some old python3 package which come with CVE.

So, we now provide bpftrace as a statically compiled binary, so it no longer needs any library except libc.

Don't miss a new inspektor-gadget release

NewReleases is sending notifications on new releases.