Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions plugins/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.13.0

* [`ecff28f`](https://github.com/falcosecurity/plugins/commit/ecff28f8) update(cloudtrail): bump to v0.13.0

* [`ce4e3fc`](https://github.com/falcosecurity/plugins/commit/ce4e3fcf) build(deps): bump github.com/aws/aws-lambda-go in /plugins/cloudtrail

* [`65c9973`](https://github.com/falcosecurity/plugins/commit/65c9973a) chore(cloudtrail): allow SQSOwnerAccount parameter

* [`ba252e3`](https://github.com/falcosecurity/plugins/commit/ba252e31) update(plugins/cloudtrail): upgrade deps


## v0.12.5

* [`f2fe57d`](https://github.com/falcosecurity/plugins/commit/f2fe57d1) update(plugins/cloudtrail): support pre-ControlTower organization trails

* [`2ea1083`](https://github.com/falcosecurity/plugins/commit/2ea10833) update(plugins/cloudtrail): upgrade direct deps


## v0.12.4

* [`9663407`](https://github.com/falcosecurity/plugins/commit/96634075) build(deps): bump github.com/aws/aws-sdk-go-v2 in /plugins/cloudtrail
Expand Down
36 changes: 36 additions & 0 deletions plugins/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# Changelog

## v0.2.1

* [`7fef864`](https://github.com/falcosecurity/plugins/commit/7fef864e) new(plugins/container): suggest more output fields.

* [`b8140c8`](https://github.com/falcosecurity/plugins/commit/b8140c8a) chore(plugins/container): bump version to 0.2.1.

* [`c122ed4`](https://github.com/falcosecurity/plugins/commit/c122ed40) chore(plugins/container): make ASYNC cap resilient to multiple calls.

* [`e25a1f8`](https://github.com/falcosecurity/plugins/commit/e25a1f8a) cleanup(plugins/container): drop `async_ctx` static variable.


## v0.2.0

* [`0d595a2`](https://github.com/falcosecurity/plugins/commit/0d595a22) new(plugins/container): added fetcher tests.

* [`89712a5`](https://github.com/falcosecurity/plugins/commit/89712a55) fix(plugin/container): avoid overwriting host container info when loading pre...

* [`ff332cb`](https://github.com/falcosecurity/plugins/commit/ff332cb3) fix(plugins/container): fixed CRI listing filter.

* [`5b374f7`](https://github.com/falcosecurity/plugins/commit/5b374f75) new(plugins/container): immediately enrich plugin cache with pre-existing con...

* [`ca2c560`](https://github.com/falcosecurity/plugins/commit/ca2c5606) new(plugins/container): print a debug log with all connected engine sockets.

* [`d6e6c6e`](https://github.com/falcosecurity/plugins/commit/d6e6c6ee) chore(plugins/container): broaden exceptions management.

* [`e318e18`](https://github.com/falcosecurity/plugins/commit/e318e182) chore(plugins/container): bump container plugin to 0.2.0.

* [`d81c8c5`](https://github.com/falcosecurity/plugins/commit/d81c8c50) fix(plugins/container): fixed config tests.

* [`911e33d`](https://github.com/falcosecurity/plugins/commit/911e33d8) chore(plugins/container): updated readme.

* [`adec84a`](https://github.com/falcosecurity/plugins/commit/adec84aa) new(plugins/container): allow to specify which hook to be attached between {"...


## v0.1.0


8 changes: 4 additions & 4 deletions plugins/dummy_rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The event source for dummy events is `dummy_rs`.
Here is the current set of supported fields:

<!-- README-PLUGIN-FIELDS -->
| NAME | TYPE | ARG | DESCRIPTION |
|-------------------|----------|-----------------|-------------------------------------------------------------------------|
| `dummy.value` | `uint64` | None | The sample value in the event |
| `dummy.strvalue` | `string` | None | The sample value in the event, as a string |
| NAME | TYPE | ARG | DESCRIPTION |
|------------------|----------|------|--------------------------------------------|
| `dummy.value` | `uint64` | None | The sample value in the event |
| `dummy.strvalue` | `string` | None | The sample value in the event, as a string |
<!-- /README-PLUGIN-FIELDS -->

## Configuration
Expand Down
2 changes: 2 additions & 0 deletions plugins/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ All of the webhooks are deleted when the plugin event source gets closed (i.e. w
| `github.collaborator.role` | `string` | None | The member name for message that add or remove users. |
| `github.webhook.id` | `string` | None | When a new webhook has been created, the webhook id. |
| `github.webhook.type` | `string` | None | When a new webhook has been created, the webhook type, e.g. 'repository'. |
| `github.commit.added` | `string` | None | Comma separated list of files that have been added. |
| `github.commit.modified` | `string` | None | Comma separated list of files that have been modified. |
| `github.commit.removed` | `string` | None | Comma separated list of files that have been removed. |
| `github.diff.has_secrets` | `string` | None | For push messages, 'true' if the diff of one of the commits contains a secret. |
| `github.diff.committed_secrets.desc` | `string` | None | For push messages, if one of the commits includes one or more secrets (AWS keys, github tokens...), this field contains the description of each of the committed secrets, as a comma separated list. |
| `github.diff.committed_secrets.files` | `string` | None | For push messages, if one of the commits includes one or more secrets (AWS keys, github tokens...), this field contains the names of the files in which each of the secrets was committed, as a comma separated list. |
Expand Down
23 changes: 23 additions & 0 deletions plugins/k8smeta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.3.0-rc1

* [`3f714b9`](https://github.com/falcosecurity/plugins/commit/3f714b93) chore(k8smeta): bump k8smeta version to 0.3.0-rc1

* [`ab18fe1`](https://github.com/falcosecurity/plugins/commit/ab18fe15) fix(plugins/k8smeta): fixed newlines at end of files.

* [`c3b79f5`](https://github.com/falcosecurity/plugins/commit/c3b79f55) fix(plugins/k8smeta): fixed `CLONE_FORK_TEST` tests.

* [`0333042`](https://github.com/falcosecurity/plugins/commit/03330429) fix(plugins/k8smeta): write pod_uid using correct thread_entry.

* [`ec5d855`](https://github.com/falcosecurity/plugins/commit/ec5d8553) chore(plugins/k8smeta): broaden exception mgmt.

* [`4c41b39`](https://github.com/falcosecurity/plugins/commit/4c41b391) fix(plugins/k8smeta): fixed a couple of tests.

* [`d8fd49f`](https://github.com/falcosecurity/plugins/commit/d8fd49fe) chore(plugins/k8smeta): bump libs to 0.20.0.

* [`41d2b39`](https://github.com/falcosecurity/plugins/commit/41d2b399) chore(plugins/k8smeta): update README.

* [`e10eef7`](https://github.com/falcosecurity/plugins/commit/e10eef70) chore(plugins/k8smeta): apply formatting.

* [`67c4870`](https://github.com/falcosecurity/plugins/commit/67c48705) new(plugins/k8smeta): update k8smeta plugin to require plugin API version 3.9.0.


## v0.2.1

* [`aceb2c2`](https://github.com/falcosecurity/plugins/commit/aceb2c2f) chore(k8smeta): bump k8smeta version to 0.2.1
Expand Down
23 changes: 23 additions & 0 deletions plugins/krsi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## v0.1.0

* [`28618ac`](https://github.com/falcosecurity/plugins/commit/28618ac2) fix(plugins/krsi): fix plugin version

* [`d09985d`](https://github.com/falcosecurity/plugins/commit/d09985d5) fix(plugins/krsi): correct multi-arch char type handling

* [`40f892b`](https://github.com/falcosecurity/plugins/commit/40f892bf) fix(plugins/krsi): correct makefile

* [`70562d8`](https://github.com/falcosecurity/plugins/commit/70562d85) new(krsi): add registry entry

* [`6da6129`](https://github.com/falcosecurity/plugins/commit/6da61290) cleanup(krsi): add license text, remove leftover

* [`2b5e4c5`](https://github.com/falcosecurity/plugins/commit/2b5e4c5d) feat(krsi): add connect operation and thread fields support

* [`d245d66`](https://github.com/falcosecurity/plugins/commit/d245d66c) refactor(krsi): cleanup

* [`75cc932`](https://github.com/falcosecurity/plugins/commit/75cc932f) feat(krsi): populate fd table

* [`8ff297c`](https://github.com/falcosecurity/plugins/commit/8ff297c8) feat(krsi): add extractor fields


Loading