Skip to content

Releases: falcosecurity/falcosidekick

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

2.18.0

20 Nov 08:53
Compare
Choose a tag to compare

2.18.0 - 2020-11-20

New

Enhancement

Fix

2.17.0

15 Nov 15:40
Compare
Choose a tag to compare

2.17.0 - 2020-11-13

New

Enhancement

  • Better instructions for install with Helm (PR#95 thanks to @pyaillet)

2.16.0

29 Oct 22:17
Compare
Choose a tag to compare

2.16.0 - 2020-10-29

New

  • Custom Headers can be set for Webhook output (PR#92)

Enhancement

  • Enable of CircleCI for unit tests

2.15.0

28 Oct 08:37
Compare
Choose a tag to compare

2.15.0 - 2020-10-27

New

  • New output : AWS SNS (PR#84)
  • A prometheus exporter is now available for all metrics

Enhancement

  • Reduce cardinality of alerts by grouping them for AlertManager (PR#79 thanks to @epcim)

Fix

  • Fix unsupported chars in a label name for AlertManager (PR#78 thanks to @epcim)

Note

The Helm chart has been migrated to falcosecurity/charts, the official repository chart of falco organization. You can now install it from artifacthub.io.

2.14.0

08 Aug 19:08
Compare
Choose a tag to compare

2.14.0 - 2020-08-10

New

Enhancement

  • Cert validity of outputs can be disabled (PR#74
  • Golang 1.14 is now used for building the Docker image
  • Displayed username can be override for Slack, Mattermost and Rocketchat (PR#72

Fix

  • Wrong port name was displayed as output of Helm chart

Note

This release is the last one with an Helm chart, the next ones will be in Falco Charts repo

2.13.0

14 Jun 22:56
94a98f6
Compare
Choose a tag to compare

2.13.0 - 2020-06-15

New

  • New output : Rocketchat
  • New output : Mattermost

2.12.3

21 Apr 17:23
Compare
Choose a tag to compare

2.12.3 - 2020-04-21

Enhancement

  • Allow using Datadog EU site by specifying new variable datadog.host/DATADOG_HOST (PR#59 thanks to @DrPhil)
  • Docker Image is based now on last Golang and Alpine images