[new][sahara] python-saharaclient 0.14.1 release (mitaka)
We are amped to announce the release of: python-saharaclient 0.14.1: Client library for Sahara API This release is part of the mitaka stable release series. With source available at: https://git.openstack.org/cgit/openstack/python-saharaclient Please report issues through launchpad: https://bugs.launchpad.net/python-saharaclient For more details, please see below. 0.14.1 ^^^^^^ Upgrade Notes ************* * Option 'version' is replaced by 'plugin-version' option. Bug Fixes ********* * Option 'version' is a global option, which is used for getting the client version. So there were problems with the OpenStack client, when we specified 'version' of the plugin, but OSC treated that as a request for getting the current client version. Hence, to fix this problem, 'version' is replaced by 'plugin-version'. Related bug 1565775. Changes in python-saharaclient 0.14.0..0.14.1 --------------------------------------------- 9ad3557 Change plugin version 'version' parameter to 'plugin-version' b141154 Updated from global requirements 590fccc Updated from global requirements Diffstat (except docs and test files) ------------------------------------- ...version_to_plugin-version-20cfe17530446391.yaml | 10 ++++ requirements.txt | 4 +- saharaclient/osc/v1/cluster_templates.py | 30 +++++------ saharaclient/osc/v1/clusters.py | 20 ++++---- saharaclient/osc/v1/job_types.py | 12 ++--- saharaclient/osc/v1/node_group_templates.py | 34 ++++++------- saharaclient/osc/v1/plugins.py | 13 ++--- 12 files changed, 147 insertions(+), 128 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5eefe56..777fa36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ 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 @@ -14 +14 @@ oslo.utils>=3.5.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org