We are happy to announce the release of: oslo.utils 4.12.1: Oslo Utility library This release is part of the yoga 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.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. Changes in oslo.utils 4.12.0..4.12.1 ------------------------------------ 6e17ae1 Fix regex used to mask password 38e5ba4 Update python testing classifier 3d585b7 Use LOG.warning instead of deprecated LOG.warn Diffstat (except docs and test files) ------------------------------------- oslo_utils/netutils.py | 2 +- oslo_utils/strutils.py | 15 ++++++++++++++- .../notes/fix_mask_password_regex-c0661f95a23369a4.yaml | 7 +++++++ setup.cfg | 2 ++ 6 files changed, 44 insertions(+), 8 deletions(-)