[openstack-dev] [release][oslo] oslo.utils release 3.4.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Jan 14 03:53:01 UTC 2016


We are amped to announce the release of:

oslo.utils 3.4.0: Oslo Utility library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.utils

With package available at:

    https://pypi.python.org/pypi/oslo.utils

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.utils

For more details, please see below.


Changes in oslo.utils 3.3.0..3.4.0
----------------------------------

d8c7754 Updated from global requirements
e995d73 Use assertTrue/False instead of assertEqual(T/F)
077fee4 Add a mechanism to mask passwords in dictionaries
18f6dc7 Add "configdrive" to the list of keys used by mask_password()
3c5ce7b assertIsNone(val) instead of assertEqual(None,val)

Diffstat (except docs and test files)
-------------------------------------

oslo_utils/strutils.py              | 75 ++++++++++++++++++++++++++++++++++++-
test-requirements.txt               |  2 +-
5 files changed, 128 insertions(+), 6 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 2b6c507..e3bc095 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -28 +28 @@ mock>=1.2
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0





More information about the OpenStack-dev mailing list