Releases: falcosecurity/dbg-go
Releases · falcosecurity/dbg-go
v0.11.1
v0.11.0
v0.10.0
v0.9.0
Changelog
- 8fae0b7 chore(build): use GOEXPERIMENT=loopvar in tests.
- a689ae7 chore: added pull request github template.
- 0014a30 chore: enforce GOEXPERIMENT=loopvar in builds and goreleaser.
- f5cc87f chore: renamed fededp to falcosecurity.
- 30f86ea chore: update OWNERS and README to get ready for falcosecurity donation.
- 44091fc fix(docs): updated README badge and links.
- 5c78c81 fix(pkg/build): fixed flaky test.
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
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.