Skip to content

Commit abe12da

Browse files
leogrpoiana
authored andcommitted
docs(plugins): bulk changelogs update
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
1 parent af547e2 commit abe12da

File tree

4 files changed

+100
-0
lines changed

4 files changed

+100
-0
lines changed

plugins/cloudtrail/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.13.0
4+
5+
* [`ecff28f`](https://github.com/falcosecurity/plugins/commit/ecff28f8) update(cloudtrail): bump to v0.13.0
6+
7+
* [`ce4e3fc`](https://github.com/falcosecurity/plugins/commit/ce4e3fcf) build(deps): bump github.com/aws/aws-lambda-go in /plugins/cloudtrail
8+
9+
* [`65c9973`](https://github.com/falcosecurity/plugins/commit/65c9973a) chore(cloudtrail): allow SQSOwnerAccount parameter
10+
11+
* [`ba252e3`](https://github.com/falcosecurity/plugins/commit/ba252e31) update(plugins/cloudtrail): upgrade deps
12+
13+
14+
## v0.12.5
15+
16+
* [`f2fe57d`](https://github.com/falcosecurity/plugins/commit/f2fe57d1) update(plugins/cloudtrail): support pre-ControlTower organization trails
17+
18+
* [`2ea1083`](https://github.com/falcosecurity/plugins/commit/2ea10833) update(plugins/cloudtrail): upgrade direct deps
19+
20+
321
## v0.12.4
422

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

plugins/container/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
11
# Changelog
22

3+
## v0.2.1
4+
5+
* [`7fef864`](https://github.com/falcosecurity/plugins/commit/7fef864e) new(plugins/container): suggest more output fields.
6+
7+
* [`b8140c8`](https://github.com/falcosecurity/plugins/commit/b8140c8a) chore(plugins/container): bump version to 0.2.1.
8+
9+
* [`c122ed4`](https://github.com/falcosecurity/plugins/commit/c122ed40) chore(plugins/container): make ASYNC cap resilient to multiple calls.
10+
11+
* [`e25a1f8`](https://github.com/falcosecurity/plugins/commit/e25a1f8a) cleanup(plugins/container): drop `async_ctx` static variable.
12+
13+
14+
## v0.2.0
15+
16+
* [`0d595a2`](https://github.com/falcosecurity/plugins/commit/0d595a22) new(plugins/container): added fetcher tests.
17+
18+
* [`89712a5`](https://github.com/falcosecurity/plugins/commit/89712a55) fix(plugin/container): avoid overwriting host container info when loading pre...
19+
20+
* [`ff332cb`](https://github.com/falcosecurity/plugins/commit/ff332cb3) fix(plugins/container): fixed CRI listing filter.
21+
22+
* [`5b374f7`](https://github.com/falcosecurity/plugins/commit/5b374f75) new(plugins/container): immediately enrich plugin cache with pre-existing con...
23+
24+
* [`ca2c560`](https://github.com/falcosecurity/plugins/commit/ca2c5606) new(plugins/container): print a debug log with all connected engine sockets.
25+
26+
* [`d6e6c6e`](https://github.com/falcosecurity/plugins/commit/d6e6c6ee) chore(plugins/container): broaden exceptions management.
27+
28+
* [`e318e18`](https://github.com/falcosecurity/plugins/commit/e318e182) chore(plugins/container): bump container plugin to 0.2.0.
29+
30+
* [`d81c8c5`](https://github.com/falcosecurity/plugins/commit/d81c8c50) fix(plugins/container): fixed config tests.
31+
32+
* [`911e33d`](https://github.com/falcosecurity/plugins/commit/911e33d8) chore(plugins/container): updated readme.
33+
34+
* [`adec84a`](https://github.com/falcosecurity/plugins/commit/adec84aa) new(plugins/container): allow to specify which hook to be attached between {"...
35+
36+
37+
## v0.1.0
38+
339

plugins/k8smeta/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v0.3.0-rc1
4+
5+
* [`3f714b9`](https://github.com/falcosecurity/plugins/commit/3f714b93) chore(k8smeta): bump k8smeta version to 0.3.0-rc1
6+
7+
* [`ab18fe1`](https://github.com/falcosecurity/plugins/commit/ab18fe15) fix(plugins/k8smeta): fixed newlines at end of files.
8+
9+
* [`c3b79f5`](https://github.com/falcosecurity/plugins/commit/c3b79f55) fix(plugins/k8smeta): fixed `CLONE_FORK_TEST` tests.
10+
11+
* [`0333042`](https://github.com/falcosecurity/plugins/commit/03330429) fix(plugins/k8smeta): write pod_uid using correct thread_entry.
12+
13+
* [`ec5d855`](https://github.com/falcosecurity/plugins/commit/ec5d8553) chore(plugins/k8smeta): broaden exception mgmt.
14+
15+
* [`4c41b39`](https://github.com/falcosecurity/plugins/commit/4c41b391) fix(plugins/k8smeta): fixed a couple of tests.
16+
17+
* [`d8fd49f`](https://github.com/falcosecurity/plugins/commit/d8fd49fe) chore(plugins/k8smeta): bump libs to 0.20.0.
18+
19+
* [`41d2b39`](https://github.com/falcosecurity/plugins/commit/41d2b399) chore(plugins/k8smeta): update README.
20+
21+
* [`e10eef7`](https://github.com/falcosecurity/plugins/commit/e10eef70) chore(plugins/k8smeta): apply formatting.
22+
23+
* [`67c4870`](https://github.com/falcosecurity/plugins/commit/67c48705) new(plugins/k8smeta): update k8smeta plugin to require plugin API version 3.9.0.
24+
25+
326
## v0.2.1
427

528
* [`aceb2c2`](https://github.com/falcosecurity/plugins/commit/aceb2c2f) chore(k8smeta): bump k8smeta version to 0.2.1

plugins/krsi/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
* [`28618ac`](https://github.com/falcosecurity/plugins/commit/28618ac2) fix(plugins/krsi): fix plugin version
6+
7+
* [`d09985d`](https://github.com/falcosecurity/plugins/commit/d09985d5) fix(plugins/krsi): correct multi-arch char type handling
8+
9+
* [`40f892b`](https://github.com/falcosecurity/plugins/commit/40f892bf) fix(plugins/krsi): correct makefile
10+
11+
* [`70562d8`](https://github.com/falcosecurity/plugins/commit/70562d85) new(krsi): add registry entry
12+
13+
* [`6da6129`](https://github.com/falcosecurity/plugins/commit/6da61290) cleanup(krsi): add license text, remove leftover
14+
15+
* [`2b5e4c5`](https://github.com/falcosecurity/plugins/commit/2b5e4c5d) feat(krsi): add connect operation and thread fields support
16+
17+
* [`d245d66`](https://github.com/falcosecurity/plugins/commit/d245d66c) refactor(krsi): cleanup
18+
19+
* [`75cc932`](https://github.com/falcosecurity/plugins/commit/75cc932f) feat(krsi): populate fd table
20+
21+
* [`8ff297c`](https://github.com/falcosecurity/plugins/commit/8ff297c8) feat(krsi): add extractor fields
22+
23+

0 commit comments

Comments
 (0)