Skip to content

Commit

Permalink
Release v0.6.1 (#155)
Browse files Browse the repository at this point in the history
* Release v0.6.1

* Bump AppVersion

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zach Stone <[email protected]>
  • Loading branch information
github-actions[bot] and stone-z authored Oct 21, 2022
1 parent ee0a2e3 commit 04e1044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2022-10-21

### Changed

- Make ServiceMonitor relabelings configurable and drop unhelpful pod, container, and service labels by default.
Expand Down Expand Up @@ -157,7 +159,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.6.0...HEAD
[Unreleased]: https://github.com/giantswarm/starboard-exporter/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/giantswarm/starboard-exporter/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/giantswarm/starboard-exporter/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/giantswarm/starboard-exporter/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/giantswarm/starboard-exporter/compare/v0.5.0...v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions helm/starboard-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
appVersion: 0.6.0
appVersion: 0.6.1
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
version: 0.6.0
version: 0.6.1
annotations:
application.giantswarm.io/team: "shield"
config.giantswarm.io/version: 1.x.x

0 comments on commit 04e1044

Please sign in to comment.