bump version to 2.1.8-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-02 17:36:17 +02:00
parent 29c56859b0
commit 60ed7aeae6
3 changed files with 14 additions and 2 deletions

View File

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

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
rust-proxmox-backup (2.1.8-1) bullseye; urgency=medium
* api: status: return gc-status again
* proxmox-backup-proxy: stop accept() loop on daemon shutdown to avoid that
new request get accepted while the REST stack is already stopped, for
example on the reload triggered by a package upgrade.
* pull: improve filtering local removal candidates
-- Proxmox Support Team <support@proxmox.com> Mon, 02 May 2022 17:36:11 +0200
rust-proxmox-backup (2.1.7-1) bullseye; urgency=medium
* pbs-tape: sgutils2: check sense data when status is 'CHECK_CONDITION'

View File

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