Skip to content

Commit

Permalink
update(plugins): bump to-be-released plugin versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Sep 20, 2023
1 parent b68b2d3 commit 69618af
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
PluginName = "cloudtrail"
PluginDescription = "reads cloudtrail JSON data saved to file in the directory specified in the settings"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.8.0"
PluginVersion = "0.9.0"
PluginEventSource = "aws_cloudtrail"
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy/pkg/dummy/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
PluginName = "dummy"
PluginDescription = "Reference plugin for educational purposes"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.10.0-rc1"
PluginVersion = "0.9.1"
PluginEventSource = "dummy"
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/github/pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
PluginName = "github"
PluginDescription = "Reads github webhook events, by listening on a socket or by reading events from disk"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.6.0"
PluginVersion = "0.6.1"
PluginEventSource = "github"
ExtractEventSource = "github"
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/json/pkg/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
PluginName = "json"
PluginDescription = "implements extracting arbitrary fields from inputs formatted as JSON"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.7.0"
PluginVersion = "0.7.1"
)

type Plugin struct {
Expand Down
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 @@ -57,7 +57,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.2.0",
Version: "0.2.1",
EventSource: "k8s_audit",
}
}
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 @@ -53,7 +53,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.6.0",
Version: "0.6.1",
EventSource: "k8s_audit",
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/okta/pkg/okta/okta.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (oktaPlugin *Plugin) Info() *plugins.Info {
Name: "okta",
Description: "Okta Log Events",
Contact: "github.com/falcosecurity/plugins/",
Version: "0.8.0",
Version: "0.8.1",
EventSource: "okta",
}
}
Expand Down

0 comments on commit 69618af

Please sign in to comment.