Releases: falcosecurity/falco-talon
Releases · falcosecurity/falco-talon
v0.2.1
v0.2.0
0.2.0 - 2024-11-27
- Add
gcp:function
actionner - Add
gcp:gcs
output - Add
ignore_standalone_pods
parameter forkubernetes:terminate
actionner - Allow to wait until the completion of
kubernetes:drain
- Allow to check/print the rules without specifying a
config.yaml
- Migration of the Helm chart to https://github.com/falcosecurity/charts/
- Use smaller image for the
kubernetes:tcpdump
actionner
v0.1.1
0.1.1 - 2024-10-01
- Fix panics with actionners
cilium:networkpolicy
andcalico:networkpolicy
because of a wrong init - Fix panic when
output
is set in anaction
declared outside arule
- Fix errors with when the label key contains a
/
v0.1.0
0.1.0 - 2024-09-05 - First GA release.
Official website for the docs: https://docs.falco-talon.org/
This release contains:
- the rule engine to match the Falco events with the actions to perform
- basic CLI features: check of the rules, list the available actionners, outputs, notifiers, start the web server to receive the Falco events
- metrics in Prometheus and OTEL format
- export of OTEL traces
- deduplication of the Falco events with NATS Jetstream
- 13 actionners:
kubernetes:terminate
kubernetes:label
kubernetes:networkpolicy
kubernetes:exec
kubernetes:script
kubernetes:log
kubernetes:delete
kubernetes:drain
kubernetes:download
kubernetes:tcpdump
aws:lambda
calico:networkpolicy
cilium:networkpolicy
- 6 notifiers:
elasticsearch
k8s events
loki
slack
smtp
webhook
- 3 outputs:
local:file
aws:s3
minio:s3
- 2 context enrichments:
aws
(with IMDS)k8s
v0.1.0-rc4
Changelog
- 585f4d8 change owner in .goreleaser
v0.1.0-rc3
v0.1.0-rc2
Changelog
- 6635c8f add v0.1.0-rc2