From d8532258a545c4ce4c5386d64e6fc01431d9631a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 12:31:53 +0300 Subject: [PATCH] Release v2.2.0 (#44) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3024c860..9fbd835f 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] +## [2.2.0] - 2021-07-27 + ### Added - Add `giantswarm.io/monitoring: "true"` label to enable Prometheus autodiscovery. @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] 2019-08-13 -[Unreleased]: https://github.com/giantswarm/vault-exporter/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/vault-exporter/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/giantswarm/vault-exporter/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/giantswarm/vault-exporter/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/giantswarm/vault-exporter/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/giantswarm/vault-exporter/compare/v0.1.0...v1.0.0