From b48427720a8d146e47913a635b47e70024ca246c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Apr 2025 17:57:16 +0200 Subject: [PATCH] bump version to 3.3.6-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3103e33..6d9effa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.3.5" +version = "3.3.6" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index fe7f0308..016b2318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +rust-proxmox-backup (3.3.6-1) bookworm; urgency=medium + + * datastore: ignore group locking errors when removing snapshots, they + normally happen only due to old-locking, and the underlying snapshot is + deleted in any case at this point, so it's no help to confuse the user. + + * api: datastore: add error message on failed removal due to old locking and + tell any admin what they can do to switch to the new locking. + + * ui: only add delete parameter on token edit, not when creating tokens. + + * pbs-client: allow reading fingerprint from system credential. + + * docs: client: add section about system credentials integration. + + -- Proxmox Support Team Thu, 03 Apr 2025 17:57:02 +0200 + rust-proxmox-backup (3.3.5-1) bookworm; urgency=medium * api: config: use guard for unmounting on failed datastore creation