]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.0.3-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 06:07:55 +0000 (08:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 07:53:07 +0000 (09:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 155c9edab9a96da5fe20a7e80429bf9a8a6cd75c..78923474b72e03dd369f7da8935954322200b233 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.2"
+version = "2.0.3"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 29f9c079b0e8b06f8997daf88a77324f5bded588..4f21d35dd03e5c9c500247abfaaaaf90cdfa32d0 100644 (file)
@@ -1,3 +1,29 @@
+rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium
+
+  * api: apt: add repositories info and update calls
+
+  * ui: administration: add APT repositories status and update panel
+
+  * api: access domains: add get/create/update/delete endpoints for realms
+
+  * ui: access control: add 'Realm' tab for adding and editing OpenID Connect
+    identity provider
+
+  * fix #3447: ui: Dashboard: disallow selection of datastore statistics row
+
+  * ui: tapeRestore: make window non-resizable
+
+  * ui: dashboard: rework resource-load panel to a more detailed status panel,
+    showing, among other things, uptime, Kernel version, CPU info and
+    repository status.
+
+  * ui: adminsitration/dashboard: auto-scale columns count and add
+    browser-local setting to override that to a fixed value of columns.
+
+  * fix #3212: api, ui: add support for notes on backup groups
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Jul 2021 08:07:41 +0200
+
 rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium
 
   * ui: use task list component from widget toolkit