[release-announce] [sahara] python-saharaclient 1.4.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Nov 16 23:14:33 UTC 2017


We jubilantly announce the release of:

python-saharaclient 1.4.0: Client library for Sahara API

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-saharaclient 1.3.0..1.4.0
-------------------------------------------

4728d99 Updated from global requirements
95ac955 Updated from global requirements
9b9ff62 Add export of node group templates to CLI
4b840b3 Add export of cluster templates
b1c5415 Fix KeyError in "cluster scale" command
de595e2 Updated from global requirements
499290f [ut] replace .testr.conf with .stestr.conf
20fd8aa Updated from global requirements
889cbb5 Reorganize the documentation following the new structure
30c8b15 Updated from global requirements
ed08870 Add import of node group templates
daf20d9 Add import of Cluster Templates
d492543 Updated from global requirements
5afcf28 Updated from global requirements
142fc7e Updated from global requirements
4ac9f74 Adding volume_mount_prefix parameter
cd8f35a Add export of node group templates
3e8c24c Update reno for stable/pike
e9020a8 Update and optimize documentation links


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

.gitignore                                         |   2 +-
.stestr.conf                                       |   3 +
.testr.conf                                        |   7 -
CONTRIBUTING.rst                                   |   6 +-
README.rst                                         |  14 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |  14 +-
saharaclient/_i18n.py                              |   2 +-
saharaclient/api/cluster_templates.py              |   4 +
saharaclient/api/node_group_templates.py           |   4 +
saharaclient/osc/v1/cluster_templates.py           | 117 +++++++++++++++
saharaclient/osc/v1/clusters.py                    |   4 +-
saharaclient/osc/v1/node_group_templates.py        | 118 ++++++++++++++-
setup.cfg                                          |   4 +
test-requirements.txt                              |  10 +-
tox.ini                                            |   1 -
31 files changed, 634 insertions(+), 425 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b4a6c6b..3c65053 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel!=2.4.0,>=2.3.4 # BSD
-keystoneauth1>=3.1.0 # Apache-2.0
+keystoneauth1>=3.2.0 # Apache-2.0
@@ -10,5 +10,5 @@ osc-lib>=1.7.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+oslo.log>=3.30.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
@@ -16 +16 @@ requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index a5569f8..35b3e68 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+mock>=2.0.0 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -11,3 +11,3 @@ oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
-requests-mock>=1.1 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list