bump version to 3.0.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-26 20:00:00 +02:00
parent 2a0fc7f32f
commit 44f9f8dec6
2 changed files with 33 additions and 1 deletions

View 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>",

32
debian/changelog vendored
View 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