On Fri, May 15, 2026 at 09:52:02 +0200, Martin Kletzander via Devel wrote: > From: Martin Kletzander <[email protected]> > > Signed-off-by: Martin Kletzander <[email protected]> > --- > NEWS.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 105a398ca879..9a97e4436746 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -21,6 +21,15 @@ v12.4.0 (unreleased) > > * **Bug fixes** > > + * esx/vmware: VMs are tracked under different UUIDs by default > + > + The VMWare-related drivers were using allegedly unique IDs for domains, > but > + it turned out they were not completely unique, even for the same host. > That > + caused an issue where a different domain could have been acted upon then > + requested. Unfortunately, to make this work, the UUIDs of all > + VMWare-related domains will change from this release. In order to use > the > + pre-v12.4.0 behaviour there is a new URI query parameter ``legacy_uuid`` > + which, if set to ``1``, will revert to the older way of working.
Keep two empty lines before previous version. > > v12.3.0 (2026-05-02) > ==================== > -- > 2.54.0 >
