-
Notifications
You must be signed in to change notification settings - Fork 166
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
feat: bump bpftrace version to v0.19.1 #205
Conversation
49d266b
to
1e98b07
Compare
1e98b07
to
9db3ffe
Compare
Now fixed. I'd simply gone a bit too far with the go builder base image; switching from bookworm back to bullseye sorted that. I also added something to output pod log contents when a test case fails. |
9db3ffe
to
a738127
Compare
@fntlnz, would you be the one to look at this? |
Thanks @cakemanny - This was long due. I'll take a look |
I'm still looking into this @cakemanny - I did not forget! Thanks again ! |
Hey @fntlnz, I guess you've still not had time? Or is there something I can do to help, such as break parts out or explain better anything that looks a bit mysterious? |
@cakemanny yes it's just my schedule the PR looks good to review, please hang on and thanks again for the great work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! There are certain things that require further work like the versions you mentioned but this is good to be merged and we can add those later.
Thanks for the patience @cakemanny and for the contribution 🎉
This resolves #200
It bumps the bptrace version to v0.19.1 .
I chose 0.19.1 as it's the most recent
quay.io/iovisor/bpftrace
tag. (It seems they are working on switching to using a Nix based build for later versions).I wasn't able to successfully able to bump bcc.
The other changes are related to
$GIT_ORG
is expanded in integration testsBy all means let me know if it needs additional touches or splitting out into separate PRs.
PS: also fixes #174