-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(plugins): bulk update changelogs
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
- Loading branch information
Showing
10 changed files
with
102 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## dev build (unreleased) | ||
|
||
* [`406c517`](https://github.com/falcosecurity/plugins/commit/406c5177) update(anomalydetection): tweak inits when count_min_sketch disabled + better... | ||
|
||
* [`cb0fdb1`](https://github.com/falcosecurity/plugins/commit/cb0fdb14) update(anomalydetection): update documentation | ||
|
||
* [`79c085e`](https://github.com/falcosecurity/plugins/commit/79c085e4) update(anomalydetection): helper new filtercheck / output field anomaly.falco... | ||
|
||
* [`489ef6d`](https://github.com/falcosecurity/plugins/commit/489ef6d7) update(anomalydetection): ability to reset data structures w/ timers | ||
|
||
* [`d4e72b8`](https://github.com/falcosecurity/plugins/commit/d4e72b87) update(anomalydetection): more usage safeguards and info log messages | ||
|
||
* [`23bf05e`](https://github.com/falcosecurity/plugins/commit/23bf05ee) update(anomalydetection): add some fallbacks / evt param extraction in cases ... | ||
|
||
* [`1e8052c`](https://github.com/falcosecurity/plugins/commit/1e8052c8) update(anomalydetection): add some custom behavior profile short-cut fields o... | ||
|
||
* [`6a448c2`](https://github.com/falcosecurity/plugins/commit/6a448c2e) update(anomalydetection): add MutexGuard (adopted from libs) to sketches data... | ||
|
||
* [`f720e4a`](https://github.com/falcosecurity/plugins/commit/f720e4ac) update(anomalydetection): finish currently supported behavior profile filterc... | ||
|
||
* [`14a58d3`](https://github.com/falcosecurity/plugins/commit/14a58d32) update(anomalydetection): add lastevent_fd + enhance robustness / tests + sta... | ||
|
||
* [`27747eb`](https://github.com/falcosecurity/plugins/commit/27747ebf) update(anomalydetection): unit tests for proc lineage + add filterchecks 1/n | ||
|
||
* [`fa2c05e`](https://github.com/falcosecurity/plugins/commit/fa2c05e8) update(anomalydetection): populate info for proc args | ||
|
||
* [`faf6636`](https://github.com/falcosecurity/plugins/commit/faf66360) update(anomalydetection): sync plugin to latest SDK changes | ||
|
||
* [`6a834a3`](https://github.com/falcosecurity/plugins/commit/6a834a36) new(anomalydetection): init config + start behavior profile extraction | ||
|
||
* [`73c11bd`](https://github.com/falcosecurity/plugins/commit/73c11bd3) new(anomalydetection): start unit tests + bump libs and sdk | ||
|
||
* [`f778922`](https://github.com/falcosecurity/plugins/commit/f7789221) cleanup(anomalydetection): cms class updates | ||
|
||
* [`6b89390`](https://github.com/falcosecurity/plugins/commit/6b893902) new(anomalydetection): init plugin / start dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# Changelog | ||
|
||
## dev build (unreleased) | ||
|
||
* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f229) update(plugins/k8s_audit): rename more falco_ lists | ||
|
||
* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a813) update(plugins/k8s_audit): k8s_* -> k8s_audit_* | ||
|
||
* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a2757) cleanup(plugins/k8s_audit): make the rulesefile self-referenced | ||
|
||
* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b922) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Changelog | ||
|
||
## dev build (unreleased) | ||
|
||
* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f229) update(plugins/k8s_audit): rename more falco_ lists | ||
|
||
* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a813) update(plugins/k8s_audit): k8s_* -> k8s_audit_* | ||
|
||
* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a2757) cleanup(plugins/k8s_audit): make the rulesefile self-referenced | ||
|
||
* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b922) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters