From a85ebe36af5a1ae6776ff22eb76f59ecb4ba8304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 5 Nov 2025 09:13:20 +0100 Subject: [PATCH] bump version to 9.0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/changelog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59ea1f2..7aff201 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +libpve-storage-perl (9.0.14) trixie; urgency=medium + + * fix #6073: esxi: fix zombie process after storage removal + + * iscsi: add hostname support in portal addresses + + * api: status: document return types + + * fix #6845: make regexes in zvol deletion retry logic less restrictive + + * pvesm: print units in 'status' subcommand table headings + + * lvmplugin: use blkdiscard when supported instead cstream to saferemove drive + + * fix #6941: lvmplugin: fix volume activation of raw disk before secure delete + + * lvm plugin: improve error handling + + * lvm plugin: volume chains: add missing locking for import and snapshot actions + + * api: list: return 'formats' info in JSONSchema compatible fashion + + -- Proxmox Support Team Wed, 05 Nov 2025 09:11:18 +0100 + libpve-storage-perl (9.0.13) trixie; urgency=medium * deactivate volumes: terminate error message with newline.