Skip to content

Releases: falcosecurity/falcosidekick

2.27.0

09 Jan 15:01
Compare
Choose a tag to compare

2.27.0 - 2022-12-13

New

Enhancement

  • SMTP output now uses any SASL auth mechanism (PR#341 thanks to @Lowaiz)
  • Bind Policy Reports to Namespace by ownerReference (PR#346
  • Add extra labels and annotations for AlertManager payloads (PR#347 thanks to @Lowaiz)
  • Update default type for Elasticsearch documents (PR#349
  • Support env vars in custom fields (PR#353
  • Update format + default endpoint for Loki output (PR#356
  • Determine resource names + owner ref for Policy Reports (PR#358
  • Update Influxdb output to use API Token and /api/v2 endpoint (PR#359
  • Allow to override the Slack channel (PR#366
  • Add From, To and Date headers in SMTP payload (PR#364
  • Improve the check of the payload from Falco, it allows now to have an empty output (PR#372
  • Allow to set user and api key for Loki output for Grafana Logs (PR#379
  • Add hostname in json payload for all outputs (PR#383 thanks to @Lowaiz)
  • Add SASL authentication for Kafka output (PR#385 thanks to @Lowaiz) and @lyoung-confluent)
  • Support CEF format for Syslog output (PR#386
  • Allow to disable STS check for AWS output (PR#387

Fix

  • Fix priority label was replaced by source in AlertManager payload (PR#340 thanks to @tks98)
  • Fix missing cert checks + fix inverted logic to use them in codebase (PR#345
  • Fix race condition when headers are added to POST requests (PR#380 thanks to @bc-sb)

New Contributors

Full Changelog: 2.26.0...2.27.0

2.26.0

17 Jun 11:43
Compare
Choose a tag to compare

2.26.0 - 2022-06-18

Enhancement

  • Add expiresafter for AlertManager output (PR#323 thanks to @anushkamittal20)
  • Add extralabels for Loki and Prometheus outputs which allow to set fields to use as labels additionally to rule, source, priority, tags and customfields (PR#327)

Fix

  • Fix Panic for Prometheus metrics when customfields are set (PR#333)

2.25.0

12 May 10:42
Compare
Choose a tag to compare

2.25.0 - 2022-05-12

New

Enhancement

Fix

2.24.0

16 Aug 09:18
Compare
Choose a tag to compare

2.24.0 - 2021-08-13

New

Enhancement

2.23.1

23 Jun 20:39
Compare
Choose a tag to compare

2.23.1 - 2021-06-23

Fix

2.23.0

22 Jun 08:01
Compare
Choose a tag to compare

2.23.0 - 2021-06-23

New

Enhancement

  • Reorder fields in Slack, RocketChat and Mattermost outputs + sort customer_fields alphabetically (PR#226)
  • Set default values for OpenFaas output (PR#232)
  • Re-use session for AWS output instead of deprecated session.New() (PR#238 thanks to @dchoy)
  • Reorganize management of headers for outputs (PR#245 thanks to @distortedsignal)

Fix

  • Fix init of DogstatsD output (PR#227)
  • Remove duplicated logs + fix some of prefixes (PR#228)
  • Fif S3 output when "Default encryption" setting is disabled (PR#242 thanks to @Kaizhe)

2.22.0

06 Apr 15:22
Compare
Choose a tag to compare

2.21.0 - 2021-04-06

New

Enhancement

  • Use higher level Writer api for Kafka (PR#206 thanks to @zemek)
  • Reorder imports to follow good practices (PR#205)
  • Prevent misleading error message when CUSTOMFIELDS env var is set (PR#201 thanks to @zemek)
  • Use Events v2 API for PagerDUty output

Fix

  • Fix outputformat when using fields or text in Slack output (PR#204)
  • Fix HTML template for SMTP output (PR#199)

2.21.0

12 Feb 12:01
Compare
Choose a tag to compare

2.21.0 - 2021-02-12

New

Enhancement

  • Include numeric values for Alertmanager outputs (PR#177 thanks to to @alsm)
  • Add listenaddress option (PR#187 thanks to to @alsm)

Fix

2.20.0

13 Jan 14:13
Compare
Choose a tag to compare

2.20.0 - 2021-01-12

New

  • New output : STAN (NATS Streaming) (PR#135)
  • New output : PagerDuty (PR#164)
  • New output : Kubeless (PR#170)

Enhancement

  • CI: clean filters (PR#138)
  • Replace library for Kafka (PR#139)
  • Re-align code for NATS output (PR#159)
  • Add new endpoint /healthz (PR#167)
  • Change the way to manage Priority (PR#171 thanks to @n3wscott)

Fix

2.19.1

02 Dec 14:20
Compare
Choose a tag to compare

2.19.1 - 2020-12-02

Fix

  • Fix dockerfile to build the new kafka output (PR#56 thanks to @cpanato)