Ussuri Series Release Notes

4.1.2-4

Security Issues

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

Bug Fixes

  • Fix regex used to mask the 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.1.0

Bug Fixes

  • QEMU 4.1.0 output shifts to scientific notation at 1000MB, breaking oslo.utils. QemuImgInfo is now fixed to support this notation.

4.0.0

Upgrade Notes

  • Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.

3.42.1

Security Issues

  • This patch ensures that we mask sensitive data when masking dicts, even if the case doesn’t match. This means the behaviour of mask_password and mask_dict_password is now the same.

  • Additional password names were included from real world logs that contained sensitive information.