Skip to content

Commit

Permalink
chore(k8saudit-gke): bump version to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sverre Boschman <[email protected]>
  • Loading branch information
sboschman authored and poiana committed May 2, 2024
1 parent 23728c6 commit d2e1605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/k8saudit-gke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.1.1

* [`7b4226f`](https://github.com/falcosecurity/plugins/commit/7b4226f) 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
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.1.0"
PluginVersion = "0.1.1"
PluginEventSource = "k8s_audit"
)

Expand Down

0 comments on commit d2e1605

Please sign in to comment.