Skip to content

Releases: falcosecurity/event-generator

v0.6.2

21 Jul 13:13
Compare
Choose a tag to compare

Changelog

0ddcc67 build(.circleci): upgrade docker version for releasing
f79174a build(Dockerfile): upgrade base image to alpine:3.14
29dc976 fix(Dockerfile): add build-base to builder image (golang alpine)
36f2b12 Upgrade protobuf to fix CVE
66e60fa go: update go to be go1.16.5 release
f333001 dependencies: update several dependencies and bump go mod to go1.16

Docker images

  • docker pull falcosecurity/event-generator:0.6.2

v0.6.1

05 Jul 15:50
Compare
Choose a tag to compare

Changelog

568ad72 build(go.mod): upgrade golang.org/x/crypto
3e0499c build(Dockerfile): upgrade alpine to 3.13
eb6f85b docs(RELEASE.md): correct slack channel URL

Docker images

  • docker pull falcosecurity/event-generator:0.6.1

v0.6.0

10 Nov 16:56
Compare
Choose a tag to compare

Changelog

71efb92 docs: update commands documentation
7c60375 chore(cmd): simplify "format" validation
75a1679 fix(cmd): correct flags validation messages
326a66b new(cmd): add --humanize flag to the bench command to control statistics format
e6f6450 new(pkg/counter): make the ability to humanize value optional
343147b update(pkg/counter): add lost avg percentage to statistics
b92c032 update(pkg/counter): show ratio instead of lost percentage
971ca87 new(cmd): add --logformat flag with json support

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.6.0

v0.5.1

09 Nov 14:44
Compare
Choose a tag to compare

Changelog

05e189b build: upgrade deps
7269997 fix(cmd): correct comment
e0e925e docs: update commands documentation
dc30ecd update(cmd): default sleep duration is now 100ms
23199d8 update(cmd): default benchmark round duration is now 5s
71befd2 update(cmd): update bench command description
2795e74 update(pkg/counter): improved round strategy
a0b1162 fix: correct typos in comments
fb3fb65 docs: add releasing process

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.5.1

v0.5.0

17 Aug 11:36
Compare
Choose a tag to compare

Changelog

2dc0740 docs(README.md): add benchmark section and general improvements
7130cd9 update(cmd): --sleep default to 250ms
09e5592 feat(pkg/counter): auto detect slow actions
64b2283 update: benchmark --round-duration must be longer than --sleep
1319967 docs: update commands docs
ea097cc update(cmd): bench command needs exactly one arg
bbf67d0 new(cmd): bench command now has --loop, --sleep, --polling-interval, and --round-duration flags
c055b1c chore(cmd): move initializations to root.go
7a9c46f new(pkg/counter): add "round duration" option
5c00d92 chore(pkg/counter): improved statistics
0d3a0a0 chore(cmd): allow to override options when using run template
5770da4 update(pkg/runner): use level "error" for logger in quiet mode
c2d3b42 new(cmd): bench command
a14d8ec chore(cmd): move away common stuff
ec11203 new(pkg/counter): add counter plugin
f9cb3ef new(pkg/runner): add quiet mode

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.5.0

v0.4.0

20 Jul 16:20
Compare
Choose a tag to compare

Changelog

7bf714a chore(deployment): switch back to latest
b9b8812 docs: update documentation for test command
8797226 build: upgrade dependencies
8683574 build: set client-go version to v0.2.0
e3c3660 update(events/k8saudit): CreateDisallowedPod is now disabled by default
cd2494b update(events/syscall): ScheduleCronJobs is now disabled by default
68445fc update(events/syscall): UserMgmtBinaries skipped when running in a container
4fa391a update(events/syscall): ScheduleCronJobs skipped when crontab utility not found
c548a15 new(deployment): add run-test.yaml resource
f3e97d3 new(cmd): add --all flag for all actions related commands
d8df95f new(pkg/runner): add WithAllEnabled option
91425b7 feat(events): add options to make actions disabled by default
bf201f7 new(cmd): add --test-timeout flag to test command
cf7b678 feat(pkg/tester): add bidi gRPC support and test timeout
6d6d6b7 new(cmd): add test command
2e8df43 new(pkg/tester): plugin to test actions in a running Falco instance
927e089 chore: add skip mechanism, container detection, and pass error to plugin
1ef48bd feat(events): add MatchRule func
ce9d125 feat(pkg/runner): add plugin support
dea5870 fix(pkg/runner): pass context to Run()
5d8a81f update(.github): remove release-note block

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.4.0

v0.3.1

23 Jun 17:10
Compare
Choose a tag to compare

Changelog

ac35210 docs: update actions list
b8ed1a9 update(events/k8saudit): action renamed to CreateDisallowedPod
b9e0f4b update(events/k8saudit): action renamed to K8SServiceaccountCreated
b5d93bf update(events/k8saudit): action renamed to K8SServiceCreated
8fe61a7 update(events/k8saudit): action renamed to K8SDeploymentCreated
02412ca update(events/k8saudit): action renamed to K8SConfigMapCreated
233e3bd update(events/k8saudit): action renamed to CreateSensitiveMountPod
1883089 update(events/k8saudit): action renamed to CreatePrivilegedPod
f6bce64 update(events/k8saudit): action renamed to CreateNodePortService
23dff8d update(events/k8saudit): action renamed to CreateHostNetworkPod
8af3794 update(events/k8saudit): action renamed to CreateModifyConfigmapWithPrivateCredentials
d82d2fc update(events/k8saudit): action renamed to ClusterRoleWithWritePrivilegesCreated
5d73a9a update(events/k8saudit): action renamed to ClusterRoleWithWildcardCreated
238e2c1 update(events/k8saudit): action renamed to ClusterRoleWithPodExecCreated
60dc95b update(events/syscall): action renamed to ReadSensitiveFileTrustedAfterStartup
ea4a18d update(events/syscall): action renamed to ReadSensitiveFileUntrusted
d87446c update(events/syscall): action renamed to DbProgramSpawnedProcess
0f1257b docs(events): improve naming convention

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.3.1

v0.3.0

19 May 13:53
Compare
Choose a tag to compare

Changelog

4870f6d docs(README.md): update events list
edc9eee new(events/syscall): add cronjob event
1c885cd fix(docs): very small typo

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.3.0

v0.2.0

24 Apr 10:37
Compare
Choose a tag to compare

Changelog

4a1520b fix(events/k8saudit): correct misplaced reader when loading YAMLs
ae981be fix(syscall): isolate NonSudoSetuid in a child process
bca1125 new(events): add Spawned() to the Helper interface
293b66a update(pkg/runner): allow spawing the same action
76a8912 update(deployment): generate events in the same namespace
d70a8fd update(deployment): add resource for serviceaccount, role, rolebinding
fff7d12 fix(deployment): correct command path in resource files
a24b72c fix(Dockerfile): add bash required by helper.RunShell

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.2.0

v0.1.1

22 Apr 17:30
Compare
Choose a tag to compare

Changelog

7d952cf fix(Dockerfile): Add /var/lib/rpm

Docker images

  • docker pull falcosecurity/event-generator:latest
  • docker pull falcosecurity/event-generator:0.1.1