]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump version to 2.1.0-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 Nov 2021 21:45:50 +0000 (22:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 Nov 2021 09:32:17 +0000 (10:32 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
pbs-buildcfg/Cargo.toml

index e6447c217bec94b8f089883ce6e386b0421606c9..a3b6ee3911e3b459acebd4f29ceded236bddf499 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-backup"
-version = "2.0.14"
+version = "2.1.0"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Dominik Csapak <d.csapak@proxmox.com>",
index 9fe55ebeaf6b05a1ee0d1e101d4a62f40d0b5350..0c84a669dedce1c01c9f42dea36888a84b816e68 100644 (file)
@@ -1,3 +1,30 @@
+rust-proxmox-backup (2.1.0-1) bullseye; urgency=medium
+
+  * rest server: make successful-ticket auth log a debug one to avoid
+    syslog spam
+
+  * traffic-controls: add API/CLI to show current traffic
+
+  * docs: add traffic control section
+
+  * ui: use TFA widgets from widget toolkit
+
+  * sync: allow pulling groups selectively
+
+  * fix #3533: tape backup: filter groups according to config
+
+  * proxmox-tape: add missing notify-user option to backup command
+
+  * openid: allow arbitrary username-claims
+
+  * openid: support configuring the prompt, scopes and ACR values
+
+  * use human-byte for traffic-control rate-in/out and burst-in/out config
+
+  * ui: add traffic control view and editor
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 20 Nov 2021 22:44:07 +0100
+
 rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium
 
   * fix directory permission problems
index 7445e81cafd629a8a9cde3cd8d77cd17f3667c29..65061098f1dcd8f52a9241eb0ea0219153f2d17a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pbs-buildcfg"
-version = "2.0.14"
+version = "2.1.0"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 description = "macros used for pbs related paths such as configdir and rundir"