Bump version 1.1.0
This commit is contained in:
parent
864f63600a
commit
880b47131c
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.0 (2023/02/02)
|
||||||
|
|
||||||
|
* Update Restic 0.15.1
|
||||||
|
* Update prometheus-client 0.16.0
|
||||||
|
* Fix snapshot time parsing for old versions of Restic. Resolves #1
|
||||||
|
* Exit if the repository password is not configured
|
||||||
|
* Improve error handling and better log traces
|
||||||
|
* Rename PASSWORD_FILE env var to RESTIC_REPO_PASSWORD_FILE
|
||||||
|
* Update Grafana dashboard
|
||||||
|
* Add documentation for other backends
|
||||||
|
|
||||||
## 1.0.0 (2022/12/06)
|
## 1.0.0 (2022/12/06)
|
||||||
|
|
||||||
* First release
|
* First release
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "ngosang-restic-exporter",
|
"name": "ngosang-restic-exporter",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"author": "ngosang@hotmail.es"
|
"author": "ngosang@hotmail.es"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue