Bump version 1.4.0
This commit is contained in:
parent
9070dc9aef
commit
9c5e0d0071
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.4.0 (2023/10/14)
|
||||||
|
|
||||||
|
* Include metric label client_version. Resolves #5
|
||||||
|
* Update Grafana dashboard to include repository locks and client version
|
||||||
|
* Update Restic 0.16.0
|
||||||
|
* Update Python 3.12
|
||||||
|
|
||||||
## 1.3.0 (2023/07/30)
|
## 1.3.0 (2023/07/30)
|
||||||
|
|
||||||
* Add new metric "restic_locks_total" with the number of repository locks
|
* Add new metric "restic_locks_total" with the number of repository locks
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "ngosang-restic-exporter",
|
"name": "ngosang-restic-exporter",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"author": "ngosang@hotmail.es"
|
"author": "ngosang@hotmail.es"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue