From cafbdb8c52bd57308d36d1f94d8c92987dc6bb5e Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Tue, 29 Jul 2025 17:28:23 +0200 Subject: [PATCH] bump version to 9.0.8 Signed-off-by: Fiona Ebner --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 48607ab..21579dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +libpve-storage-perl (9.0.8) trixie; urgency=medium + + * snapshot-as-volume-chain: fix offline removal of snapshot on directory + storage via UI/API by untainting/validating a filename correctly. + + * snapshot-as-volume-chain: fix typo in log message for rebase operation. + + * snapshot-as-volume-chain: ensure backing file references are kept relative + upon snapshot deletion. This ensures the backing chain stays intact should + the volumes be moved to a different path. + + * fix #6561: ZFS: ensure refquota for container volumes is correctly applied + after rollback. The quota is tracked via a ZFS user property. + + * btrfs plugin: remove unnecessary mkpath call + + * drop some left-overs for 'rootdir' sub-directory handling that were + left-over from when Proxmox VE supported OpenVZ. + + * path to volume ID conversion: properly quote regexes for hardening. + + -- Proxmox Support Team Tue, 29 Jul 2025 17:17:11 +0200 + libpve-storage-perl (9.0.7) trixie; urgency=medium * fix #6553: lvmthin: implement volume_rollback_is_possible sub