Skip to content

Releases: falcosecurity/falcosidekick

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)

2.19.0

01 Dec 23:46
Compare
Choose a tag to compare

2.19.0 - 2020-12-01

New

Enhancement

Fix