From a148506c6ebf532c6fe5ee77e657006647c11c3d Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Fri, 8 Mar 2024 03:46:43 -0600 Subject: [PATCH] Release v0.0.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf33f61..354246b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.6] - 2024-03-08 ### Fixed - Fixed Helm chart using wrong image name @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. GHA exporter provides Prometheus metrics for Github Action runs. -[Unreleased]: https://github.com/gravitational/gha-exporter/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/gravitational/gha-exporter/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/gravitational/gha-exporter/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/gravitational/gha-exporter/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/gravitational/gha-exporter/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/gravitational/gha-exporter/compare/v0.0.2...v0.0.3