From fc9442a63899b8171ab811bb7145d854841d60ba Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 5 Sep 2024 14:26:14 +0200 Subject: [PATCH] NEWS: Mention breakage of scrip-friendly virsh output Signed-off-by: Peter Krempa Reviewed-by: Jiri Denemark --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8b89a7c9ee..beea8221e1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,17 @@ v10.8.0 (unreleased) * **Bug fixes** + * virsh: Fix script-friedly output of ``virsh list --uuid`` + + The script-friendly output of just 1 UUID per line was mistakenly replaced + by the full human-targetted table view full of redundant information + and very hard to parse. Users who wish to see the UUIDs in the tabular + output need to use ``virsh list --table --uuid`` as old behaviour was + reverted. + + Note that this also broke the ``libvirt-guests`` script. The bug was + introduced in `v10.7.0 (2024-09-02)`_. + v10.7.0 (2024-09-02) ====================