diff --git a/Cargo.toml b/Cargo.toml index 1a82e975..09bc8464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.0" +version = "3.2.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index e4662b3d..e94ebde1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +rust-proxmox-backup (3.2.1-1) bookworm; urgency=medium + + * implement Active Directory support: + - api: access: add routes for managing AD realms + - config: domains: add new "ad" section type for AD realms + - realm sync: add sync job for AD realms + - manager cli: add sub-command for managing AD realms + - docs: user-management: add section about AD realm support + + * auth: fix requesting the TFA write lock exclusively + + * installation: add section about unattended/automatic installation + + * api: tape config: forbid reusing IDs between tape changer and tape drive + + * api: add support for creating and updating VLAN interfaces + + * ui: enable the VLAN widget that got moved over from PVE to the generic + widget-toolkit + + -- Proxmox Support Team Wed, 24 Apr 2024 22:05:36 +0200 + rust-proxmox-backup (3.2.0-1) bookworm; urgency=medium * fix #5248: client: allow self-signed/untrusted certificate chains