-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add drivers for most recent ubuntu patch set #1612
Conversation
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Hi @gbittenbender. Thanks for your PR. I'm waiting for a falcosecurity member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gbittenbender The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey thanks for opening this PR! I just merged #1611 (a bit late today) that will start the build process for fresh drivers. |
@FedeDP Thanks for the quick reply! To double check my understanding, will this update create a driver that will work with falco 0.36.2? I'm seeing drivers for it in the 7.x files today, but the folder it's absent in (that I am looking for) is the 6.0.1 |
Yes you are right, we only support prebuilt drivers for the latest 3 Falco releases (or well driver releases used by Falco); thus 0.36.2 is unsupported right now. |
Drivers were created up through 5.4.0-192-generic. Currently, I need 5.4.0-193-generic for my patch cycle. It would be very appreciated if this could be pulled to create the 5.4.0-193-generic to buy some time to upgrade to 0.38.x (or 0.39.0) without needing to change driver our driver deployment strategy for a temporary fix.