[release][sahara] python-saharaclient release 0.11.0 (liberty)
We are glad to announce the release of:
python-saharaclient 0.11.0: Client library for Sahara API
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/python-saharaclient
With package available at:
https://pypi.python.org/pypi/python-saharaclient
For more details, please see the git log history below and:
http://launchpad.net/python-saharaclient/+milestone/0.11.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-saharaclient
Changes in python-saharaclient 0.10.1..0.11.0 ---------------------------------------------
d7dae5e Updated from global requirements 3b2bfbb Support updates and ACL for objects 22688f0 Updated from global requirements d1ca351 Updated from global requirements 0e01b48 Improve help strings 44b02db Fixing query string for multiple opts c3fa053 Updated from global requirements 95e29fd Adding Data Sources support to CLI f0a3abe Add initial commit for integration with Openstackclient 298bc20 Add support OS_ENDPOINT_TYPE env variable to CLI
Diffstat (except docs and test files) -------------------------------------
requirements.txt | 8 +- saharaclient/api/base.py | 20 +- saharaclient/api/cluster_templates.py | 18 +- saharaclient/api/clusters.py | 16 +- saharaclient/api/data_sources.py | 7 +- saharaclient/api/job_binaries.py | 6 +- saharaclient/api/job_binary_internals.py | 9 + saharaclient/api/job_executions.py | 14 +- saharaclient/api/jobs.py | 9 + saharaclient/api/node_group_templates.py | 15 +- saharaclient/api/shell.py | 14 +- saharaclient/osc/__init__.py | 0 saharaclient/osc/plugin.py | 57 ++++++ saharaclient/osc/v1/__init__.py | 0 saharaclient/osc/v1/data_sources.py | 179 ++++++++++++++++++ saharaclient/osc/v1/plugins.py | 135 ++++++++++++++ saharaclient/osc/v1/utils.py | 43 +++++ saharaclient/shell.py | 4 +- setup.cfg | 16 +- test-requirements.txt | 2 +- 31 files changed, 1111 insertions(+), 31 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index a306909..dd734cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.4 +pbr<2.0,>=1.6 @@ -8 +8,2 @@ Babel>=1.3 -netaddr>=0.7.12 +cliff>=1.14.0 # Apache-2.0 +netaddr!=0.7.16,>=0.7.12 @@ -10 +11 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 @@ -11,0 +13 @@ python-keystoneclient>=1.6.0 +python-openstackclient>=1.5.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2a306df..0158543 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=1.2 -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.3.0 # Apache-2.0
participants (1)
-
doug@doughellmann.com