bump version to 2.1.9-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fbca018229
commit
71139be203
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "proxmox-backup"
|
||||
version = "2.1.8"
|
||||
version = "2.1.9"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
rust-proxmox-backup (2.1.9-1) UNRELEASED; urgency=medium
|
||||
|
||||
* api: tape restore: lock the target datastore, not the source one
|
||||
|
||||
* chunk store: force write chunk again if it exist but its metadata length
|
||||
is zero
|
||||
|
||||
* completion: fix 'group-filter' parameter name
|
||||
|
||||
* implement backup namespaces for datastores, allowing one to reuse a single
|
||||
chunkstore deduplication domain for multiple sources without naming
|
||||
conflicts and with fine-grained access control.
|
||||
|
||||
* make various datastore related API calls backup namespace aware
|
||||
|
||||
* make sync and pull backup namespace aware
|
||||
|
||||
* ui: datastore content: show namespaces but only one level at a time
|
||||
|
||||
* ui: make various datastore related UI components namespace aware
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 12 May 2022 09:41:30 +0200
|
||||
|
||||
rust-proxmox-backup (2.1.8-1) bullseye; urgency=medium
|
||||
|
||||
* api: status: return gc-status again
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pbs-buildcfg"
|
||||
version = "2.1.8"
|
||||
version = "2.1.9"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
description = "macros used for pbs related paths such as configdir and rundir"
|
||||
|
|
Loading…
Reference in New Issue