Skip to content

Commit

Permalink
docs(plugins): bulk update changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Feb 5, 2025
1 parent d3120a4 commit e56b80d
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 2 deletions.
38 changes: 38 additions & 0 deletions plugins/anomalydetection/CHANGELOG.md
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

9 changes: 9 additions & 0 deletions plugins/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.12.4

* [`9663407`](https://github.com/falcosecurity/plugins/commit/96634075) build(deps): bump github.com/aws/aws-sdk-go-v2 in /plugins/cloudtrail

* [`f6e5098`](https://github.com/falcosecurity/plugins/commit/f6e5098d) update(plugins/cloudtrail): bump to v0.12.3

* [`56c0599`](https://github.com/falcosecurity/plugins/commit/56c0599e) build(deps): bump github.com/invopop/jsonschema in /plugins/cloudtrail


## v0.12.3

* [`fbd9f48`](https://github.com/falcosecurity/plugins/commit/fbd9f483) update(cloudtrail): Update ct.resources handling
Expand Down
3 changes: 2 additions & 1 deletion plugins/dummy_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## dev build (unreleased)

* [`08197b7`](https://github.com/falcosecurity/plugins/commit/08197b74) style(dummy_c): adapt dummy_c to the new clang-format

* [`ee0903e`](https://github.com/falcosecurity/plugins/commit/ee0903e2) new(dummy_c): add a rule file for dummy_c
Expand All @@ -8,7 +10,6 @@

* [`16df816`](https://github.com/falcosecurity/plugins/commit/16df8169) fix(dummy_c): alligned with the dummy go version


## v0.2.2

* [`7c1d7ce`](https://github.com/falcosecurity/plugins/commit/7c1d7ce4) update(plugins/dummy_c): fix target dependencies
Expand Down
11 changes: 11 additions & 0 deletions plugins/gcpaudit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.5.2

* [`1dc00ae`](https://github.com/falcosecurity/plugins/commit/1dc00aea) build(deps): bump google.golang.org/api in /plugins/gcpaudit

* [`06371c1`](https://github.com/falcosecurity/plugins/commit/06371c10) update(plugins/gcpaudit): bump to go 1.22.7

* [`7cfd78b`](https://github.com/falcosecurity/plugins/commit/7cfd78bb) build(deps): bump cloud.google.com/go/pubsub in /plugins/gcpaudit

* [`7e92fd6`](https://github.com/falcosecurity/plugins/commit/7e92fd6e) build(deps): bump golang.org/x/net in /plugins/gcpaudit


## v0.5.1

* [`b9c5f80`](https://github.com/falcosecurity/plugins/commit/b9c5f803) update(gcpaudit): bump to v0.5.1
Expand Down
8 changes: 7 additions & 1 deletion plugins/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## v0.8.1

* [`6c27356`](https://github.com/falcosecurity/plugins/commit/6c27356a) build(deps): bump golang.org/x/oauth2 in /plugins/github

* [`2d52d84`](https://github.com/falcosecurity/plugins/commit/2d52d84d) update(plugins/github): bump to v0.8.1


## v0.8.0

* No code changes

## v0.7.5

Expand Down
11 changes: 11 additions & 0 deletions plugins/k8saudit-aks/CHANGELOG.md
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...

4 changes: 4 additions & 0 deletions plugins/k8saudit-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## dev build (unreleased)

* [`69956e9`](https://github.com/falcosecurity/plugins/commit/69956e93) build(deps): bump github.com/invopop/jsonschema in /plugins/k8saudit-eks

## v0.6.0

* [`26e55fa`](https://github.com/falcosecurity/plugins/commit/26e55fa8) update(k8saudit-eks): upgrade base plugin version
Expand Down
9 changes: 9 additions & 0 deletions plugins/k8saudit-ovh/CHANGELOG.md
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...

4 changes: 4 additions & 0 deletions plugins/k8saudit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## dev build (unreleased)

* [`a383f07`](https://github.com/falcosecurity/plugins/commit/a383f07d) new(plugins/k8saudit): add subject name fields

## v0.11.0

* [`45e716e`](https://github.com/falcosecurity/plugins/commit/45e716e8) update(k8saudit): bump to v0.11
Expand Down
7 changes: 7 additions & 0 deletions plugins/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.4

* [`b53587b`](https://github.com/falcosecurity/plugins/commit/b53587be) update(plugins/kafka): bump to v0.1.4

* [`35ec887`](https://github.com/falcosecurity/plugins/commit/35ec8874) build(deps): bump golang.org/x/crypto in /plugins/kafka


## v0.1.3

* [`2fbea59`](https://github.com/falcosecurity/plugins/commit/2fbea593) update(kafka): bump to v0.1.3
Expand Down

0 comments on commit e56b80d

Please sign in to comment.