python-cinderclient 9.3.0 (antelope)
We are glad to announce the release of: python-cinderclient 9.3.0: OpenStack Block Storage API Client Library This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-cinderclient Download the package from: https://pypi.org/project/python-cinderclient Please report issues through: https://bugs.launchpad.net/python-cinderclient/+bugs For more details, please see below. 9.3.0 ^^^^^ New Features * Bug #1960337 (https://bugs.launchpad.net/cinder/+bug/1960337): Added support for "collect-timing" parameter to see the timings of REST API requests from the client when using Keystone authentication. Changes in python-cinderclient 9.2.0..9.3.0 ------------------------------------------- 5436a5f Update minimum requirements 59677fb remove simplejson requirement c66b991 Continue using tox 3 20506ef Python3.11: fix crashes in ShellTest dec8d4a Add test coverage for shell snapshot-create w/ metadata 2d7ae2c Move print operations to shell_utils 8a66472 Remove python-dev from bindep 90eb9d2 Python3.11: Fix argparse-related test failures da5eceb Add support for collect-timing option Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + bindep.txt | 2 - cinderclient/client.py | 6 +- cinderclient/shell.py | 17 +++ cinderclient/shell_utils.py | 130 ++++++++++++++++++--- cinderclient/utils.py | 97 --------------- cinderclient/v3/contrib/list_extensions.py | 4 +- cinderclient/v3/shell.py | 99 ++++++++-------- cinderclient/v3/shell_base.py | 98 ++++++++-------- .../notes/collect-timing-ce6d521d40d422fb.yaml | 6 + requirements.txt | 3 +- tox.ini | 1 + 15 files changed, 298 insertions(+), 250 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6f8e90b..054f367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6 @@ PrettyTable>=0.7.2 # BSD -keystoneauth1>=4.3.1 # Apache-2.0 -simplejson>=3.5.1 # MIT +keystoneauth1>=5.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org