[release-announce] [magnum] python-magnumclient 2.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 14:10:21 UTC 2017


We are overjoyed to announce the release of:

python-magnumclient 2.7.0: Client library for Magnum API

This release is part of the pike release series.

The source is available from:

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

Download the package from:

    https://pypi.python.org/pypi/python-magnumclient

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-magnumclient 2.6.0..2.7.0
-------------------------------------------

f501b61 Remove log translations
7927f35 Updated from global requirements
5f3b69b OSC: Add cluster config command
a9918d1 OSC 4/4 Add remaining cluster commands
0fcaffa OSC 3/4 Add remaining CT commands
98c4ed7 OSC 2/4 Add Cluster Create and List
33a606b Updated from global requirements
7768eb6 OSC 1/4 Add CT create and UT framework
05c2494 Remove docker-volume-size from cluster-list
2e4f22b Updated from global requirements
e790a30 Make cluster name positional in ca-show
1477458 remove slash from kubernetes cluster context name
c7a1f6d Update the documentation link for doc migration
421c719 Updated from global requirements
9d834f8 Updated from global requirements
de67cbb switch to openstackdocstheme
899e6c2 Don't set a default for docker_volume_size
babbdb7 Updated from global requirements
7f57347 Make --profile load from environment variables
0f03836 Add --docker-volume-size for cluster-create
7380274 Updated from global requirements
96c304b Change assertTrue(isinstance()) by optimal assert


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

CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   4 +-
magnumclient/common/cliutils.py                    |  26 +-
magnumclient/common/utils.py                       | 121 +++++++
magnumclient/i18n.py                               |  12 +-
magnumclient/osc/v1/cluster_templates.py           | 339 ++++++++++++++++++-
magnumclient/osc/v1/clusters.py                    | 312 ++++++++++++++++++
magnumclient/shell.py                              |   2 +
magnumclient/v1/bays_shell.py                      | 119 +------
magnumclient/v1/certificates_shell.py              |  12 +-
magnumclient/v1/clusters.py                        |   1 +
magnumclient/v1/clusters_shell.py                  | 129 +-------
requirements.txt                                   |  12 +-
setup.cfg                                          |  15 +-
test-requirements.txt                              |   4 +-
31 files changed, 2147 insertions(+), 297 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b71114d..e5c898c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0 # MIT
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=3.1.0 # Apache-2.0
@@ -10 +10 @@ stevedore>=1.20.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -12 +12 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
@@ -14,2 +14,2 @@ oslo.utils>=3.20.0 # Apache-2.0
-os-client-config>=1.27.0 # Apache-2.0
-osc-lib>=1.5.1 # Apache-2.0
+os-client-config>=1.28.0 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -17 +17 @@ PrettyTable<0.8,>=0.7.1 # BSD
-cryptography>=1.6 # BSD/Apache-2.0
+cryptography!=2.0,>=1.6 # BSD/Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 26a1ab2..f311984 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0






More information about the Release-announce mailing list