From e49b2222d65b012c3b061e2775dd17e847db9a0a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 14 Nov 2025 00:39:45 +0100 Subject: [PATCH] bump version to 9.0.16 Signed-off-by: Thomas Lamprecht --- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/debian/changelog b/debian/changelog index e389a0b..dbd7aa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +libpve-storage-perl (9.0.16) trixie; urgency=medium + + * add pve-vm-image-format standard option for VM image formats. + + * disks: add a guard possible nonexistent field to avoid useless warning. + + * storage migrate: remove remnant from rsync-based migration + + * storage migrate: avoid ssh overhead when moving a volume locally. + + * allow volume import of iso, snippets, vztmpl and import. + + * lvm thin plugin: do not combine activation change and property change to + avoid a warning and hedge against potential unknown issues/edge cases. + + * api: smart: return unknown health instead of error message, like the web + UI already expects us too. + + * fix #6224: disks: get: set timeout for retrieval of SMART stat data + + * plugin: introduce hints for activating and mapping volumes. + + * rbd: pass rxbounce when mapping Windows VM guest volumes. + + * close #6669: plugin api: introduce on_update_hook_full() method. + + * lvm plugin: disallow disabling 'snapshot-as-volume-chain' while a qcow2 + image exists. + + * plugin api: backward compatible plugin api version bump for new volume + activation hints and new on_update_hook_full method. + + -- Proxmox Support Team Fri, 14 Nov 2025 00:39:39 +0100 + libpve-storage-perl (9.0.15) trixie; urgency=medium * allow uncompressed .tar files to be used as container templates.