Victoria Series Release Notes¶
4.6.1-2¶
Security Issues¶
This patch ensures that we mask sensitive data when masking password, even if double quotes are used as password value.
4.6.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.5.0¶
New Features¶
New method
is_json
is_yaml
added in fileutils. These can be used to check if file is JSON or YAML formatted.
4.4.0¶
New Features¶
New method
netutils.get_mac_addr_by_ipv6(ipv6, dialect)
extracts the MAC address from IPv6 addresses generated from MACs.
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.
3.18.0¶
Other Notes¶
Introduce reno for deployer release notes.
3.13.0¶
Bug Fixes¶
Expanded range of allowed ports by adding 0 to valid number.