Skip to content

Commit

Permalink
update(k8saudit-gke): bump to v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Dec 17, 2024
1 parent b9c5f80 commit 8b30c00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions plugins/k8saudit-gke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.4.1

* [`bb9801e`](https://github.com/falcosecurity/plugins/commit/bb9801e7) build(deps): bump golang.org/x/crypto in /plugins/k8saudit-gke


## v0.4.0

* [`fc03215`](https://github.com/falcosecurity/plugins/commit/fc03215e) update(k8saudit-gke): upgrade base plugin version

* [`a00cc75`](https://github.com/falcosecurity/plugins/commit/a00cc75b) build(deps): bump google.golang.org/grpc in /plugins/k8saudit-gke

* [`84340ee`](https://github.com/falcosecurity/plugins/commit/84340ee7) docs(plugins/k8saudit-gke): update changelog


## v0.3.1

* [`b90a491`](https://github.com/falcosecurity/plugins/commit/b90a4917) update(plugins/k8saudit-gke): upgrade sdk and deps
Expand Down
2 changes: 1 addition & 1 deletion plugins/k8saudit-gke/pkg/k8sauditgke/k8sauditgke.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
PluginName = "k8saudit-gke"
PluginDescription = "Read Kubernetes Audit Events for GKE from a Pub/Sub subscription"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.4.0"
PluginVersion = "0.4.1"
PluginEventSource = "k8s_audit"
)

Expand Down

0 comments on commit 8b30c00

Please sign in to comment.