Skip to content

Commit 29644ec

Browse files
FedeDPpoiana
authored andcommitted
update(docs): update plugins changelogs.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 19896b7 commit 29644ec

File tree

12 files changed

+215
-78
lines changed

12 files changed

+215
-78
lines changed

plugins/cloudtrail/CHANGELOG.md

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

3+
## dev build (unreleased)
4+
5+
* [`a214622`](https://github.com/falcosecurity/plugins/commit/a214622) build(deps): bump github.com/aws/aws-lambda-go in /plugins/cloudtrail
6+
37
## v0.13.0
48

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

plugins/container/CHANGELOG.md

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

3+
## v0.3.2
4+
5+
* [`92ec4dc`](https://github.com/falcosecurity/plugins/commit/92ec4dc) chore(plugins/container): add a trace log when removing container from procexit.
6+
7+
* [`6a75982`](https://github.com/falcosecurity/plugins/commit/6a75982) update(plugins/container): bump version to 0.3.2.
8+
9+
* [`1f8a375`](https://github.com/falcosecurity/plugins/commit/1f8a375) fix(plugins/container): properly cleanup stale container cache entries for ex...
10+
11+
* [`2f4b632`](https://github.com/falcosecurity/plugins/commit/2f4b632) chore(plugins/container): properly cleanup fetchCh in test.
12+
13+
* [`1c135e3`](https://github.com/falcosecurity/plugins/commit/1c135e3) chore(plugins/container): let async_ctx own the fetcher channel.
14+
15+
* [`6e02f91`](https://github.com/falcosecurity/plugins/commit/6e02f91) chore(plugins/container): drop fulfilled TODOs
16+
17+
* [`e8745cf`](https://github.com/falcosecurity/plugins/commit/e8745cf) chore(plugins/container): introduce and use container_info::ptr_t
18+
19+
* [`db2b9c9`](https://github.com/falcosecurity/plugins/commit/db2b9c9) chore(plugins/container): headers cleanup
20+
21+
* [`a7da58c`](https://github.com/falcosecurity/plugins/commit/a7da58c) chore(plugins/container): avoid building unneeded RE-flex targets
22+
23+
* [`e281227`](https://github.com/falcosecurity/plugins/commit/e281227) fix(container): detect libpod container ids with cgroups mode split
24+
25+
26+
## v0.3.1
27+
28+
* [`398db32`](https://github.com/falcosecurity/plugins/commit/398db32) new(plugins/container): add test around null healthcheck in container json.
29+
30+
* [`ab266f5`](https://github.com/falcosecurity/plugins/commit/ab266f5) fix(plugins/container): fix healthcheck probe args retrieval since they can b...
31+
32+
333
## v0.3.0
434

535
* [`2b5f8a8`](https://github.com/falcosecurity/plugins/commit/2b5f8a8) update(plugins/container): bump plugin version to 0.3.0

plugins/dummy_c/CHANGELOG.md

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

3+
## dev build (unreleased)
4+
5+
* [`08197b7`](https://github.com/falcosecurity/plugins/commit/08197b7) style(dummy_c): adapt dummy_c to the new clang-format
6+
7+
* [`ee0903e`](https://github.com/falcosecurity/plugins/commit/ee0903e) new(dummy_c): add a rule file for dummy_c
8+
9+
* [`c4cc4a2`](https://github.com/falcosecurity/plugins/commit/c4cc4a2) plugins(dummy_c): update dummy_c plugin to use the latest sdk
10+
11+
* [`16df816`](https://github.com/falcosecurity/plugins/commit/16df816) fix(dummy_c): alligned with the dummy go version
12+
313
## v0.2.2
414

515
* [`7c1d7ce`](https://github.com/falcosecurity/plugins/commit/7c1d7ce) update(plugins/dummy_c): fix target dependencies

plugins/gcpaudit/CHANGELOG.md

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

3+
## dev build (unreleased)
4+
5+
* [`f39b719`](https://github.com/falcosecurity/plugins/commit/f39b719) build(deps): bump google.golang.org/api in /plugins/gcpaudit
6+
7+
* [`299d65b`](https://github.com/falcosecurity/plugins/commit/299d65b) build(deps): bump google.golang.org/api in /plugins/gcpaudit
8+
9+
* [`0e0737e`](https://github.com/falcosecurity/plugins/commit/0e0737e) build(deps): bump google.golang.org/api in /plugins/gcpaudit
10+
311
## v0.6.0
412

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

plugins/github/CHANGELOG.md

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

3+
## dev build (unreleased)
4+
5+
* [`6ac5f75`](https://github.com/falcosecurity/plugins/commit/6ac5f75) build(deps): bump golang.org/x/oauth2 in /plugins/github
6+
7+
* [`af547e2`](https://github.com/falcosecurity/plugins/commit/af547e2) docs(plugins/github): update readme
8+
39
## v0.9.0
410

511
* [`d69e701`](https://github.com/falcosecurity/plugins/commit/d69e701) update(github): bump to v0.9.0

plugins/k8saudit-aks/CHANGELOG.md

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

3+
## v0.3.0
4+
5+
* [`785bf34`](https://github.com/falcosecurity/plugins/commit/785bf34) update(plugins/k8saudit-aks): bump to v0.3.0
6+
7+
* [`00ea9d3`](https://github.com/falcosecurity/plugins/commit/00ea9d3) build(deps): bump golang.org/x/time in /plugins/k8saudit-aks
8+
9+
310
## v0.2.0
411

512
* [`2a07283`](https://github.com/falcosecurity/plugins/commit/2a07283) update(plugins/k8saudit-aks): bump to v0.2.0

plugins/k8saudit-eks/CHANGELOG.md

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

3+
## v0.9.0
4+
5+
* [`ecadcf8`](https://github.com/falcosecurity/plugins/commit/ecadcf8) update(plugins/k8saudit-eks): bump to v0.9.0
6+
7+
* [`fe732fc`](https://github.com/falcosecurity/plugins/commit/fe732fc) build(deps): bump github.com/invopop/jsonschema in /plugins/k8saudit-eks
8+
9+
310
## v0.8.0
411

512
* [`a2af2f4`](https://github.com/falcosecurity/plugins/commit/a2af2f4) update(plugins/k8saudit-eks): bump to v0.8.0

plugins/k8saudit-gke/CHANGELOG.md

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

3+
## dev build (unreleased)
4+
5+
* [`c8f34c5`](https://github.com/falcosecurity/plugins/commit/c8f34c5) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke
6+
7+
## v0.6.0
8+
9+
* [`8cb2bc8`](https://github.com/falcosecurity/plugins/commit/8cb2bc8) update(plugins/k8saudit-gke): bump to v0.6.0
10+
11+
* [`af68b7e`](https://github.com/falcosecurity/plugins/commit/af68b7e) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke
12+
13+
* [`0cdc099`](https://github.com/falcosecurity/plugins/commit/0cdc099) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke
14+
15+
* [`576b439`](https://github.com/falcosecurity/plugins/commit/576b439) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke
16+
17+
* [`5dd873d`](https://github.com/falcosecurity/plugins/commit/5dd873d) build(deps): bump google.golang.org/api in /plugins/k8saudit-gke
18+
19+
320
## v0.5.0
421

522
* [`a116c38`](https://github.com/falcosecurity/plugins/commit/a116c38) update(plugins/k8saudit-gke): bump to v0.6.0

plugins/k8saudit-ovh/CHANGELOG.md

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

3+
## v0.3.0
4+
5+
* [`2f09a40`](https://github.com/falcosecurity/plugins/commit/2f09a40) update(plugins/k8saudit-ovh): bump to v0.3.0
6+
7+
38
## v0.2.0
49

510
* [`ef1682c`](https://github.com/falcosecurity/plugins/commit/ef1682c) docs(plugins/k8saudit-ovh): add files header

0 commit comments

Comments
 (0)