[openstack-announce] [release][magnum] python-magnumclient 2.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 13:24:33 UTC 2016


We are overjoyed to announce the release of:

python-magnumclient 2.1.0: Client library for Magnum API

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-magnumclient

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-magnumclient 2.0.0..2.1.0
-------------------------------------------

3e025e4 Updated from global requirements
85fc6c1 Add endpoint_override parameter to python-magnumclient
b1a2b8e Updated from global requirements
c870080 Revert "Parameter format change for ca-show and ca-sign"
e7dd4ea Updated from global requirements
3291208 Parameter format change for ca-show and ca-sign
4aa7dc8 Updated from global requirements
7196789 Fix the container-list with --limit 'a negative number'
741dcb5 Remove the update function of container
a39c372 Add missing user message
fb539ee Add marker/limit/sort-key/sort-dir features for bay-list
0e11e68 Add marker/limit/sort-key/sort-dir features for container-list
905e6ee Allow semicolons in list of labels
346c2f9 Add unit tests for MServiceManager.list() method
c909b12 Add unit tests for ContainerManager.list() method
87b2a04 Add unit tests for BayModelManager.list() method
c414531 Add unit tests for BayManager.list() method
e9c6c1a Adapt http response error message parsing

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

magnumclient/common/httpclient.py               |   6 ++
magnumclient/common/utils.py                    |   6 +-
magnumclient/v1/baymodels_shell.py              |   4 +-
magnumclient/v1/bays_shell.py                   |  25 ++++-
magnumclient/v1/client.py                       |   8 +-
magnumclient/v1/containers.py                   |   3 -
magnumclient/v1/containers_shell.py             |  25 ++++-
magnumclient/v1/pods_shell.py                   |   2 +
magnumclient/v1/replicationcontrollers_shell.py |   2 +
magnumclient/v1/services_shell.py               |   2 +
requirements.txt                                |   4 +-
test-requirements.txt                           |   4 +-
20 files changed, 587 insertions(+), 27 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 401cc91..688b8ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -9 +9 @@ keystoneauth1>=2.1.0 # Apache-2.0
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c70fce6..5ea3765 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.11,>=0.10.0
-bandit>=0.17.3 # Apache-2.0
+bandit>=1.0.1 # Apache-2.0
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-announce mailing list