Releases: falcosecurity/falcosidekick
Releases · falcosecurity/falcosidekick
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)
Fix
2.19.1
2.19.0
2.19.0 - 2020-12-01
New
- New output : Apache Kafka (PR#124 thanks to @KeisukeYamashita)
- New output : Cloudwatch Logs (PR#127 thanks to @cpanato)
Enhancement
- Bump Golang version to
1.15
(PR#128 thanks to @KeisukeYamashita) - Add a contributing document (PR#123 thanks to @cpanato)
- Add a
.dockerignore
for small images (PR#126 thanks to @KeisukeYamashita) - Refactor HTTP server handler (PR#116 thanks to @KeisukeYamashita)
- Add test for
Discord
(PR#117 thanks to @KeisukeYamashita)
Fix
- Fix Discord output's Prometheus metrics (PR#118 thanks to @KeisukeYamashita)
- Fix
nil pointer
whenGCP
configuration is incorrect (PR#130)