Skip to content

Releases: giantswarm/starboard-exporter

v0.7.0

11 Jan 11:17
fd4f805
Compare
Choose a tag to compare

Changes

  • Replaces starboard library with trivy-operator library.
  • Removes CIS benchmarks & reporting capabilities.

Added

  • Add Horizontal Pod Autoscaling based on Prometheus scrape times.

v0.6.3

02 Dec 18:07
c12d85f
Compare
Choose a tag to compare
Release v0.6.3 (#167)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.6.2

24 Oct 13:18
f8f90be
Compare
Choose a tag to compare

Changed

  • Fix schema type for tolerations (#157).

v0.6.1

21 Oct 13:31
04e1044
Compare
Choose a tag to compare

Changed

  • Make ServiceMonitor relabelings configurable and drop unhelpful pod, container, and service labels by default.
  • Build with app-build-suite.
  • Add app-test-suite basic smoke tests.

v0.6.0

16 Sep 15:26
f7f3adc
Compare
Choose a tag to compare

Added

  • Add podLabels property to allow custom pod labels.

Changed

  • Disable reconciliation of CIS benchmark reports by default. These reports are temporarily removed from trivy-operator, to be reintroduced in the future. Reconciliation of CIS benchmarks produced by starboard is still supported by setting exporter.CISKubeBenchReports.enabled: true in the Helm values.

v0.5.2

09 Sep 13:06
de8404e
Compare
Choose a tag to compare

Added

  • Make interval and scrapeTimeout configurable in the service monitor via monitoring.serviceMonitor.interval and monitoring.serviceMonitor.scrapeTimeout

v0.5.1

13 Jul 17:52
c65a98c
Compare
Choose a tag to compare

Added

  • Allow selectively enabling/disabling controllers for each report type.

v0.5.0

22 Jun 16:14
916210a
Compare
Choose a tag to compare
Release v0.5.0 (#120)

Co-authored-by: github-actions <action@github.com>

v0.4.1

26 Apr 15:54
2c5ae4e
Compare
Choose a tag to compare

Added

  • Spread (jitter) re-queueing of reports by +/- 10% by default to help smooth resource utilization.

v0.4.0

22 Apr 13:30
34aa079
Compare
Choose a tag to compare

Added

  • Reconcile and expose metrics for ConfigAuditReport custom resources. Requires Starboard v0.15.0 or above.