Skip to content

Commit

Permalink
chore(plugins/k8saudit): bump plugin version to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sverre Boschman <1142569+sboschman@users.noreply.github.com>
  • Loading branch information
sboschman authored and poiana committed May 3, 2024
1 parent 472fd1f commit 42fcdae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions plugins/k8saudit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.9.0

* [`029593e`](https://github.com/falcosecurity/plugins/commit/029593e) fix(plugins/k8saudit/rules): split rbac rules by individual rbac object


## v0.8.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

* [`ef07168`](https://github.com/falcosecurity/plugins/commit/ef07168) chore(k8saudit): add k8saudit-gke as plugin alternative

* [`0c21c8a`](https://github.com/falcosecurity/plugins/commit/0c21c8a) update(k8saudit/docs): add k8s configuration files


## v0.7.0

* [`028fa19`](https://github.com/falcosecurity/plugins/commit/028fa19) feat(plugins/k8saudit/rules) add detection for portforwarding


## v0.6.1


Expand Down
2 changes: 1 addition & 1 deletion plugins/k8saudit/pkg/k8saudit/k8saudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (k *Plugin) Info() *plugins.Info {
Name: pluginName,
Description: "Read Kubernetes Audit Events and monitor Kubernetes Clusters",
Contact: "github.com/falcosecurity/plugins",
Version: "0.8.0",
Version: "0.9.0",
EventSource: "k8s_audit",
}
}
Expand Down

0 comments on commit 42fcdae

Please sign in to comment.