diff --git a/Cargo.toml b/Cargo.toml index d3ac8c8a..69703a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.8" +version = "2.1.9" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index f3238401..894f6a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +rust-proxmox-backup (2.1.9-1) UNRELEASED; urgency=medium + + * api: tape restore: lock the target datastore, not the source one + + * chunk store: force write chunk again if it exist but its metadata length + is zero + + * completion: fix 'group-filter' parameter name + + * implement backup namespaces for datastores, allowing one to reuse a single + chunkstore deduplication domain for multiple sources without naming + conflicts and with fine-grained access control. + + * make various datastore related API calls backup namespace aware + + * make sync and pull backup namespace aware + + * ui: datastore content: show namespaces but only one level at a time + + * ui: make various datastore related UI components namespace aware + + -- Proxmox Support Team Thu, 12 May 2022 09:41:30 +0200 + rust-proxmox-backup (2.1.8-1) bullseye; urgency=medium * api: status: return gc-status again diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index a5774c86..6ae0466a 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.8" +version = "2.1.9" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"