[release-announce] python-senlinclient 1.10.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Thu Feb 28 14:34:50 UTC 2019
We are psyched to announce the release of:
python-senlinclient 1.10.0: OpenStack Clustering API Client Library
This release is part of the stein release series.
Download the package from:
https://pypi.org/project/python-senlinclient
For more details, please see below.
1.10.0
^^^^^^
Bug Fixes
* [bug 1814171 (https://bugs.launchpad.net/senlin/+bug/1814171)]
Fixed a bug so that cluster delete and node delete return action id
associated with the delete action.
Changes in python-senlinclient 1.9.0..1.10.0
--------------------------------------------
aeb47ba Add Stein release notes
c24f859 Bump openstacksdk to 0.24.0
380ebb7 Fix getting action id in Location header
1c9e707 Use template for lower-constraints
d17c582 Fix calls to functions removed from openstacksdk
0c6eab0 Change openstack-dev to openstack-discuss
4f54107 Add Python 3.6 classifier to setup.cfg
1df4982 Fix _get_config_from_profile key building
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 9 ++---
lower-constraints.txt | 2 +-
.../notes/bug-1814171-b1c58797c9ca9f44.yaml | 6 ++++
requirements.txt | 2 +-
senlinclient/plugin.py | 6 ++--
senlinclient/v1/client.py | 18 +++++-----
senlinclient/v1/cluster.py | 31 +++++++++--------
senlinclient/v1/cluster_policy.py | 2 +-
senlinclient/v1/node.py | 4 +--
setup.cfg | 3 +-
13 files changed, 84 insertions(+), 78 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 36974c0..d764972 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ keystoneauth1>=3.4.0 # Apache-2.0
-openstacksdk>=0.12.0 # Apache-2.0
+openstacksdk>=0.24.0 # Apache-2.0
More information about the Release-announce
mailing list