From 3cf12ffac9eabc9129af90002f6b8b77ec045d49 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 1 Jun 2022 13:04:34 +0200 Subject: [PATCH] bump version to 2.2.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 46 +++++++++++++++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da58a9b6..507346bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.1" +version = "2.2.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 8a2cc882..311150c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +rust-proxmox-backup (2.2.2-1) bullseye; urgency=medium + + * Revert "verify: allow '0' days for reverification", was already possible + by setting "ignore-verified" to false + + * ui: datastore permissions: allow ACL path edit & query namespaces + + * accessible group iter: allow NS descending with DATASTORE_READ privilege + + * prune datastore: rework worker tak log + + * prune datastore: support max-depth and improve priv checks + + * ui: prune input: support opt-in recursive/max-depth field + + * add prune job config and api, allowing one to setup a scheduled pruning + for a specific namespace only + + * ui: add ui for prune jobs + + * api: disable setting prune options in datastore.cfg and transform any + existing prune tasks from datastore config to new prune job config in a + post installation hook + + * proxmox-tape: use correct api call for 'load-media-from-slot' + + * avoid overly strict privilege restrictions for some API endpoints and + actions when using namespaces. Better support navigating the user + interface when only having Datastore.Admin on a (sub) namespace. + + * include required privilege names in some permission errors + + * docs: fix some typos + + * api: status: include empty entry for stores with ns-only privs + + * ui: datastore options: avoid breakage if rrd store ore active-ops cannot + be queried + + * ui: datastore content: only mask the inner treeview, not the top bar on + error to allow a user to trigger a manual reload + + * ui: system config: improve bottom margins and scroll behavior + + -- Proxmox Support Team Wed, 01 Jun 2022 13:04:19 +0200 + rust-proxmox-backup (2.2.1-1) bullseye; urgency=medium * docs: update some screenshots and add new ones diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 7d8e85b1..f43d8645 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.1" +version = "2.2.2" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir" -- 2.39.5