Releases: falcosecurity/falcosidekick
Releases · falcosecurity/falcosidekick
2.27.0
2.27.0 - 2022-12-13
New
- New output: Yandex Data Streams (PR#336 thanks to @preved911)
- New output: Node-Red (PR#337
- New output: MQTT (PR#338
- Templated fields: custom fields generated with Go templates (PR#350
- New output: Zincsearch (PR#360
- New output: Gotify (PR#362
- New output: Spyderbat (PR#368 thanks to @spyder-kyle)
- New output: Tekton (PR#371
- New output: TimescaleDB (PR#378 thanks to @jagretti)
- New output: AWS Security Lake (PR#387
Enhancement
SMTP
output now uses any SASL auth mechanism (PR#341 thanks to @Lowaiz)- Bind
Policy Reports
to Namespace byownerReference
(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 forGrafana 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 bysource
inAlertManager
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
- @preved911 made their first contribution in #336
- @tks98 made their first contribution in #340
- @jasondellaluce made their first contribution in #342
- @Lowaiz made their first contribution in #341
- @pcgeek86 made their first contribution in #367
- @spyder-kyle made their first contribution in #368
- @jagretti made their first contribution in #378
- @bc-sb made their first contribution in #376
Full Changelog: 2.26.0...2.27.0
2.26.0
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 torule
,source
,priority
,tags
andcustomfields
(PR#327)
Fix
- Fix Panic for Prometheus metrics when
customfields
are set (PR#333)
2.25.0
2.25.0 - 2022-05-12
New
- New output: Policy Report (PR#256 thanks to @anushkamittal20)
- New output: Syslog (PR#272 thanks to @bdluca)
- New output: AWS Kinesis (PR#277 thanks to @gauravgahlot)
- New output: Zoho Cliq (PR#301 thanks to @averni)
- Images and Binaries for arm and arm64 (PR#288)
- Sign artifacts with cosign (PR#302)
Enhancement
- Add CI steps to push images into AWS ECR (PR#270 thanks to @maxgio92)
- Allow to choose API endpoint for AlertManager (PR#282 thanks to @mathildeHermet)
- Add label
priority
in AlertManager events (PR#276) - Update Golang + GolangCI-Lint (PR#289 PR#292)
- Add version info (PR#290)
- Update image base to alpine 3.15 (PR#291)
- Increase CircleCI timeout (PR#293)
- Support IRSA for AWS authentication (PR#295 thanks to @VariableExp0rt)
- Add tenant for Loki output (PR#308 thanks to @JGodin-C2C)
- Upgrade endpoint for Loki (PR#309 thanks to @JGodin-C2C)
- Add
tags
andsource
in events for all outputs (PR#310) - Add
custom_fields
to Prometheus series (PR#314 thanks to @LyvingInSync) - Update CircleCI jobs (PR#316)
Fix
- Fix OpsGenie output when keys have "." (PR#287)
- Fix typo in README (PR#299 thanks to @oleg-nenashev)
- Fix GCS writer not closed (PR#312 thanks to @Milkshak3s)
2.24.0
2.24.0 - 2021-08-13
New
- New output: Grafana (PR#254)
- New output: Fission (PR#255 thanks to @gauravgahlot)
- New output: Yandex Cloud S3 (PR#261 thanks to @nar3k)
- New output: Kafka REST (PR#263 thanks to @dirien)
Enhancement
- Set header
x-amz-acl
tobucket-owner-full-control
for outputAWS S3
(PR#264 thanks to @Kaizhe) - Docker image is now available on
AWS ECR Public Gallery
(PR#265 thanks to @maxgio92)
2.23.1
2.23.0
2.23.0 - 2021-06-23
New
- New output : Wavefront (PR#229 thanks to @rikatz)
- New output : GCP Cloud Function (PR#241)
- New output : GCP Cloud Run (PR#243)
- Allow MutualTLS for some outputs (PR#231 thanks to @jasiam)
- Allow Workload identity for GCP output (PR#235 thanks to @cartyc)
- Add basic auth for Elasticsearch output (PR#245 thanks to @distortedsignal)
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
2.22.0
2.21.0 - 2021-04-06
New
- New output : AWS S3 (PR#195 thanks to @evalsocket)
- New output : GCP Storage (PR#202 thanks to @evalsocket)
- New output : RabbitMQ (PR#210 thanks to @evalsocket)
- New output : OpenFaas (PR#208 thanks to @developer-guy)
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
2.21.0
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
- Fix spelling typos in README (PR#175 thanks to to @princespaghetti)
- Fix several
gosec
issues (PR#179 thanks to to @alsm) - Fix label values with quotes for
Loki
(PR#182)
2.20.0
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)