]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 3.0.0-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 18:00:00 +0000 (20:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 18:19:25 +0000 (20:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index babe7c7b2339f9afc647386eb366c10419f025de..ea2d0cef155e975d0e46c5eff27fa4a86a432ac2 100644 (file)
@@ -1,5 +1,5 @@
 [workspace.package]
-version = "2.99.0"
+version = "3.0.0"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index c6372c0dee4c317a4860384095dfd0d800b076fc..0ce27166aa705860e3d4fd4880acfe2afa2f18c2 100644 (file)
@@ -1,3 +1,35 @@
+rust-proxmox-backup (3.0.0-1) bookworm; urgency=medium
+
+  * ui: tape: fix restore datastore mapping parameter construction
+
+  * fix #4638: proxmox-backup-client: status: guard against div by zero
+
+  * file-restore: add zfs. prefix to arc_min/max settings so that they get
+    actually applied
+
+  * file-restore: set zfs_arc_min to current lowest valid minimum of 32M
+
+  * fix #4734: manager: add user tfa {list, delete} commands
+
+  * api: fix schema return annotation of tfa_update_auth
+
+  * access: ldap check connection on creation and change
+
+  * api, manager: add user tfa unlock endpoint and command
+
+  * enable TFA lockout, for the relatively low-entropy TOTP type after 8
+    consecutive tries, for all other types after 1000 consecutive tries, as
+    they have much higher entropy
+
+  * ui: add TFA lock status and unlock button
+
+  * docs: user-management: add section for TFA lockouts
+
+  * docs: update package repos and secure APT release key checksums for
+    Debian 12 Bookworm based release
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Jun 2023 19:59:56 +0200
+
 rust-proxmox-backup (2.99.0-1) bookworm; urgency=medium
 
   * initial re-build for Debian 12 Bookworm based releases