bump version to 2.0.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2c0abe9234
commit
415690a0e7
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "proxmox-backup"
|
name = "proxmox-backup"
|
||||||
version = "2.0.2"
|
version = "2.0.3"
|
||||||
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,29 @@
|
||||||
|
rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* api: apt: add repositories info and update calls
|
||||||
|
|
||||||
|
* ui: administration: add APT repositories status and update panel
|
||||||
|
|
||||||
|
* api: access domains: add get/create/update/delete endpoints for realms
|
||||||
|
|
||||||
|
* ui: access control: add 'Realm' tab for adding and editing OpenID Connect
|
||||||
|
identity provider
|
||||||
|
|
||||||
|
* fix #3447: ui: Dashboard: disallow selection of datastore statistics row
|
||||||
|
|
||||||
|
* ui: tapeRestore: make window non-resizable
|
||||||
|
|
||||||
|
* ui: dashboard: rework resource-load panel to a more detailed status panel,
|
||||||
|
showing, among other things, uptime, Kernel version, CPU info and
|
||||||
|
repository status.
|
||||||
|
|
||||||
|
* ui: adminsitration/dashboard: auto-scale columns count and add
|
||||||
|
browser-local setting to override that to a fixed value of columns.
|
||||||
|
|
||||||
|
* fix #3212: api, ui: add support for notes on backup groups
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 08:07:41 +0200
|
||||||
|
|
||||||
rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium
|
rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium
|
||||||
|
|
||||||
* ui: use task list component from widget toolkit
|
* ui: use task list component from widget toolkit
|
||||||
|
|
Loading…
Reference in New Issue