Skip to content

Releases: falcosecurity/falco-talon

v0.1.1

01 Oct 09:19
Compare
Choose a tag to compare

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 /

v0.1.0

05 Sep 22:06
2fde7e2
Compare
Choose a tag to compare

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

29 Mar 20:16
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release

Changelog

  • 585f4d8 change owner in .goreleaser

v0.1.0-rc3

08 Jan 18:26
97ba9c1
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release

Changelog

  • 97ba9c1 Merge pull request #161 from Issif/dependabot/go_modules/github.com/emersion/go-smtp-0.20.1

v0.1.0-rc2

04 Jul 15:43
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

Changelog