bump to 0.7.1
This commit is contained in:
parent
81da2ac193
commit
ae36f1f143
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
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
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.7.0
|
||||
0.7.1
|
||||
Loading…
Reference in a new issue