Update changelog

This commit is contained in:
ngosang 2023-03-18 16:18:36 +01:00
parent 26bab7ba5d
commit 135cf592d2

View file

@ -1,12 +1,13 @@
# Changelog
## next_release
## 1.2.0 (2023/03/18)
* Added EXIT_ON_ERROR env var - now is possible to control exit_on_errors
behaviour
* Added NO_CHECK env var, now is possible not perform restic check operation
* Added NO_STATS env var, now is possible not collect per backup stats
* Added backup tag to the metric labels (if tags is present)
* Add new label "snapshot_tag" in the metrics with the backup tag (if tags is present)
* Add new metric "restic_scrape_duration_seconds"
* Add EXIT_ON_ERROR env var to control behaviour on error
* Add NO_CHECK env var to skip restic check stats
* Add NO_STATS env var to skip stats per backup
* Fix crash when backup username is empty. #7
## 1.1.0 (2023/02/02)