[release-announce] python-senlinclient 2.3.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 2 09:51:15 UTC 2021


We eagerly announce the release of:

python-senlinclient 2.3.0: OpenStack Clustering API Client Library

This release is part of the xena release series.

The source is available from:

    https://opendev.org/openstack/python-senlinclient

Download the package from:

    https://pypi.org/project/python-senlinclient

Please report issues through:

    https://bugs.launchpad.net/python-senlinclient/+bugs

For more details, please see below.

Changes in python-senlinclient 2.2.1..2.3.0
-------------------------------------------

c52b7cf Fix lower-constraints
2212257 Update TOX_CONSTRAINTS_FILE
59ccfb1 Fix config and metadata in cluster update
901bf96 Adds --wait argument for cluster CLI interactions
7afd6c7 trivial: Drop references to os-testr


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

lower-constraints.txt                      |  13 +-
requirements.txt                           |   6 +-
senlinclient/common/exc.py                 |   4 +
senlinclient/common/utils.py               |  81 ++++++
senlinclient/v1/cluster.py                 | 210 ++++++++++++--
tox.ini                                    |   6 +-
9 files changed, 778 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 05ace59..2b55c0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
-keystoneauth1>=3.4.0 # Apache-2.0
+PrettyTable>=0.7.2 # BSD
+keystoneauth1>=3.11.0 # Apache-2.0
@@ -14 +14 @@ python-heatclient>=1.10.0 # Apache-2.0
-PyYAML>=3.13 # MIT
+PyYAML>=5.3.1 # MIT






More information about the Release-announce mailing list