[release-announce] oslo.utils 4.10.1 (xena)
no-reply at openstack.org
no-reply at openstack.org
Tue Jan 18 10:08:54 UTC 2022
We are excited to announce the release of:
oslo.utils 4.10.1: Oslo Utility library
This release is part of the xena stable release series.
The source is available from:
https://opendev.org/openstack/oslo.utils
Download the package from:
https://pypi.org/project/oslo.utils
Please report issues through:
https://bugs.launchpad.net/oslo.utils/+bugs
For more details, please see below.
4.10.1
^^^^^^
Bug Fixes
* bug #1942682 (https://bugs.launchpad.net/oslo.utils/+bug/1942682):
Fix inconsistent value of *QemuImgInfo.encrypted*. Now the attribute
is always *'yes'* or *None* regardless of the format(*human* or
*json*) used.
* 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.
Changes in oslo.utils 4.10.0..4.10.1
------------------------------------
5ce8a7f Fix regex used to mask password
3e81ba7 QemuImgInfo: Fix inconsistent value format of encrypted
ceb83ed Update TOX_CONSTRAINTS_FILE for stable/xena
b298aef Update .gitreview for stable/xena
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 3 ++-
oslo_utils/imageutils.py | 2 +-
oslo_utils/strutils.py | 15 ++++++++++++++-
releasenotes/notes/bug-1942682-ea95d54b2587b32f.yaml | 6 ++++++
.../notes/fix_mask_password_regex-c0661f95a23369a4.yaml | 7 +++++++
tox.ini | 4 ++--
8 files changed, 50 insertions(+), 6 deletions(-)
More information about the Release-announce
mailing list