Releases: falcosecurity/plugin-sdk-go
Releases · falcosecurity/plugin-sdk-go
v0.8.3
v0.8.2
Changelog
- 6f778b5 fix(pkg/loader): isolate CGO inside an .so from the outer one
- 88c32af build(deps): bump github/codeql-action in the actions group
- 26e2498 build(deps): bump the actions group with 2 updates
- ad86b0b build(deps): bump actions/checkout from 4.2.2 to 5.0.0
- 1989e33 build(deps): bump github/codeql-action in the actions group
- 8b92aa3 build(deps): bump github/codeql-action in the actions group
- 12d8e63 build(deps): bump github/codeql-action in the actions group
v0.8.1
v0.8.0
chore(pkg/sdk): rework handling of value offset arrays Signed-off-by: Leonardo Grasso <[email protected]>
v0.7.5
fix(pkg/loader): isolate CGO inside an .so from the outer one See https://github.com/falcosecurity/plugins/pull/683 Signed-off-by: Leonardo Grasso <[email protected]>
v0.7.4
What's Changed
- docs: add SPDX license identifier by @leogr in #82
- fix(pkg/cgo): solve data races when assigning/deleting and accessing handles by @jasondellaluce in #85
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
Changelog
- 64aa849 fix(pkg/sdk): correct compilation error with glibc 2.38
- 64ea3ac build: cgocheck > 1 mode is no longer supported at runtime
- 9cd2769 cleanup: add some comments and rename vars in
SetRequiredAPIVersion - c43c004 chore: add .vscode to the gitignore
- 1a38f04 fix(README.md): license badge link
- 18133ed docs(README.md): add scope and status badges
v0.7.1
What's Changed
- update: drop go.uber.org/multierr dependency by @jasondellaluce in #76
Full Changelog: v0.7.0...v0.7.1
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