Skip to content

Commit

Permalink
update(plugins/k8sauditeks,plugins/k8sauditgke): bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed May 22, 2024
1 parent cee5818 commit c9e9216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/k8saudit-eks/pkg/k8sauditeks/k8sauditeks.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (k *Plugin) Info() *plugins.Info {
Name: pluginName,
Description: "Read Kubernetes Audit Events for EKS from Cloudwatch Logs",
Contact: "github.com/falcosecurity/plugins",
Version: "0.4.0",
Version: "0.5.0",
EventSource: "k8s_audit",
}
}
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.2.0"
PluginVersion = "0.3.0"
PluginEventSource = "k8s_audit"
)

Expand Down

0 comments on commit c9e9216

Please sign in to comment.