]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.2.2-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Jun 2022 11:04:34 +0000 (13:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Jun 2022 11:04:37 +0000 (13:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index da58a9b6d0c92bb546a5a44358e95cb2639737e3..507346bf16d606159448c05f9ee66dd333ed21d3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.2.1"
+version = "2.2.2"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 8a2cc8825125067661bb5e939cfe346b2c1a1f21..311150c2df299344904cb67a9903112519ff9ca6 100644 (file)
@@ -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 <support@proxmox.com>  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
index 7d8e85b190ae14676131568ae882bfe2c4540af8..f43d864576e53eb2a90f640ab661a034024e3d7d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.2.1"
+version = "2.2.2"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"