From b810972823bfdccb31934668728cdd6f29748909 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 Nov 2021 22:45:50 +0100 Subject: [PATCH] bump version to 2.1.0-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 27 +++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6447c21..a3b6ee39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.0.14" +version = "2.1.0" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9fe55ebe..0c84a669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 20 Nov 2021 22:44:07 +0100 + rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium * fix directory permission problems diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 7445e81c..65061098 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.0.14" +version = "2.1.0" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"