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