bump version to 2.2.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1d9ba1cc8b
commit
007388f053
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "proxmox-backup"
|
||||
version = "2.1.10"
|
||||
version = "2.2.0"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Dominik Csapak <d.csapak@proxmox.com>",
|
||||
|
|
|
@ -1,3 +1,43 @@
|
|||
rust-proxmox-backup (2.2.0-1) bullseye; urgency=medium
|
||||
|
||||
* cli: improve namespace integration in proxmox-backup-client and
|
||||
proxmox-tape
|
||||
|
||||
* docs: tape: add information about namespaces
|
||||
|
||||
* api: datastore status: make counts for groups and snapshots iterate over
|
||||
all accessible namespaces recursively
|
||||
|
||||
* ui: fix storeId casing to register store correctly, so that we can query
|
||||
it again for the ACL permission path selector
|
||||
|
||||
* ui: trigger datastore update after maintenance mode edit
|
||||
|
||||
* ui: namespace selector: set queryMode to local to avoid bogus background
|
||||
requests on typing
|
||||
|
||||
* ui: sync job: fix clearing value of remote target-namespace by mistake on
|
||||
edit
|
||||
|
||||
* ui: remote target ns selector: add clear trigger
|
||||
|
||||
* ui: prune group: add namespace info to title
|
||||
|
||||
* fix #4001: datastore/catalog: add number of files to directory entry
|
||||
|
||||
* fix #4001: ui: add prefix to files downloaded through the pxar browser
|
||||
|
||||
* ui: datastore: reload content tree on successful datastore add
|
||||
|
||||
* ui: datastore: allow deleting currently shown namespace
|
||||
|
||||
* docs: rework access control, list available privileges
|
||||
|
||||
* docs: access control: add "Objects and Paths" section and fix
|
||||
add-permission screenshot
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 16 May 2022 11:06:05 +0200
|
||||
|
||||
rust-proxmox-backup (2.1.10-1) bullseye; urgency=medium
|
||||
|
||||
* datastore: drop bogus chunk size check, can cause trouble
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pbs-buildcfg"
|
||||
version = "2.1.10"
|
||||
version = "2.2.0"
|
||||
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