[openstack-dev] [new][openstackclient] osc-lib 1.2.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 11 17:18:51 UTC 2016


We are delighted to announce the release of:

osc-lib 1.2.0: OpenStackClient Library

This release is part of the ocata release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/osc-lib

Download the package from:

    https://pypi.python.org/pypi/osc-lib

Please report issues through launchpad:

    https://bugs.launchpad.net/python-openstackclient

For more details, please see below.

1.2.0
^^^^^

Security Issues

* This release contains the fix for bug 1630822 so that passwords
  are no longer leaked when using the "--debug" or "-vv" options.

   (https://bugs.launchpad.net/python-openstackclient/+bug/1630822)

Changes in osc-lib 1.1.0..1.2.0
-------------------------------

455eb36 Add release note for security bug 1630822
a9e8aae Improve output of supported client versions
fbe6b95 Enable release notes translation
824c66e Updated from global requirements
0a82bd7 Mask passwords in debug logs for auth_config_hook
1833c66 Updated from global requirements
c14bba3 Fix a tiny typo in documentation
32cab47 Updated from global requirements
58dd24f Updated from global requirements
647ed96 TrivilalFix: Using assertIsNone() instead of assertEqual(None)
433ddf0 Updated from global requirements
944a668 Update docstring to match params
e65d4f7 Incorrect usage message when no auth param passed
c1adac6 standardize release note page ordering
198b71c Update reno for stable/newton
9915041 Updated from global requirements
7ca698a Prompt for auth options
c1a81af Clean imports in code
00a50bf TrivialFix: Remove logging import unused
66482bf Updated from global requirements


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

osc_lib/api/auth.py                                | 42 ++++++++++++----------
osc_lib/cli/client_config.py                       | 18 +++++++---
osc_lib/clientmanager.py                           |  2 --
osc_lib/utils.py                                   |  4 ++-
...22-mask-password-on-debug-20dcdf1c54e84fa1.yaml |  7 ++++
releasenotes/source/conf.py                        |  3 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/newton.rst                     |  6 ++++
requirements.txt                                   |  6 ++--
test-requirements.txt                              |  8 ++---
12 files changed, 69 insertions(+), 38 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 93fe65d..d3809ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel>=2.3.4 # BSD
-cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
+cliff>=2.2.0 # Apache-2.0
@@ -10 +10 @@ keystoneauth1>=2.10.0 # Apache-2.0
-os-client-config!=1.19.0,!=1.19.1,!=1.20.0,>=1.13.1 # Apache-2.0
+os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0
@@ -14 +14 @@ simplejson>=2.2.0 # MIT
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bec18dc..0a11e42 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +10,3 @@ oslotest>=1.10.0 # Apache-2.0
-requests-mock>=1.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-os-testr>=0.7.0 # Apache-2.0
+requests-mock>=1.1 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+os-testr>=0.8.0 # Apache-2.0
@@ -19 +19 @@ bandit>=1.1.0 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list