-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Luca Guerra <[email protected]>
- Loading branch information
1 parent
c9e9216
commit 39fd152
Showing
12 changed files
with
232 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Changelog | ||
|
||
## v0.7.2 | ||
|
||
|
||
## v0.7.1 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,38 @@ | ||
# Changelog | ||
|
||
## v0.5.0 | ||
|
||
* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f22) update(plugins/k8s_audit): rename more falco_ lists | ||
|
||
* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a81) update(plugins/k8s_audit): k8s_* -> k8s_audit_* | ||
|
||
* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a275) cleanup(plugins/k8s_audit): make the rulesefile self-referenced | ||
|
||
|
||
## v0.4.0 | ||
|
||
|
||
## v0.3.0 | ||
|
||
* Ignore truncated log lines to avoid parsing errors | ||
|
||
## v0.2.1 | ||
|
||
|
||
## v0.2.0 | ||
|
||
* Upgrade the `plugin-sdk-go` for the plugin framework >3.0.0 | ||
|
||
## v0.1.2 | ||
|
||
|
||
## v0.1.1 | ||
|
||
* [`e9a1ef4`](https://github.com/falcosecurity/plugins/commit/e9a1ef4) docs(plugins/k8saudit-eks): document required aws iam permissions | ||
|
||
|
||
## v0.1.0 | ||
|
||
* [`fa60639`](https://github.com/falcosecurity/plugins/commit/fa60639) update(plugins/k8saudit-eks): point k8saudit dependency to latest stable tag | ||
|
||
* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b92) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,66 @@ | ||
# Changelog | ||
|
||
## v0.3.0 | ||
|
||
|
||
## v0.2.0 | ||
|
||
* [`737f336`](https://github.com/falcosecurity/plugins/commit/737f336) chore(k8saudit-gke): bump version | ||
|
||
* [`06814a7`](https://github.com/falcosecurity/plugins/commit/06814a7) plugins(k8saudit-gke): export ConvertLogEntry method | ||
|
||
|
||
## v0.1.1 | ||
|
||
* [`7b4226f`](https://github.com/falcosecurity/plugins/commit/7b4226f) chore(k8saudit-gke): add changelog | ||
* [`d2e1605`](https://github.com/falcosecurity/plugins/commit/d2e1605) chore(k8saudit-gke): bump version to 0.1.1 | ||
|
||
* [`23728c6`](https://github.com/falcosecurity/plugins/commit/23728c6) chore(k8saudit-gke): add changelog | ||
|
||
* [`1f2fa77`](https://github.com/falcosecurity/plugins/commit/1f2fa77) build(deps): bump golang.org/x/net in /plugins/k8saudit-gke | ||
|
||
* [`e45070f`](https://github.com/falcosecurity/plugins/commit/e45070f) fix(release/rules): ignore symlinks when releasing rulesfiles | ||
|
||
## v0.1.0 | ||
|
||
Initial plugin release | ||
* [`5ab853d`](https://github.com/falcosecurity/plugins/commit/5ab853d) docs(k8saudit-gke): describe scaling options for high audit log volumes | ||
|
||
* [`ec37c95`](https://github.com/falcosecurity/plugins/commit/ec37c95) docs(k8saudit-gke): Explain Pub/Sub setup alternatives | ||
|
||
* [`24e9f22`](https://github.com/falcosecurity/plugins/commit/24e9f22) update(plugins/k8s_audit): rename more falco_ lists | ||
|
||
* [`0879a81`](https://github.com/falcosecurity/plugins/commit/0879a81) update(plugins/k8s_audit): k8s_* -> k8s_audit_* | ||
|
||
* [`16da99d`](https://github.com/falcosecurity/plugins/commit/16da99d) fix(k8saudit-gke): update rules with #431 | ||
|
||
* [`aeaef3a`](https://github.com/falcosecurity/plugins/commit/aeaef3a) fix(k8saudit-gke): remove falco stable rules dep | ||
|
||
* [`2c4a275`](https://github.com/falcosecurity/plugins/commit/2c4a275) cleanup(plugins/k8s_audit): make the rulesefile self-referenced | ||
|
||
* [`e45db30`](https://github.com/falcosecurity/plugins/commit/e45db30) fix(k8saudit-gke): engine version != falco version | ||
|
||
* [`dc604e1`](https://github.com/falcosecurity/plugins/commit/dc604e1) chore(k8saudit-gke): remove modern_pbf setting as it is not applicable | ||
|
||
* [`451cbb5`](https://github.com/falcosecurity/plugins/commit/451cbb5) chore(k8saudit-gke): use same project/subscription example id as readme | ||
|
||
* [`a13d908`](https://github.com/falcosecurity/plugins/commit/a13d908) docs(k8saudit-gke): fix some errors in the readme | ||
|
||
* [`192c79c`](https://github.com/falcosecurity/plugins/commit/192c79c) chore(k8saudit-gke): fix copyright header | ||
|
||
* [`7aca8fe`](https://github.com/falcosecurity/plugins/commit/7aca8fe) chore(k8saudit-gke): set required engine version to 0.37 | ||
|
||
* [`f42b948`](https://github.com/falcosecurity/plugins/commit/f42b948) chore(k8saudit-gke): add required_plugin_versions to rules | ||
|
||
* [`b51d7ae`](https://github.com/falcosecurity/plugins/commit/b51d7ae) ci(k8saudit-gke): try symlink to base k8saudit rules | ||
|
||
* [`0f850be`](https://github.com/falcosecurity/plugins/commit/0f850be) docs(k8saudit-gke): add note about log sink exclusion filters | ||
|
||
* [`d0312cc`](https://github.com/falcosecurity/plugins/commit/d0312cc) chore(k8saudit-gke): publish gke specific rule overrides | ||
|
||
* [`af1580e`](https://github.com/falcosecurity/plugins/commit/af1580e) chore(k8saudit-gke): set officially assigned PluginID | ||
|
||
* [`c61b4db`](https://github.com/falcosecurity/plugins/commit/c61b4db) fix(k8saudit-gke): prefix resourname with a slash to create uri | ||
|
||
* [`d91805f`](https://github.com/falcosecurity/plugins/commit/d91805f) feat(k8saudit-gke): initial k8saudit-gke plugin code | ||
|
||
* [`5af2b92`](https://github.com/falcosecurity/plugins/commit/5af2b92) new(rules/k8s_audit): add rules to detect pods sharing host pid and IPC names... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
|
||
* [`03d5635`](https://github.com/falcosecurity/plugins/commit/03d5635) chore(k8smeta): bump to 0.1.0 | ||
|
||
* [`936a819`](https://github.com/falcosecurity/plugins/commit/936a819) docs(k8smeta): update README.md | ||
|
||
* [`91119e9`](https://github.com/falcosecurity/plugins/commit/91119e9) chore(k8smeta): bump libs to 0.14.0 | ||
|
||
* [`08b6424`](https://github.com/falcosecurity/plugins/commit/08b6424) cleanup(k8smeta): rename some variables | ||
|
||
* [`ac5c8fb`](https://github.com/falcosecurity/plugins/commit/ac5c8fb) update(k8smeta): add a retry log | ||
|
||
* [`93b643c`](https://github.com/falcosecurity/plugins/commit/93b643c) update(k8smeta): change log verbosity for a log | ||
|
||
* [`b58f560`](https://github.com/falcosecurity/plugins/commit/b58f560) update(k8smeta): change plugin version to `0.1.0-alpha` | ||
|
||
* [`1f80134`](https://github.com/falcosecurity/plugins/commit/1f80134) update(k8smeta): remove a wrong log | ||
|
||
* [`e23a1c4`](https://github.com/falcosecurity/plugins/commit/e23a1c4) cleanup(k8smeta): rename `k8sres.*` into `k8smeta.*` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## v0.1.1 | ||
|
||
|
||
## vplugins/kafka/v0.1.0 | ||
|
||
* [`0e7ef76`](https://github.com/falcosecurity/plugins/commit/0e7ef76) docs(plugins/kafka): update description and contact | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters