Skip to content

Releases: kyverno/policy-reporter

policy-reporter-2.24.0

17 Jun 12:17
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-2.23.1

13 May 13:31
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-2.23.0

13 May 11:58
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-preview-3.0.0-alpha.28

29 Apr 12:20
Compare
Choose a tag to compare

New PolicyReport Filter Layer "SourceFilter"

This new filter options can be applied on a subset of (Cluster)PolicyReport selected by source, to optimize report processing based on the underlying engine

Filter Options:

  • Namespace Filter
  • Kind Filter
  • Disable ClustrPolicyReports
  • Process Uncontrolled Resources only
    • If enabled all PolicyReports related to an controlled scope resource like Pod and Job are skipped
    • Its useful and enabled by default for Kyverno to skip PolicyReports of Pods, Jobs or ReplicaSets if the same report exists for the related controller like Deployment, DaemonSet, Statefulset, CronJob

Side Effects:

  • Reduces/Impacts the amount of Metrics because it only processes reports of the controller resource
  • Only one Notification for the controller resource
  • Better API performance because less data in the Database

Default Configuration

# -- Source based PolicyReport filter
sourceFilters:
  # -- PolicyReport selector.
- selector:
    # -- select PolicyReport by source
    source: kyverno
  # -- Filter out PolicyReports of controlled Pods and Jobs, only works for PolicyReport with scope resource
  uncontrolledOnly: true
  # -- Filter out ClusterPolicyReports
  disableClusterReports: false
  # -- Filter out PolicyReports based on the scope resource kind
  kinds:
    exclude: [ReplicaSet]

Full Changelog: policy-reporter-preview-3.0.0-alpha.25...policy-reporter-preview-3.0.0-alpha.28

policy-reporter-preview-3.0.0-alpha.27

29 Apr 11:44
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-preview-3.0.0-alpha.26

29 Apr 07:47
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-2.22.5

18 Apr 12:50
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-preview-3.0.0-alpha.25

09 Apr 17:18
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-preview-3.0.0-alpha.24

04 Apr 20:50
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

policy-reporter-preview-3.0.0-alpha.23

02 Apr 06:52
Compare
Choose a tag to compare

Policy Reporter watches for PolicyReport Resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord