]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 3.2.0-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:47:23 +0000 (23:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:47:30 +0000 (23:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 578a739fb8f5efc6fe13f6e074d5f8cfb91e9e64..1a82e9750a0df99aade7d004ad4c3f1d47c3e239 100644 (file)
@@ -1,5 +1,5 @@
 [workspace.package]
-version = "3.1.5"
+version = "3.2.0"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index a1328c7cdda4426b1c968af6e475cf1a55226f17..e4662b3df24b4fb9b9d81c0e3bf59636a88e0c69 100644 (file)
@@ -1,3 +1,58 @@
+rust-proxmox-backup (3.2.0-1) bookworm; urgency=medium
+
+  * fix #5248: client: allow self-signed/untrusted certificate chains
+
+  * api: make prune-group a real worker task to avoid timeouts after 30s
+
+  * ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth'
+
+  * api: assert that maintenance mode transitions are valid, e.g., do
+    not allow clearing the special "delete" maitenance mode
+
+  * fix #3217: ui: add global prune and GC job view for an overview over
+    all datastores
+
+  * fix #4723: manager: add new "garbage-collection list" CLI command to
+    list all GC jobs
+
+  * ui: garbage collection: show removed and pending data of last run in
+    bytes
+
+  * fix #5251: login: set autocomplete on password and user
+
+  * allow sending notifications via advanced proxmox-notify crate
+
+  * api: add endpoints for querying known notification values/fields
+
+  * api: add endpoints for gotify, smtp, and sendmail targets
+
+  * api: add endpoints for managing notification matchers
+
+  * api: add endpoints for querying/testing notification targets
+
+  * server: notifications:
+    - send tape notifications via notification system
+    - send ACME notifications via notification system
+    - send update notifications via notification system
+    - send sync notifications via notification system
+    - send verify notifications via notification system
+    - send prune notifications via notification system
+    - send GC notifications via notification system
+
+  * docs: add documentation for notification system
+
+  * ui: notifications: pull in UX improvements for match rules creation
+
+  * api: notification: also list datastores if user has only Backup
+    privs
+
+  * manager: add CLI commands for SMTP, sendmail, and gotify
+    endpoints
+
+  * manager: add CLI for administrating notification matchers and targets
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Apr 2024 23:45:29 +0200
+
 rust-proxmox-backup (3.1.5-1) bookworm; urgency=medium
 
   * fix #5190: api: OIDC: accept generic URIs for the ACR value