This file documents all notable changes to falco-exporter
Helm Chart. The release
numbering uses semantic versioning.
- Add Check availability of 'monitoring.coreos.com/v1' api version
- Add option the add annotations to the Daemonset
- Upgrade falco-exporter version to v0.6.0 (see the falco-exporter changelog)
- Make image registry configurable
- Display only non-zero rates in Grafana dashboard template
- Upgrade falco-exporter version to v0.5.0
- Add metrics about Falco drops
- Make
unix://
prefix optional
- Fix Prometheus datasource name reference in grafana dashboard template
- Support release namespace configuration
- Add Mutual TLS for falco-exporter enable/disabled feature
- Replace extensions apiGroup/apiVersion because of deprecation
- Fixed falco-exporter PSP by allowing secret volumes
- Add SecurityContextConstraint to allow deploying in Openshift
- Added the possibility to automatically add a PSP (in combination with a Role and a RoleBindung) via the podSecurityPolicy values
- Namespaced the falco-exporter ServiceAccount and Service
- Add priorityClassName to values
- Add grafana dashboard to helm chart
- Fix for additional labels for falco-exporter servicemonitor
- Added the support to deploy a Prometheus Service Monitor. Is disables by default.
- Chart moved to falcosecurity/charts repository
- gRPC over unix socket support (by default)
- Updated falco-exporter version to
0.3.0
- README.md and CHANGELOG.md added