v0.7.0
Notice
This new SDK Go release complies to the new plugin API version 3.0.0 that will start being supported by Falco 0.35.0. Plugins built with SDK Go version >= 0.7.0 will not be compatible with Falco version <= 0.34.1. Plugins built with SDK Go version < 0.7.0 will not be compatible with Falco version >= 0.35.0.
What's Changed
- update(ci): porting CI from test-infra to GHA. by @cappellinsamuele in #69
- cleanup(build.sh): cleanup unused files old ci. by @cappellinsamuele in #72
- Semver check for RequiredAPIVersion values by @Rohith-Raju in #73
- new: Support for new field types in plugins by @therealbobo in #71
- update: sync with new plugin API definitions and latest falcosecurity/libs by @jasondellaluce in #74
- fix(pkg/sdk): solve memory alignment issues when setting extraction value by @jasondellaluce in #75
New Contributors
- @cappellinsamuele made their first contribution in #69
- @Rohith-Raju made their first contribution in #73
- @therealbobo made their first contribution in #71
Full Changelog: v0.6.2...v0.7.0