Skip to content

policy-reporter-2.17.0

Compare
Choose a tag to compare
@fjogeleit fjogeleit released this 02 Mar 12:49
· 166 commits to main since this release

2.17.0

  • Policy Reporter

    • Use metaclient to reduce informer memory usage
    • Use workerqueue to control concurrent processing of PolicyReports
    • Remove internal PolicyReport structures
    • Make sqlite volume configurable [#255 by monotek]
    • use defer to unlock when possible [#259 by eddycharly]
    • New value workers to define the amount of queue workers for PolicyReport resource processing, default 5
    • Support for global resource definition via the scope property in (Cluster)PolicyReports
  • Policy Reporter UI

    • New SSL configs for external clusters
      • skipTLS to disable SSL verification
      • certificate to configure a path to a custom CA for self signed URLs
    • New Helm values ui.volumes and ui.volumeMounts to add your custom CAs as mounts to the UI deployment.