From 6c90a546095b1ea34182672a6c01e971684e8d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Sat, 11 Feb 2023 23:18:33 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd4c88..2d3d207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- GitLab