bump version to 2.2.8-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-24 17:41:51 +01:00
parent b1dacb0710
commit 8a93ac9ebe
3 changed files with 38 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-backup"
version = "2.2.7"
version = "2.2.8"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Dominik Csapak <d.csapak@proxmox.com>",

36
debian/changelog vendored
View File

@ -1,3 +1,39 @@
rust-proxmox-backup (2.2.8-1) bullseye; urgency=medium
* fix #4274: implement prune notifications, defaulting to sending a mail on
error
* ui: node certificate: make parent panel scrollable
* api tape inventory: optionally try to restore catalogs
* proxmox-tape: add 'catalog' option to 'inventory' sub-command
* fix #4301: proxmox-backup-manager CLI: correctly pass rate limit
parameters to API
* fix #4287: d/control: recommend proxmox-mail-forward for handling mail
forwarding to the mail address configured for root@pam in PBS.
* ui: improve tape/drive icon positioning/size
* ui: prune job edit: fix disabling jobs
* fix #3828: debug cli: add `diff archive` command for comparing pxar
archives from two arbitrary snapshots
* make tasklog downloadable in the backup server backend
* fix #4077: improve estimated full metric on ext4 file systems by
accounting for root-reserved space
* ui: change reporting of the estimated-time-full to "Full" if no space
* disk: smartctl: ignore bit 2 of exitcode
-- Proxmox Support Team <support@proxmox.com> Thu, 24 Nov 2022 17:41:22 +0100
rust-proxmox-backup (2.2.7-1) bullseye; urgency=medium
* ui: fix default language display

View File

@ -1,6 +1,6 @@
[package]
name = "pbs-buildcfg"
version = "2.2.7"
version = "2.2.8"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "macros used for pbs related paths such as configdir and rundir"