We joyfully announce the release of: python-cinderclient 4.0.2: OpenStack Block Storage API Client Library This release is part of the rocky stable 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. 4.0.2 ^^^^^ Prelude ******* This release fixes the issue that functionality had been implemented in the previous release to handle up to microversion 3.55 of the Block Storage API, but the cinderclient was under the impression that it could only handle up to microversion 3.52. Known Issues ************ * There is a possible backward incompatability issue that could affect consumers of the "cinderclient.client.get_highest_client_server_version(url)" method. It might have been expected that the 4.0.x series of releases would be capped at microversion 3.52; however, in this release, that method may return up to microversion 3.55. Ordinarily, this would be signaled by incrementing the minor version of the cinderclient; however, that cannot be done for this release because the 4.1.x series has already been released from the stein branch. Upgrade Notes ************* * This version of the cinderclient can communicate with the Block Storage API up to microversion 3.55. The previous release could only handle up to microversion 3.52. Changes in python-cinderclient 4.0.1..4.0.2 ------------------------------------------- 44bcd69 Raise API max version for Rocky updates 37a9779 OpenDev Migration Patch 8aaa618 Replace openstack.org git:// URLs with https:// a5bc5f7 import zuul job settings from project-config d3da686 Update UPPER_CONSTRAINTS_FILE for stable/rocky 07d1520 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- .zuul.yaml | 16 ++++++++++++++-- cinderclient/api_versions.py | 2 +- .../run.yaml | 6 +++--- .../legacy/cinderclient-dsvm-functional/run.yaml | 6 +++--- ...ate-rocky-max-api-version-ff9cc9a9ed8353c1.yaml | 22 ++++++++++++++++++++++ tox.ini | 8 ++++---- 7 files changed, 49 insertions(+), 14 deletions(-)