[release-announce] python-cinderclient 8.3.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 25 12:53:04 UTC 2022


We are amped to announce the release of:

python-cinderclient 8.3.0: OpenStack Block Storage API Client Library

This release is part of the yoga 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.

8.3.0
^^^^^

Prelude

The Yoga release of the python-cinderclient supports Block Storage API
version 3 through microversion 3.68.  (The maximum microversion of the
Block Storage API in the Yoga release is 3.68.)

Changes in python-cinderclient 8.2.0..8.3.0
-------------------------------------------

ee59b68 Prepare for Yoga cinderclient release
12075cb Add volume reimage command
1aa1ea0 Move tempest requirement to functional env
ef4991d Add Python 3 only classifier
6afd886 Updating python testing as per Yoga testing runtime
e268778 Improve help text of volume create command


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

.zuul.yaml                                         | 11 +++++-----
cinderclient/api_versions.py                       |  2 +-
cinderclient/v3/shell.py                           | 25 +++++++++++++++++++++-
cinderclient/v3/shell_base.py                      |  8 ++++++-
cinderclient/v3/volumes.py                         | 22 +++++++++++++++++++
.../notes/reimage-volume-fea3a1178662e65a.yaml     | 10 +++++++++
.../notes/yoga-release-dcd35c98f6be478e.yaml       |  5 +++++
setup.cfg                                          |  2 ++
test-requirements.txt                              |  1 -
tox.ini                                            | 12 +++++------
14 files changed, 114 insertions(+), 15 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e0d7c93..0886bd1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ requests-mock>=1.2.0 # Apache-2.0
-tempest>=26.0.0 # Apache-2.0






More information about the Release-announce mailing list