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.