Skip to content

Releases: falcosecurity/plugin-sdk-go

v0.8.3

09 Sep 12:32

Choose a tag to compare

Changelog

  • 1babb1a build: patch plugin_loader.c to use an internal strlcat impl
  • 8a28f32 build(deps): bump actions/setup-go from 5.5.0 to 6.0.0
  • 70cfa6e build(deps): bump github/codeql-action in the actions group
  • 8875e16 fix(pkg/loader): Only set RTLD_DEEPBIND on Linux

v0.8.2

02 Sep 16:24

Choose a tag to compare

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

12 Jun 10:52

Choose a tag to compare

Changelog

  • d608d72 fix(.github): goreleaser deprecated --rm-dist in favor of --clean

v0.8.0

11 Jun 14:08

Choose a tag to compare

chore(pkg/sdk): rework handling of value offset arrays

Signed-off-by: Leonardo Grasso <[email protected]>

v0.7.5

24 Mar 08:43

Choose a tag to compare

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

12 Jun 14:17

Choose a tag to compare

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

30 Aug 15:20

Choose a tag to compare

Changelog

  • 9130ff4 build: patch plugin_loader.c to use an internal strlcpy impl
  • c36a0e0 chore(pkg/sdk): removing "strlcpy.h" copy

v0.7.2

29 Aug 15:59

Choose a tag to compare

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

24 May 17:01

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

23 May 13:38

Choose a tag to compare

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

New Contributors

Full Changelog: v0.6.2...v0.7.0