Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 07:36
· 61 commits to main since this release

Changelog

  • 409abb6 chore(cmd,pkg): moved DriverName to root options and support it in cleanup and stats.
  • 77ec484 chore(pkg): add back "ToConfigName" to driverkit yaml struct.
  • 6d08e39 chore(pkg): improve validate tests.
  • 9a7f629 chore(pkg): moved errors declaration to errors.go inside each package.
  • 3d52809 chore(pkg): refactor LoopDriversFiltered to be more similar to LoopPathFiltered.
  • 39c8aac chore(pkg): refactored LoopFilterX API, adding a new Looper interface.
  • 6010054 chore(pkg): some fixes and initial impl for build_test.
  • 63d499c chore(pkg): switch to json-iterator library.
  • 64ff313 chore: bumped driverkit dep to latest master that exposes ToBuild.
  • 175f4a7 chore: bumped driverkit to falcosecurity/driverkit#289
  • cc907cc chore: bumped driverkit to v0.15.0.
  • d23e083 chore: try to add back go coverage.
  • 7f1eaf7 chore: updated driverkit to new master. Added badges.
  • ac44ef9 chore: updated readme.
  • 26a41f9 cleanup(pkg): dropped CleanupAll interface method.
  • bf237dd cleanup(pkg): refactored outputs to always be relative to repo root just like configs.
  • 16aa683 cleanup: removed go coverage badge.
  • 963e0ce fix(pkg): fixed stats tests.
  • 6bac103 fix(pkg): properly fill probe and module only if supported.
  • a296dde fix: added and fixed build cmd-related tests.
  • 1c55b54 new(cmd,pkg): initial work towards build sub cmd.
  • 2d4c242 new: added a publish s3 subcmd, used by build cmd.