Open FedeDP opened 3 weeks ago
/hold because we are relying upon a development libs version that is not supported by latest Falco.
Will need to bump tp 3.9.0 after https://github.com/falcosecurity/libs/pull/2147 is merged
Will bump to 3.10.0 once https://github.com/falcosecurity/libs/pull/2152 is merged :D
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: FedeDP
The full list of commands accepted by this bot can be found here.
The pull request process is described here
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: FedeDP
The full list of commands accepted by this bot can be found here.
The pull request process is described here
I pushed a commit without DCO because it relies on https://github.com/falcosecurity/libs/pull/2152 HEAD hash.
Will make sure to amend
it once that PR is merged.
I pushed it to give an idea of what the new dump
API would look like.
/check-dco
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.
:memo: 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:
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:
- eb80c81 new: bump plugin API to 3.10.0.
cc @FedeDP
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area plugin-sdk
What this PR does / why we need it:
Plugin API 3.8.0 introduced support for suggested output formats in extractor plugins; support it. https://github.com/falcosecurity/libs/pull/2116
Plugin API 3.9.0 introduced support for exposing
get_owner_last_error
in capture listening capability. https://github.com/falcosecurity/libs/pull/2147Plugin API 3.10.0 introduced support for new async capability related
dump
API. https://github.com/falcosecurity/libs/pull/2152Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: