mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-09 12:32:35 +00:00
bump version to 3.0.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2a0fc7f32f
commit
44f9f8dec6
@ -1,5 +1,5 @@
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "2.99.0"
|
version = "3.0.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||||
|
32
debian/changelog
vendored
32
debian/changelog
vendored
@ -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
|
rust-proxmox-backup (2.99.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* initial re-build for Debian 12 Bookworm based releases
|
* initial re-build for Debian 12 Bookworm based releases
|
||||||
|
Loading…
Reference in New Issue
Block a user