This file documents all notable changes to falco-exporter
Helm Chart. The release
numbering uses semantic versioning.
- updated grafana dashboard
- Enhanced the service Monitor to support additional Properties.
- added ability to set the grafana folder annotation name
- fix dead links in README.md
- update configuration values in README.md
- introduce helm docs for the chart
- update tolerations
- add annotation for set of folder's grafana-chart
- noop change just to test the ci
- Bump falco-exporter to v0.8.3
- Removed unnecessary capabilities from security context
- Setted filesystem on read-only
- Add options to configure readiness/liveness probe values
- Bump falco-exporter to v0.8.2
- Add option to place Grafana dashboard in a folder
- Fix PSP allowed host path prefix to match grpc socket path change.
- Changing the grpc socket path from
unix:///var/run/falco/falco.soc
tounix:///run/falco/falco.sock
.
- Bump falco-exporter to v0.8.0
- Support configuration of updateStrategy of the Daemonset
- Upgrade falco-exporter version to v0.7.0 (see the falco-exporter changelog)
- Add option to add labels to the Daemonset pods
- Add option to add labels to the Daemonset pods
- Fix
FalcoExporterAbsent
expression
- Adds ability to create custom PrometheusRules for alerting
- 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