bump version toö 2.0.8-1
This commit is contained in:
parent
140c159b36
commit
e16c289f50
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "proxmox-backup"
|
name = "proxmox-backup"
|
||||||
version = "2.0.7"
|
version = "2.0.8"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* use proxmox-apt to 0.6
|
||||||
|
|
||||||
|
* api: apt: adapt to proxmox-apt back-end changes
|
||||||
|
|
||||||
|
* api/ui: allow zstd compression for new zpools
|
||||||
|
|
||||||
|
* tape: media_catalog: add snapshot list cache for catalog
|
||||||
|
|
||||||
|
* api2: tape: media: use MediaCatalog::snapshot_list for content listing
|
||||||
|
|
||||||
|
* tape: lock media_catalog file to to get a consistent view with load_catalog
|
||||||
|
|
||||||
|
* tape: changer: handle libraries that sends wrong amount of data
|
||||||
|
|
||||||
|
* tape: changer: remove unnecesary inquiry parameter
|
||||||
|
|
||||||
|
* api2: tape/restore: commit temporary catalog at the end
|
||||||
|
|
||||||
|
* docs: tape: add instructions on how to restore the catalog
|
||||||
|
|
||||||
|
* ui: tape/ChangerStatus: improve layout for large libraries
|
||||||
|
|
||||||
|
* tape: changer: handle invalid descriptor data from library in status page
|
||||||
|
|
||||||
|
* datastore config: cleanup code (use flatten attribute)
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 02 Aug 2021 10:34:55 +0200
|
||||||
|
|
||||||
rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium
|
rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium
|
||||||
|
|
||||||
* tape changer: better cope with models that are not following spec
|
* tape changer: better cope with models that are not following spec
|
||||||
|
|
Loading…
Reference in New Issue