From 415690a0e77331cbccc72b68a2499657d045b859 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 12 Jul 2021 08:07:55 +0200 Subject: [PATCH] bump version to 2.0.3-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 155c9eda..78923474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.2" +version = "2.0.3" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 29f9c079..4f21d35d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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