From ef719f9a181bb3de7cf4f88ff3be7b44f5628b94 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Jul 2022 18:38:02 +0200 Subject: [PATCH] bump version to 2.2.4-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 47 +++++++++++++++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39906773..e946b9bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.3" +version = "2.2.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 3c87fa32..6adf1f26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +rust-proxmox-backup (2.2.4-1) bullseye; urgency=medium + + * config: remove duplicate privilege lookup in cached_user_info + + * add external metrics endpoint config + + * proxmox-backup-proxy: send metrics to configured metrics server + endpoints + + * ui: add view for configuring metric servers + + * fix #3867: server/api: send emails on certificate renewal failure + + * api: disk management: return partitions + + * internal: replace print with log macro + + * docs: add note for setting verbosity level + + * restore-daemon: make file listing "streaming" for better + interactivity on initial response + + * partially fix #2915: stat in case the entry from the read dir call does + not contains the file type, fixing issues on some odd filesystems. + + * tape reader: improve error for unknown magic number + + * api: tape/backup: improve behaviour for vanishing snapshots, only + log the event but do not fail the tasks + + * tape: include used tapes in job notification e-mails + + * api: move some blocking parts off to their own (reused) thread to + reduce the chance of sometimes blocking the tokio reactor thread handling + things like new incoming connections + + * api: optimize filtered snapshot listing + + * docs: let sphinx build man pages for better integration and less + cruft. With that we can better reuse central information from the + sphinx config + + * proxy: scheduler: only do a single start-up round of time alignment to + faster resume pending tasks + + -- Proxmox Support Team Thu, 14 Jul 2022 18:35:08 +0200 + rust-proxmox-backup (2.2.3-2) bullseye; urgency=medium * api: tape restore: use HumanByte for friendlier total/throughput reporting diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 491c26ac..720d8e32 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.3" +version = "2.2.4" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"