Releases: giantswarm/starboard-exporter
Releases · giantswarm/starboard-exporter
v0.7.2
Changed
- Fix/template RoleBinding for deploying into namespaces other than the release namespace.
v0.7.1
Added
- Adds
imagePullSecrets
to Chart.
v0.7.0
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
Release v0.6.3 (#167) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.6.2
v0.6.1
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
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 bystarboard
is still supported by settingexporter.CISKubeBenchReports.enabled: true
in the Helm values.
v0.5.2
Added
- Make
interval
andscrapeTimeout
configurable in the service monitor viamonitoring.serviceMonitor.interval
andmonitoring.serviceMonitor.scrapeTimeout
v0.5.1
Added
- Allow selectively enabling/disabling controllers for each report type.
v0.5.0
Release v0.5.0 (#120) Co-authored-by: github-actions <[email protected]>