Update changelog

This commit is contained in:
Jérôme Charaoui 2023-02-11 23:18:33 -05:00
parent 1ff99a27f1
commit 6c90a54609
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
### Added
- [core] prometheus metrics for backup status
### Changed
- [core] allow for disabling reports by email
### Fixed
- [borg] fix borg example: set cache_directory to source section
- [dup] actually run duplicity `remove-older-than` (#11345)
- [dup] remove default duplicity option `--extra-clean` (#11335)
- [dup.helper] re-add a version of the do_dup_src function (#11332)
- [restic] restic handler doesn't initialize test variable (#11328)
- [sys] remove old LUKS header backup file prior to regenerating (#11333)
- [sys] don't cancel partition backup if hwinfo absent (#11333)
## [1.2.1] - 2021-01-25
### Added