Skip to content

Commit

Permalink
update(k8saudit-gke): upgrade base plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr committed Nov 19, 2024
1 parent 18d3531 commit 74b4a55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/k8saudit-gke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
cloud.google.com/go/pubsub v1.38.0
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
github.com/falcosecurity/plugin-sdk-go v0.7.4
github.com/falcosecurity/plugins/plugins/k8saudit v0.10.1
github.com/falcosecurity/plugins/plugins/k8saudit v0.11.0
github.com/patrickmn/go-cache v2.1.0+incompatible
google.golang.org/api v0.184.0
k8s.io/api v0.30.2
Expand Down
4 changes: 2 additions & 2 deletions plugins/k8saudit-gke/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/falcosecurity/plugin-sdk-go v0.7.4 h1:iNV0pgWgJwOHqSCjTw4Hsvtu5WuwoqckAWzpIEy9giQ=
github.com/falcosecurity/plugin-sdk-go v0.7.4/go.mod h1:NP+y22DYOS+G3GDXIXNmzf0CBL3nfPPMoQuHvAzfitQ=
github.com/falcosecurity/plugins/plugins/k8saudit v0.10.1 h1:nToTotqTCZtpfQwO7DmDGWrAFniVJTVqKlWENwsDbIs=
github.com/falcosecurity/plugins/plugins/k8saudit v0.10.1/go.mod h1:RmSc1za6asI52w3uVhZGb/p6RoQr2OWmp/Zc8+kiMWw=
github.com/falcosecurity/plugins/plugins/k8saudit v0.11.0 h1:ywwQ8kQmMS0HL3PuwBSKUmERqePrCSnajxnSCNC0HQY=
github.com/falcosecurity/plugins/plugins/k8saudit v0.11.0/go.mod h1:RmSc1za6asI52w3uVhZGb/p6RoQr2OWmp/Zc8+kiMWw=
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
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.3.1"
PluginVersion = "0.4.0"
PluginEventSource = "k8s_audit"
)

Expand Down

0 comments on commit 74b4a55

Please sign in to comment.