diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f3d201..b52fa720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2024-10-23 + ### Added - Add Vertical Pod Autoscaler (VPA) configuration, enabled by default. @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `image_vulnerabilities` metric per-CVE per-image and `image_vulnerabilities_count` metric for summaries. - Add ServiceMonitor to scrape metrics. -[Unreleased]: https://github.com/giantswarm/starboard-exporter/compare/v0.7.11...HEAD +[Unreleased]: https://github.com/giantswarm/starboard-exporter/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/giantswarm/starboard-exporter/compare/v0.7.11...v0.8.0 [0.7.11]: https://github.com/giantswarm/starboard-exporter/compare/v0.7.10...v0.7.11 [0.7.10]: https://github.com/giantswarm/starboard-exporter/compare/v0.7.9...v0.7.10 [0.7.9]: https://github.com/giantswarm/starboard-exporter/compare/v0.7.8...v0.7.9 diff --git a/helm/starboard-exporter/Chart.yaml b/helm/starboard-exporter/Chart.yaml index c0ad7631..09fe3158 100644 --- a/helm/starboard-exporter/Chart.yaml +++ b/helm/starboard-exporter/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v1 -appVersion: 0.7.2 +appVersion: 0.8.0 name: starboard-exporter description: A Helm chart for starboard-exporter, which exposes Prometheus metrics from Aqua VulnerabilityReport and other custom resources. engine: gotpl home: https://github.com/giantswarm/starboard-exporter icon: https://s.giantswarm.io/app-icons/prometheus/1/light.svg -version: 0.7.11 +version: 0.8.0 annotations: application.giantswarm.io/team: "shield" config.giantswarm.io/version: 1.x.x