diff --git a/plugins/cloudtrail/CHANGELOG.md b/plugins/cloudtrail/CHANGELOG.md index 4197ce1de..cc00fb9e0 100644 --- a/plugins/cloudtrail/CHANGELOG.md +++ b/plugins/cloudtrail/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## dev build (unreleased) + +* [`a214622`](https://github.com/falcosecurity/plugins/commit/a214622) build(deps): bump github.com/aws/aws-lambda-go in /plugins/cloudtrail + ## v0.13.0 * [`ecff28f`](https://github.com/falcosecurity/plugins/commit/ecff28f) update(cloudtrail): bump to v0.13.0 diff --git a/plugins/container/CHANGELOG.md b/plugins/container/CHANGELOG.md index 5600fe2eb..8c8aa7aeb 100644 --- a/plugins/container/CHANGELOG.md +++ b/plugins/container/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v0.3.2 + +* [`92ec4dc`](https://github.com/falcosecurity/plugins/commit/92ec4dc) chore(plugins/container): add a trace log when removing container from procexit. + +* [`6a75982`](https://github.com/falcosecurity/plugins/commit/6a75982) update(plugins/container): bump version to 0.3.2. + +* [`1f8a375`](https://github.com/falcosecurity/plugins/commit/1f8a375) fix(plugins/container): properly cleanup stale container cache entries for ex... + +* [`2f4b632`](https://github.com/falcosecurity/plugins/commit/2f4b632) chore(plugins/container): properly cleanup fetchCh in test. + +* [`1c135e3`](https://github.com/falcosecurity/plugins/commit/1c135e3) chore(plugins/container): let async_ctx own the fetcher channel. + +* [`6e02f91`](https://github.com/falcosecurity/plugins/commit/6e02f91) chore(plugins/container): drop fulfilled TODOs + +* [`e8745cf`](https://github.com/falcosecurity/plugins/commit/e8745cf) chore(plugins/container): introduce and use container_info::ptr_t + +* [`db2b9c9`](https://github.com/falcosecurity/plugins/commit/db2b9c9) chore(plugins/container): headers cleanup + +* [`a7da58c`](https://github.com/falcosecurity/plugins/commit/a7da58c) chore(plugins/container): avoid building unneeded RE-flex targets + +* [`e281227`](https://github.com/falcosecurity/plugins/commit/e281227) fix(container): detect libpod container ids with cgroups mode split + + +## v0.3.1 + +* [`398db32`](https://github.com/falcosecurity/plugins/commit/398db32) new(plugins/container): add test around null healthcheck in container json. + +* [`ab266f5`](https://github.com/falcosecurity/plugins/commit/ab266f5) fix(plugins/container): fix healthcheck probe args retrieval since they can b... + + ## v0.3.0 * [`2b5f8a8`](https://github.com/falcosecurity/plugins/commit/2b5f8a8) update(plugins/container): bump plugin version to 0.3.0 diff --git a/plugins/dummy_c/CHANGELOG.md b/plugins/dummy_c/CHANGELOG.md index 49d36e6b9..10602b89b 100644 --- a/plugins/dummy_c/CHANGELOG.md +++ b/plugins/dummy_c/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## dev build (unreleased) + +* [`08197b7`](https://github.com/falcosecurity/plugins/commit/08197b7) style(dummy_c): adapt dummy_c to the new clang-format + +* [`ee0903e`](https://github.com/falcosecurity/plugins/commit/ee0903e) new(dummy_c): add a rule file for dummy_c + +* [`c4cc4a2`](https://github.com/falcosecurity/plugins/commit/c4cc4a2) plugins(dummy_c): update dummy_c plugin to use the latest sdk + +* [`16df816`](https://github.com/falcosecurity/plugins/commit/16df816) fix(dummy_c): alligned with the dummy go version + ## v0.2.2 * [`7c1d7ce`](https://github.com/falcosecurity/plugins/commit/7c1d7ce) update(plugins/dummy_c): fix target dependencies diff --git a/plugins/gcpaudit/CHANGELOG.md b/plugins/gcpaudit/CHANGELOG.md index d8532ab09..426548b23 100644 --- a/plugins/gcpaudit/CHANGELOG.md +++ b/plugins/gcpaudit/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## dev build (unreleased) + +* [`f39b719`](https://github.com/falcosecurity/plugins/commit/f39b719) build(deps): bump google.golang.org/api in /plugins/gcpaudit + +* [`299d65b`](https://github.com/falcosecurity/plugins/commit/299d65b) build(deps): bump google.golang.org/api in /plugins/gcpaudit + +* [`0e0737e`](https://github.com/falcosecurity/plugins/commit/0e0737e) build(deps): bump google.golang.org/api in /plugins/gcpaudit + ## v0.6.0 * [`898b3cb`](https://github.com/falcosecurity/plugins/commit/898b3cb) build(deps): bump google.golang.org/api in /plugins/gcpaudit diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 93d41cdc0..3be846039 100644 --- a/plugins/github/CHANGELOG.md +++ b/plugins/github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## dev build (unreleased) + +* [`6ac5f75`](https://github.com/falcosecurity/plugins/commit/6ac5f75) build(deps): bump golang.org/x/oauth2 in /plugins/github + +* [`af547e2`](https://github.com/falcosecurity/plugins/commit/af547e2) docs(plugins/github): update readme + ## v0.9.0 * [`d69e701`](https://github.com/falcosecurity/plugins/commit/d69e701) update(github): bump to v0.9.0 diff --git a/plugins/k8saudit-aks/CHANGELOG.md b/plugins/k8saudit-aks/CHANGELOG.md index 14ac61267..2b861e8a9 100644 --- a/plugins/k8saudit-aks/CHANGELOG.md +++ b/plugins/k8saudit-aks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.3.0 + +* [`785bf34`](https://github.com/falcosecurity/plugins/commit/785bf34) update(plugins/k8saudit-aks): bump to v0.3.0 + +* [`00ea9d3`](https://github.com/falcosecurity/plugins/commit/00ea9d3) build(deps): bump golang.org/x/time in /plugins/k8saudit-aks + + ## v0.2.0 * [`2a07283`](https://github.com/falcosecurity/plugins/commit/2a07283) update(plugins/k8saudit-aks): bump to v0.2.0 diff --git a/plugins/k8saudit-eks/CHANGELOG.md b/plugins/k8saudit-eks/CHANGELOG.md index 5e020db30..2dd93afc1 100644 --- a/plugins/k8saudit-eks/CHANGELOG.md +++ b/plugins/k8saudit-eks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.9.0 + +* [`ecadcf8`](https://github.com/falcosecurity/plugins/commit/ecadcf8) update(plugins/k8saudit-eks): bump to v0.9.0 + +* [`fe732fc`](https://github.com/falcosecurity/plugins/commit/fe732fc) build(deps): bump github.com/invopop/jsonschema in /plugins/k8saudit-eks + + ## v0.8.0 * [`a2af2f4`](https://github.com/falcosecurity/plugins/commit/a2af2f4) update(plugins/k8saudit-eks): bump to v0.8.0 diff --git a/plugins/k8saudit-gke/CHANGELOG.md b/plugins/k8saudit-gke/CHANGELOG.md index fcf03f868..48712823a 100644 --- a/plugins/k8saudit-gke/CHANGELOG.md +++ b/plugins/k8saudit-gke/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## dev build (unreleased) + +* [`c8f34c5`](https://github.com/falcosecurity/plugins/commit/c8f34c5) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke + +## v0.6.0 + +* [`8cb2bc8`](https://github.com/falcosecurity/plugins/commit/8cb2bc8) update(plugins/k8saudit-gke): bump to v0.6.0 + +* [`af68b7e`](https://github.com/falcosecurity/plugins/commit/af68b7e) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke + +* [`0cdc099`](https://github.com/falcosecurity/plugins/commit/0cdc099) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke + +* [`576b439`](https://github.com/falcosecurity/plugins/commit/576b439) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke + +* [`5dd873d`](https://github.com/falcosecurity/plugins/commit/5dd873d) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke + + ## v0.5.0 * [`a116c38`](https://github.com/falcosecurity/plugins/commit/a116c38) update(plugins/k8saudit-gke): bump to v0.6.0 diff --git a/plugins/k8saudit-ovh/CHANGELOG.md b/plugins/k8saudit-ovh/CHANGELOG.md index 1f4bdf052..ebe595c7f 100644 --- a/plugins/k8saudit-ovh/CHANGELOG.md +++ b/plugins/k8saudit-ovh/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.3.0 + +* [`2f09a40`](https://github.com/falcosecurity/plugins/commit/2f09a40) update(plugins/k8saudit-ovh): bump to v0.3.0 + + ## v0.2.0 * [`ef1682c`](https://github.com/falcosecurity/plugins/commit/ef1682c) docs(plugins/k8saudit-ovh): add files header diff --git a/plugins/k8saudit/CHANGELOG.md b/plugins/k8saudit/CHANGELOG.md index ed474417c..62dfcb6a2 100644 --- a/plugins/k8saudit/CHANGELOG.md +++ b/plugins/k8saudit/CHANGELOG.md @@ -1,52 +1,57 @@ # Changelog +## dev build (unreleased) + +* [`ba51c07`](https://github.com/falcosecurity/plugins/commit/ba51c07) docs(plugins/k8saudit): changelog for v0.15.0 + +* [`ebf9702`](https://github.com/falcosecurity/plugins/commit/ebf9702) docs(plugins/k8saudit): improve README.md + ## v0.15.0 -* [`d1da1d9`](https://github.com/falcosecurity/plugins/commit/d1da1d9d) docs(plugins/k8saudit): improve README.md +* [`09c0f73`](https://github.com/falcosecurity/plugins/commit/09c0f73) build(deps): bump github.com/falcosecurity/plugins/plugins/k8saudit -* [`09c0f73`](https://github.com/falcosecurity/plugins/commit/09c0f73f) build(deps): bump github.com/falcosecurity/plugins/plugins/k8saudit +* [`e29787d`](https://github.com/falcosecurity/plugins/commit/e29787d) build(deps): bump github.com/falcosecurity/plugins/plugins/k8saudit -* [`e29787d`](https://github.com/falcosecurity/plugins/commit/e29787d1) build(deps): bump github.com/falcosecurity/plugins/plugins/k8saudit +* [`3fcea87`](https://github.com/falcosecurity/plugins/commit/3fcea87) new(k8saudit): add extraction of container command and args from pods -* [`3fcea87`](https://github.com/falcosecurity/plugins/commit/3fcea879) new(k8saudit): add extraction of container command and args from pods ## v0.14.0 -* [`db8f412`](https://github.com/falcosecurity/plugins/commit/db8f4121) chore(k8saudit): update readme with new field +* [`db8f412`](https://github.com/falcosecurity/plugins/commit/db8f412) chore(k8saudit): update readme with new field -* [`03b1df3`](https://github.com/falcosecurity/plugins/commit/03b1df33) update(k8saudit): bump version to 0.14.0 +* [`03b1df3`](https://github.com/falcosecurity/plugins/commit/03b1df3) update(k8saudit): bump version to 0.14.0 -* [`59af3f9`](https://github.com/falcosecurity/plugins/commit/59af3f9a) new(k8saudit): add field for extracting container names from pods +* [`59af3f9`](https://github.com/falcosecurity/plugins/commit/59af3f9) new(k8saudit): add field for extracting container names from pods -* [`e3e4d0c`](https://github.com/falcosecurity/plugins/commit/e3e4d0ca) docs(plugins/k8saudit): update README +* [`e3e4d0c`](https://github.com/falcosecurity/plugins/commit/e3e4d0c) docs(plugins/k8saudit): update README -* [`1b1c65f`](https://github.com/falcosecurity/plugins/commit/1b1c65ff) docs(plugins/k8saudit): update changelog +* [`1b1c65f`](https://github.com/falcosecurity/plugins/commit/1b1c65f) docs(plugins/k8saudit): update changelog ## v0.13.0 -* [`9dcac81`](https://github.com/falcosecurity/plugins/commit/9dcac81d) docs(plugins/k8saudit): update changelog +* [`9dcac81`](https://github.com/falcosecurity/plugins/commit/9dcac81) docs(plugins/k8saudit): update changelog -* [`f046209`](https://github.com/falcosecurity/plugins/commit/f0462099) update(plugins/k8saudit): bump to v0.13.0 +* [`f046209`](https://github.com/falcosecurity/plugins/commit/f046209) update(plugins/k8saudit): bump to v0.13.0 ## v0.12.0 -* [`1da1fc0`](https://github.com/falcosecurity/plugins/commit/1da1fc0d) update(plugins/k8saudit): bump to v0.12.0 +* [`1da1fc0`](https://github.com/falcosecurity/plugins/commit/1da1fc0) update(plugins/k8saudit): bump to v0.12.0 -* [`e5a4c20`](https://github.com/falcosecurity/plugins/commit/e5a4c209) update(plugins/k8saudit): update `required_plugin_versions` in ruleset +* [`e5a4c20`](https://github.com/falcosecurity/plugins/commit/e5a4c20) update(plugins/k8saudit): update `required_plugin_versions` in ruleset -* [`a383f07`](https://github.com/falcosecurity/plugins/commit/a383f07d) new(plugins/k8saudit): add subject name fields +* [`a383f07`](https://github.com/falcosecurity/plugins/commit/a383f07) new(plugins/k8saudit): add subject name fields ## v0.11.0 -* [`45e716e`](https://github.com/falcosecurity/plugins/commit/45e716e8) update(k8saudit): bump to v0.11 +* [`45e716e`](https://github.com/falcosecurity/plugins/commit/45e716e) update(k8saudit): bump to v0.11 ## v0.10.1 -* [`56e3a81`](https://github.com/falcosecurity/plugins/commit/56e3a810) update(plugins/k8saudit): upgrade sdk and deps +* [`56e3a81`](https://github.com/falcosecurity/plugins/commit/56e3a81) update(plugins/k8saudit): upgrade sdk and deps ## v0.10.0-rc1 @@ -54,33 +59,33 @@ ## v0.10.0 -* [`5e23552`](https://github.com/falcosecurity/plugins/commit/5e235527) chore(plugins/k8saudit): use rc tag +* [`5e23552`](https://github.com/falcosecurity/plugins/commit/5e23552) chore(plugins/k8saudit): use rc tag -* [`ab63a13`](https://github.com/falcosecurity/plugins/commit/ab63a13b) feat(plugins/k8saudit): extract pod name +* [`ab63a13`](https://github.com/falcosecurity/plugins/commit/ab63a13) feat(plugins/k8saudit): extract pod name -* [`31c2f53`](https://github.com/falcosecurity/plugins/commit/31c2f535) feat(plugins/k8saudit): extract cluster name +* [`31c2f53`](https://github.com/falcosecurity/plugins/commit/31c2f53) feat(plugins/k8saudit): extract cluster name ## v0.9.0 -* [`42fcdae`](https://github.com/falcosecurity/plugins/commit/42fcdae9) chore(plugins/k8saudit): bump plugin version to 0.9.0 +* [`42fcdae`](https://github.com/falcosecurity/plugins/commit/42fcdae) chore(plugins/k8saudit): bump plugin version to 0.9.0 -* [`472fd1f`](https://github.com/falcosecurity/plugins/commit/472fd1fc) fix(plugins/k8saudit/rules): split rbac rules by individual rbac object +* [`472fd1f`](https://github.com/falcosecurity/plugins/commit/472fd1f) fix(plugins/k8saudit/rules): split rbac rules by individual rbac object ## v0.8.0 -* [`4a3da48`](https://github.com/falcosecurity/plugins/commit/4a3da484) chore(k8saudit): bump version to 0.8.0 to release rule changes +* [`4a3da48`](https://github.com/falcosecurity/plugins/commit/4a3da48) chore(k8saudit): bump version to 0.8.0 to release rule changes -* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f229) update(plugins/k8s_audit): rename more falco_ lists +* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f22) update(plugins/k8s_audit): rename more falco_ lists -* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a813) update(plugins/k8s_audit): k8s_* -> k8s_audit_* +* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a81) update(plugins/k8s_audit): k8s_* -> k8s_audit_* -* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a2757) cleanup(plugins/k8s_audit): make the rulesefile self-referenced +* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a275) cleanup(plugins/k8s_audit): make the rulesefile self-referenced -* [`ef07168`](https://github.com/falcosecurity/plugins/commit/ef071688) chore(k8saudit): add k8saudit-gke as plugin alternative +* [`ef07168`](https://github.com/falcosecurity/plugins/commit/ef07168) chore(k8saudit): add k8saudit-gke as plugin alternative -* [`0c21c8a`](https://github.com/falcosecurity/plugins/commit/0c21c8a5) update(k8saudit/docs): add k8s configuration files +* [`0c21c8a`](https://github.com/falcosecurity/plugins/commit/0c21c8a) update(k8saudit/docs): add k8s configuration files ## v0.7.0 @@ -91,12 +96,12 @@ ## v0.6.0 -* [`0c6922e`](https://github.com/falcosecurity/plugins/commit/0c6922e3) feat(plugins/k8saudit): include query params in health check endpoint exceptions +* [`0c6922e`](https://github.com/falcosecurity/plugins/commit/0c6922e) feat(plugins/k8saudit): include query params in health check endpoint exceptions ## v0.5.3 -* [`8949655`](https://github.com/falcosecurity/plugins/commit/89496553) fix(plugins/k8saudit): fix dependencies in ruleset +* [`8949655`](https://github.com/falcosecurity/plugins/commit/8949655) fix(plugins/k8saudit): fix dependencies in ruleset ## v0.5.2 @@ -104,123 +109,123 @@ ## v0.5.1 -* [`8ce5b5b`](https://github.com/falcosecurity/plugins/commit/8ce5b5b3) feature(plugins/k8saudit/rules): Add two additional users to eks_allowed_k8s_... +* [`8ce5b5b`](https://github.com/falcosecurity/plugins/commit/8ce5b5b) feature(plugins/k8saudit/rules): Add two additional users to eks_allowed_k8s_... ## v0.5.0 -* [`9e623ef`](https://github.com/falcosecurity/plugins/commit/9e623ef4) update(plugins/k8saudit): bump plugin version to v0.5.0 +* [`9e623ef`](https://github.com/falcosecurity/plugins/commit/9e623ef) update(plugins/k8saudit): bump plugin version to v0.5.0 -* [`a2989d1`](https://github.com/falcosecurity/plugins/commit/a2989d11) fix(plugin/k8saudit): Add missing comma +* [`a2989d1`](https://github.com/falcosecurity/plugins/commit/a2989d1) fix(plugin/k8saudit): Add missing comma -* [`9a5d083`](https://github.com/falcosecurity/plugins/commit/9a5d0833) update(rules/k8saudit): bump required_plugins_versions for k8saudit rules +* [`9a5d083`](https://github.com/falcosecurity/plugins/commit/9a5d083) update(rules/k8saudit): bump required_plugins_versions for k8saudit rules -* [`0809a56`](https://github.com/falcosecurity/plugins/commit/0809a56b) fix(plugins/k8saudit): prevent panics while shutting down webserver +* [`0809a56`](https://github.com/falcosecurity/plugins/commit/0809a56) fix(plugins/k8saudit): prevent panics while shutting down webserver ## v0.4.1 -* [`f4dcac2`](https://github.com/falcosecurity/plugins/commit/f4dcac29) update(plugins/k8saudit): bump version to 0.4.1 for patched ruleset +* [`f4dcac2`](https://github.com/falcosecurity/plugins/commit/f4dcac2) update(plugins/k8saudit): bump version to 0.4.1 for patched ruleset -* [`c83fb72`](https://github.com/falcosecurity/plugins/commit/c83fb72b) update(plugins/k8saudit): update ruleset to support k8saudit-eks alternative ... +* [`c83fb72`](https://github.com/falcosecurity/plugins/commit/c83fb72) update(plugins/k8saudit): update ruleset to support k8saudit-eks alternative ... ## v0.4.0 -* [`f4315ff`](https://github.com/falcosecurity/plugins/commit/f4315ffa) update(plugins/k8saudit): bump plugin version to v0.4.0 +* [`f4315ff`](https://github.com/falcosecurity/plugins/commit/f4315ff) update(plugins/k8saudit): bump plugin version to v0.4.0 -* [`256c669`](https://github.com/falcosecurity/plugins/commit/256c669e) docs(k8saudit): update README.md +* [`256c669`](https://github.com/falcosecurity/plugins/commit/256c669) docs(k8saudit): update README.md -* [`3ff5e94`](https://github.com/falcosecurity/plugins/commit/3ff5e94c) update(plugins/k8saudit): bumo plugin version to 0.4.0-rc1 +* [`3ff5e94`](https://github.com/falcosecurity/plugins/commit/3ff5e94) update(plugins/k8saudit): bumo plugin version to 0.4.0-rc1 -* [`84f3061`](https://github.com/falcosecurity/plugins/commit/84f30619) feature(plugins/k8saudit/rules): Add ka.target.resource to each rule as defau... +* [`84f3061`](https://github.com/falcosecurity/plugins/commit/84f3061) feature(plugins/k8saudit/rules): Add ka.target.resource to each rule as defau... -* [`f90c4f6`](https://github.com/falcosecurity/plugins/commit/f90c4f68) update(plugins/k8saudit): fix makefile cleanup +* [`f90c4f6`](https://github.com/falcosecurity/plugins/commit/f90c4f6) update(plugins/k8saudit): fix makefile cleanup ## v0.3.0 -* [`df79bbf`](https://github.com/falcosecurity/plugins/commit/df79bbf9) update(plugins/k8saudit): bump version to 0.3.0 +* [`df79bbf`](https://github.com/falcosecurity/plugins/commit/df79bbf) update(plugins/k8saudit): bump version to 0.3.0 -* [`37ca72b`](https://github.com/falcosecurity/plugins/commit/37ca72ba) refactor(plugins/k8saudit): implement k8saudit event source using prebuilts f... +* [`37ca72b`](https://github.com/falcosecurity/plugins/commit/37ca72b) refactor(plugins/k8saudit): implement k8saudit event source using prebuilts f... ## v0.2.1 -* [`6c920da`](https://github.com/falcosecurity/plugins/commit/6c920da5) update(plugins/k8saudit): bump plugin version to 0.2.1 +* [`6c920da`](https://github.com/falcosecurity/plugins/commit/6c920da) update(plugins/k8saudit): bump plugin version to 0.2.1 -* [`a9b4988`](https://github.com/falcosecurity/plugins/commit/a9b4988d) fix(plugins/k8saudit): return non-nil error from NextBatch with closed channel +* [`a9b4988`](https://github.com/falcosecurity/plugins/commit/a9b4988) fix(plugins/k8saudit): return non-nil error from NextBatch with closed channel ## v0.2.0 -* [`a30cfaa`](https://github.com/falcosecurity/plugins/commit/a30cfaaa) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0 +* [`a30cfaa`](https://github.com/falcosecurity/plugins/commit/a30cfaa) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0 -* [`4257d88`](https://github.com/falcosecurity/plugins/commit/4257d88d) update(plugins/k8saudit): add new config entries to readme +* [`4257d88`](https://github.com/falcosecurity/plugins/commit/4257d88) update(plugins/k8saudit): add new config entries to readme -* [`9384788`](https://github.com/falcosecurity/plugins/commit/93847884) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0 +* [`9384788`](https://github.com/falcosecurity/plugins/commit/9384788) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0 -* [`43b7eb6`](https://github.com/falcosecurity/plugins/commit/43b7eb6a) fix(plugins/k8saudit): drop events larger than max evt size +* [`43b7eb6`](https://github.com/falcosecurity/plugins/commit/43b7eb6) fix(plugins/k8saudit): drop events larger than max evt size -* [`b4b22f1`](https://github.com/falcosecurity/plugins/commit/b4b22f13) refactor(plugins/k8saudit): make evt size and batch size configurable with of... +* [`b4b22f1`](https://github.com/falcosecurity/plugins/commit/b4b22f1) refactor(plugins/k8saudit): make evt size and batch size configurable with of... -* [`91cc17b`](https://github.com/falcosecurity/plugins/commit/91cc17b4) refactor(plugins/k8saudit): bump sdk go version +* [`91cc17b`](https://github.com/falcosecurity/plugins/commit/91cc17b) refactor(plugins/k8saudit): bump sdk go version -* [`5fc7655`](https://github.com/falcosecurity/plugins/commit/5fc76555) chore(plugins/k8saudit): update maxEventBytes default value +* [`5fc7655`](https://github.com/falcosecurity/plugins/commit/5fc7655) chore(plugins/k8saudit): update maxEventBytes default value -* [`eb3e49d`](https://github.com/falcosecurity/plugins/commit/eb3e49d9) chore(plugins/k8saudit): use logging for bad requests +* [`eb3e49d`](https://github.com/falcosecurity/plugins/commit/eb3e49d) chore(plugins/k8saudit): use logging for bad requests -* [`972ac41`](https://github.com/falcosecurity/plugins/commit/972ac410) fix(plugins/k8saudit): correctly parse and respond for http requests +* [`972ac41`](https://github.com/falcosecurity/plugins/commit/972ac41) fix(plugins/k8saudit): correctly parse and respond for http requests -* [`bf0cce1`](https://github.com/falcosecurity/plugins/commit/bf0cce10) fix(plugins/k8saudit): make corrupted jsons non-blocking +* [`bf0cce1`](https://github.com/falcosecurity/plugins/commit/bf0cce1) fix(plugins/k8saudit): make corrupted jsons non-blocking -* [`fc2a956`](https://github.com/falcosecurity/plugins/commit/fc2a956d) new(plugins/k8saudit): add internal plugin logger +* [`fc2a956`](https://github.com/falcosecurity/plugins/commit/fc2a956) new(plugins/k8saudit): add internal plugin logger -* [`177b232`](https://github.com/falcosecurity/plugins/commit/177b2328) chore(plugins/k8saudit): export plugin config field +* [`177b232`](https://github.com/falcosecurity/plugins/commit/177b232) chore(plugins/k8saudit): export plugin config field -* [`122bed3`](https://github.com/falcosecurity/plugins/commit/122bed39) new(plugins/k8saudit): make async extraction part of init config +* [`122bed3`](https://github.com/falcosecurity/plugins/commit/122bed3) new(plugins/k8saudit): make async extraction part of init config ## v0.1.0 -* [`12a4c24`](https://github.com/falcosecurity/plugins/commit/12a4c246) refactor(plugins/k8saudit): properly handle open params prefix +* [`12a4c24`](https://github.com/falcosecurity/plugins/commit/12a4c24) refactor(plugins/k8saudit): properly handle open params prefix -* [`921535f`](https://github.com/falcosecurity/plugins/commit/921535fd) fix(plugins/k8saudit): fix webserver host resolution +* [`921535f`](https://github.com/falcosecurity/plugins/commit/921535f) fix(plugins/k8saudit): fix webserver host resolution -* [`ea894aa`](https://github.com/falcosecurity/plugins/commit/ea894aa3) docs(plugins/k8saudit): add readme +* [`ea894aa`](https://github.com/falcosecurity/plugins/commit/ea894aa) docs(plugins/k8saudit): add readme -* [`1084e52`](https://github.com/falcosecurity/plugins/commit/1084e528) fix(plugins/k8saudit): fix extraction of ka.req.pod.volumes.volume_type +* [`1084e52`](https://github.com/falcosecurity/plugins/commit/1084e52) fix(plugins/k8saudit): fix extraction of ka.req.pod.volumes.volume_type -* [`b0a7177`](https://github.com/falcosecurity/plugins/commit/b0a71778) update(plugins/k8saudit): change default config values +* [`b0a7177`](https://github.com/falcosecurity/plugins/commit/b0a7177) update(plugins/k8saudit): change default config values -* [`a55436f`](https://github.com/falcosecurity/plugins/commit/a55436f3) update(plugins/k8saudit): open filepath by default if prefix is unknown +* [`a55436f`](https://github.com/falcosecurity/plugins/commit/a55436f) update(plugins/k8saudit): open filepath by default if prefix is unknown -* [`7386f82`](https://github.com/falcosecurity/plugins/commit/7386f825) refactor(plugins/k8saudit): create package directory +* [`7386f82`](https://github.com/falcosecurity/plugins/commit/7386f82) refactor(plugins/k8saudit): create package directory -* [`bf61ca8`](https://github.com/falcosecurity/plugins/commit/bf61ca87) chore(k8saudit): move ruleset to plugin folder +* [`bf61ca8`](https://github.com/falcosecurity/plugins/commit/bf61ca8) chore(k8saudit): move ruleset to plugin folder -* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b922) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... +* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b92) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... -* [`d2cfa30`](https://github.com/falcosecurity/plugins/commit/d2cfa302) refactor(plugins/k8saudit): do not return on missing field values +* [`d2cfa30`](https://github.com/falcosecurity/plugins/commit/d2cfa30) refactor(plugins/k8saudit): do not return on missing field values -* [`e2ad7d1`](https://github.com/falcosecurity/plugins/commit/e2ad7d11) refactor(plugins/k8saudit): allow non-blocking null values and place lik... +* [`e2ad7d1`](https://github.com/falcosecurity/plugins/commit/e2ad7d1) refactor(plugins/k8saudit): allow non-blocking null values and place lik... -* [`e759462`](https://github.com/falcosecurity/plugins/commit/e759462c) refactor(plugins/k8saudit): implement recursive json exploration and simplify... +* [`e759462`](https://github.com/falcosecurity/plugins/commit/e759462) refactor(plugins/k8saudit): implement recursive json exploration and simplify... -* [`d8f9194`](https://github.com/falcosecurity/plugins/commit/d8f91944) refactor(plugins/k8saudit): remove unused u64 extraction logic +* [`d8f9194`](https://github.com/falcosecurity/plugins/commit/d8f9194) refactor(plugins/k8saudit): remove unused u64 extraction logic -* [`16a1955`](https://github.com/falcosecurity/plugins/commit/16a1955f) test(plugins/k8saudit): add k8saudit extractor rough benchmark +* [`16a1955`](https://github.com/falcosecurity/plugins/commit/16a1955) test(plugins/k8saudit): add k8saudit extractor rough benchmark -* [`d709cd5`](https://github.com/falcosecurity/plugins/commit/d709cd5d) fix(plugins/k8saudit): fix typo that caused null ptr error +* [`d709cd5`](https://github.com/falcosecurity/plugins/commit/d709cd5) fix(plugins/k8saudit): fix typo that caused null ptr error -* [`f205356`](https://github.com/falcosecurity/plugins/commit/f205356a) update(plugins/k8saudit): reject unrelated JSON from extraction and add webse... +* [`f205356`](https://github.com/falcosecurity/plugins/commit/f205356) update(plugins/k8saudit): reject unrelated JSON from extraction and add webse... -* [`5e9826c`](https://github.com/falcosecurity/plugins/commit/5e9826c9) refactor(plugins/k8saudit): use a default event timeout +* [`5e9826c`](https://github.com/falcosecurity/plugins/commit/5e9826c) refactor(plugins/k8saudit): use a default event timeout -* [`41effdd`](https://github.com/falcosecurity/plugins/commit/41effdd6) refactor(plugins/k8saudit): bump plugin sdk go version and adapt field arg de... +* [`41effdd`](https://github.com/falcosecurity/plugins/commit/41effdd) refactor(plugins/k8saudit): bump plugin sdk go version and adapt field arg de... -* [`b93d09e`](https://github.com/falcosecurity/plugins/commit/b93d09e3) update(plugins/k8saudit): improve error handling and resource disposal +* [`b93d09e`](https://github.com/falcosecurity/plugins/commit/b93d09e) update(plugins/k8saudit): improve error handling and resource disposal -* [`059e0d0`](https://github.com/falcosecurity/plugins/commit/059e0d0d) new(plugins/k8saudit): initial implementation of K8S audit plugin +* [`059e0d0`](https://github.com/falcosecurity/plugins/commit/059e0d0) new(plugins/k8saudit): initial implementation of K8S audit plugin diff --git a/plugins/kafka/CHANGELOG.md b/plugins/kafka/CHANGELOG.md index 6f8a485bc..642be652b 100644 --- a/plugins/kafka/CHANGELOG.md +++ b/plugins/kafka/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## dev build (unreleased) + +* [`81b7e1d`](https://github.com/falcosecurity/plugins/commit/81b7e1d) build(deps): bump github.com/testcontainers/testcontainers-go/modules/kafka + +* [`5875b85`](https://github.com/falcosecurity/plugins/commit/5875b85) build(deps): bump github.com/testcontainers/testcontainers-go/modules/kafka + +* [`471dd90`](https://github.com/falcosecurity/plugins/commit/471dd90) update(plugins/kafka): upgrade deps + +* [`6d5a24e`](https://github.com/falcosecurity/plugins/commit/6d5a24e) build(deps): bump github.com/testcontainers/testcontainers-go/modules/kafka + ## v0.1.4 * [`b53587b`](https://github.com/falcosecurity/plugins/commit/b53587b) update(plugins/kafka): bump to v0.1.4 diff --git a/plugins/krsi/CHANGELOG.md b/plugins/krsi/CHANGELOG.md index ae5e68a8a..e3244a0c1 100644 --- a/plugins/krsi/CHANGELOG.md +++ b/plugins/krsi/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## dev build (unreleased) + +* [`8d44358`](https://github.com/falcosecurity/plugins/commit/8d44358) build(plugins/krsi): bump `cargo_metadata` from 0.19.0 to 0.20.0 + +* [`d4e8eb2`](https://github.com/falcosecurity/plugins/commit/d4e8eb2) feat(plugins/krsi): add initial `renameat` parsing/extraction support + +* [`9fd1d28`](https://github.com/falcosecurity/plugins/commit/9fd1d28) refactor(plugins/krsi): remove redundant parts and rephrase README.md + +* [`56ec9a8`](https://github.com/falcosecurity/plugins/commit/56ec9a8) refactor(plugins/krsi): rename example file as `example_rules.yaml` + +* [`c358225`](https://github.com/falcosecurity/plugins/commit/c358225) refactor(plugins/krsi/krsi): split event parsing into dedicated funcs + +* [`b56ce0a`](https://github.com/falcosecurity/plugins/commit/b56ce0a) refactor(plugins/krsi/krsi): fix extracted field desc formatting + +* [`400cdcb`](https://github.com/falcosecurity/plugins/commit/400cdcb) fix(plugins/krsi): properly handle `auxbuf` writing errors + +* [`53ba10d`](https://github.com/falcosecurity/plugins/commit/53ba10d) refactor(plugins/krsi): remove `auxbuf` unsafe code using `zerocopy` + +* [`54c8287`](https://github.com/falcosecurity/plugins/commit/54c8287) fix(plugins/krsi): use safe ring buffer events parsing logic + +* [`2e7dff5`](https://github.com/falcosecurity/plugins/commit/2e7dff5) refactor(plugins/krsi/krsi): use macros for field extraction + +* [`e53b45e`](https://github.com/falcosecurity/plugins/commit/e53b45e) docs(plugins/krsi): add `ekoops` as maintainer + +* [`f91ed60`](https://github.com/falcosecurity/plugins/commit/f91ed60) feat(plugins/krsi): add `protocol` field extraction support + +* [`ae39190`](https://github.com/falcosecurity/plugins/commit/ae39190) build(deps): bump tokio from 1.44.0 to 1.44.2 in /plugins/krsi + ## v0.1.0 * [`28618ac`](https://github.com/falcosecurity/plugins/commit/28618ac) fix(plugins/krsi): fix plugin version