From d1d328d582219f1b85e05684351c590c0b19c977 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 17 May 2022 14:03:28 +0200 Subject: [PATCH] bump version to 2.2.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 28 ++++++++++++++++++++++++++++ pbs-buildcfg/Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f041ff61..41980292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.0" +version = "2.2.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 6b96edad..5a44911f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +rust-proxmox-backup (2.2.1-1) UNRELEASED; urgency=medium + + * docs: update some screenshots and add new ones + + * docs: port overcertificate management chapters from Proxmox VE + + * ui: datastore/Summary: correctly show the io-delay chart + + * ui: sync/verify jobs: use pmxDisplayEditField to fix editing + + * ui: server status: use power of two base for memory and swap + + * ui: use base 10 (SI) for all storage related displays + + * ui: datastore selector: show maintenance mode in selector + + * docs: basic maintenance mode section + + * docs: storage: refer to options + + * storage: add some initial namespace docs + + * ui: tape restore: fix form validation for datastore mapping + + * ui: namespace selector: show picker empty text if no namespace + + -- Proxmox Support Team Tue, 17 May 2022 13:56:50 +0200 + rust-proxmox-backup (2.2.0-2) bullseye; urgency=medium * client: add CLI auto-completion callbacks for ns parameters diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index e9e0c9b5..7d8e85b1 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.0" +version = "2.2.1" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"