]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention breakage of scrip-friendly virsh output
authorPeter Krempa <pkrempa@redhat.com>
Thu, 5 Sep 2024 12:26:14 +0000 (14:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Sep 2024 13:24:55 +0000 (15:24 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 8b89a7c9ee3a3b85d7867a696347107c758c954d..beea8221e1c022a202d887f45c7cadc1d345f358 100644 (file)
--- 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)
 ====================