[new][sahara] python-saharaclient 0.17.0 release (newton)
We are thrilled to announce the release of:
python-saharaclient 0.17.0: Client library for Sahara API
This release is part of the newton release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-saharaclient
With package available at:
https://pypi.python.org/pypi/python-saharaclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-saharaclient
For more details, please see below.
0.17.0 ^^^^^^
New Features
* Added integration of Designate for hostname resolution through dns servers
Changes in python-saharaclient 0.16.0..0.17.0 ---------------------------------------------
f3b0000 Add sorting ability to Python-saharaclient d41d9ad Designate integration 91f80b1 Updated from global requirements
Diffstat (except docs and test files) -------------------------------------
.../designate-integration-16c59a6b57dbcfa4.yaml | 4 +++ requirements.txt | 2 +- saharaclient/api/base.py | 8 ++++- saharaclient/api/cluster_templates.py | 18 +++++++---- saharaclient/api/clusters.py | 6 ++-- saharaclient/api/data_sources.py | 6 ++-- saharaclient/api/job_binaries.py | 6 ++-- saharaclient/api/job_binary_internals.py | 6 ++-- saharaclient/api/job_executions.py | 6 ++-- saharaclient/api/jobs.py | 6 ++-- saharaclient/api/node_group_templates.py | 6 ++-- saharaclient/osc/v1/cluster_templates.py | 21 +++++++++++-- 14 files changed, 95 insertions(+), 40 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 261b5d6..c22783b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ Babel>=2.3.4 # BSD -keystoneauth1>=2.7.0 # Apache-2.0 +keystoneauth1>=2.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org