Skip to content

Latest commit

 

History

History
124 lines (73 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

124 lines (73 loc) · 3.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2022-04-22

Added

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

0.3.3 - 2022-03-31

Changed

0.3.2 - 2022-03-28

Added

  • Add configurable nodeSelector to Helm values.

Changed

0.3.1 - 2022-03-15

Added

  • Add NodeAffinity to run the exporter only on Linux Nodes with AMD64.

0.3.0 - 2022-02-14

Added

  • Add the image_registry label exposing the image registry.

Changed

  • Bump golang, prometheus, and starboard dependency versions.
  • Update Grafana dashboard to use plugin version 8.3.2 and the new label.

0.2.1 - 2022-01-24

Added

  • Make pod annotations configurable.
  • Bump golang, prometheus, and starboard versions.

0.2.0 - 2022-01-05

Added

  • Helm, add configurable container securityContext with secure defaults.

Changed

  • Bump starboard, logr, and controller-runtime dependency versions.
  • Remove unneeded releaseRevision annotation from deployment.

Fixed

  • Helm, fix incomplete metric name in pods with high/critical CVEs panel

0.1.4 - 2021-12-14

Changed

  • Helm, remove unused RBAC config and add if for PSP and NetworkPolicy yaml.

0.1.3 - 2021-12-10

Changed

  • Make pod resource requests/limits configurable via helm values.

0.1.2 - 2021-11-29

Changed

  • Push images to Aliyun.
  • Add starboard-exporter to AWS and Azure app collections.

0.1.1 - 2021-11-26

Added

  • Make target labels more easily configurable in values.yaml.

0.1.0 - 2021-11-26

Added

  • Add configurable target labels.
  • Add Grafana dashboard.
  • Support custom labels for ServiceMonitor.

0.0.1 - 2021-11-18

Added

  • Add image_vulnerabilities metric per-CVE per-image and image_vulnerabilities_count metric for summaries.
  • Add ServiceMonitor to scrape metrics.