From f2b4f7f9550e06852e55e53490899774abecd599 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 12 Sep 2024 12:26:30 +0200 Subject: [PATCH] bump version to 8.2.4 Signed-off-by: Thomas Lamprecht --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec80430..eed5552 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +libpve-storage-perl (8.2.4) bookworm; urgency=medium + + * volume import: assume target API version is at least 9, which is supported + since the initial Proxmox VE 7.0 release. This allows removing some code + while keeping our upgrade path from 7 to 8. + + * btrfs: log executed command on failures + + * fix #5587: esxi: add support for more variants of how the VMX file + references disk file paths, allowing some nore niche use case like, e.g., + importing VMs from ESXi that where originally created on (older versions) + of the VMWare Player application. + + * fix #4272: btrfs: expose the ability to change the owner of a guest image + backed by a btrfs storage. + + * file size info query: avoid false-positive error when the qemu-img command + fails to return any output, which most often indicates that it timed out + + -- Proxmox Support Team Thu, 12 Sep 2024 12:26:15 +0200 + libpve-storage-perl (8.2.3) bookworm; urgency=medium * esxi: revert change to error handling from the fuse mount tool which would