Skip to content

Commit

Permalink
apply feedback; bump plugin version in a right way
Browse files Browse the repository at this point in the history
Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
SKosier authored and poiana committed May 7, 2024
1 parent 737f336 commit db113db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugins/k8saudit-gke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog

## v0.1.2
## v0.2.0

* [`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
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.2"
PluginVersion = "0.2.0"
PluginEventSource = "k8s_audit"
)

Expand Down

0 comments on commit db113db

Please sign in to comment.