Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

60 lines (51 loc) · 1.85 KB

Changelog

0.2.1 - 2024-12-09

  • Fix missing metrics for the notifications

0.2.0 - 2024-11-26

  • Add gcp:function actionner
  • Add gcp:gcs output
  • Add ignore_standalone_pods parameter for kubernetes: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

0.1.1 - 2024-10-01

  • Fix panics with actionners cilium:networkpolicy and calico:networkpolicy because of a wrong init
  • Fix panic when output is set in an action declared outside a rule
  • Fix errors with when the label key contains a /

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