Yoga Series Release Notes

4.12.3

Security Issues

  • This patch ensures that we mask sensitive data when masking password, even if double quotes are used as password value.

4.12.1

Bug Fixes

  • Fix regex used to mask password. The strutils.mask_password function will now correctly handle passwords that contain single or double quotes. Previously, only the characters before the quote were masked.

4.11.0

Bug Fixes

  • bug #1942682: Fix inconsistent value of QemuImgInfo.encrypted. Now the attribute is always ‘yes’ or None regardless of the format(human or json) used.