From bc183552a868e2c68ab53575cd73c2394ddcfaa0 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Thu, 21 Mar 2024 17:23:42 -0500 Subject: [PATCH] Release v0.0.13 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e570a..703cdbc 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.13] - 2024-03-21 ### Fixed - Fixed wrong default value for grafana dashboard sidecar default label @@ -59,7 +61,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.12...HEAD +[Unreleased]: https://github.com/gravitational/gha-exporter/compare/v0.0.13...HEAD +[0.0.13]: https://github.com/gravitational/gha-exporter/compare/v0.0.12...v0.0.13 [0.0.12]: https://github.com/gravitational/gha-exporter/compare/v0.0.11...v0.0.12 [0.0.11]: https://github.com/gravitational/gha-exporter/compare/v0.0.10...v0.0.11 [0.0.10]: https://github.com/gravitational/gha-exporter/compare/v0.0.9...v0.0.10