diff --git a/Cargo.toml b/Cargo.toml index a4027260..4d7f324b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.8" +version = "2.3.0" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index d565ed49..59659851 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +rust-proxmox-backup (2.3.0-1) bullseye; urgency=medium + + * proxmox-backup-manager CLI: fix checking for 'active' state when reading + task logs + + * datastore: make 'filesystem' the default sync-level + + * docs: add section on ransomware and describe how Proxmox Backup Server can + help to protect and recover from such attacks + + * ui: datastore: allow editing the `sync-level` and `chunk-order` tuning + settings in the datastore options + + * docs: update disks, datastore prune/GC and datastore options screenshots + + * docs: add section for prune jobs + + * fix #3335: allow removing all datastore contents on delete by setting new + `destroy-data` opt-in flag. + + * ui: datastore: override maintenance icon to a trash can if a datastore + gets currently destroyed + + * docs: don't mention CLI only anymore for tuning options + + * docs: add paragraph on verification jobs to ransomware section + + -- Proxmox Support Team Mon, 28 Nov 2022 16:10:43 +0100 + rust-proxmox-backup (2.2.8-1) bullseye; urgency=medium * fix #4274: implement prune notifications, defaulting to sending a mail on diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index de58369c..cc4e6016 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.8" +version = "2.3.0" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"