From a3fd21563883eb64bad33c85cd0fd5bf1150740e Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 8 Dec 2025 11:26:49 +0100 Subject: [PATCH] bump to 0.7.1 --- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd5070..94a730c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,21 @@ Template: # Upcoming Release +# v0.7.1 + +## New Features + +- Add a Grafana dashboard showing SSL certificate renewal jobs + +## Fixes + +- Fix let's encrypt certificate renewal jobs by removing duplicated domain name. + Also adds an assertion to catch these kinds of errors. + +## Other Changes + +- Reduce number of late SSL renewal alert by merging all metrics corresponding to one CN. + # v0.7.0 ## Breaking Changes diff --git a/VERSION b/VERSION index bcaffe1..7deb86f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file