[release-announce] python-cinderclient 4.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu May 16 06:34:10 UTC 2019


We are delighted to announce the release of:

python-cinderclient 4.2.0: OpenStack Block Storage API Client Library

This release is part of the stein 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.2.0
^^^^^

New Features

* Starting with API microversion 3.56, "backup-list" and "backup-
  show" will include the "User ID" denoting the user that created the
  backup.

Changes in python-cinderclient 4.1.0..4.2.0
-------------------------------------------

953243d Raise API max version for Stein updates
0f013f8 Add support for backup user ID
ee37f26 Raise API max version for Rocky updates
8f7cc5b OpenDev Migration Patch
84d0e50 Fix max version handling for help output
2ac3e35 Replace openstack.org git:// URLs with https://
9789b03 Don't quote {posargs} in tox.ini
47ef579 More shell completion cache additions
5a884fb Re-enable shell UUID completion cache
77fec74 Change bash completion dir permissions to 0750
9799727 Fix: cinder group-list not working with non-admin user
a25a75b Add dependency on requests lib
8f4796d Fix incorrect punctuation
004be70 Fix doc build error
c565461 Cleanup the home page
10afa84 Change openstack-dev to openstack-discuss
be5a44b Add Python 3.6 classifier to setup.cfg
381edcf Remove i18n.enable_lazy() translation
385307b Replace assertRaisesRegexp with assertRaisesRegex
d1b01aa Update UPPER_CONSTRAINTS_FILE for stable/stein
7ae5bee Update .gitreview for stable/stein


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

.gitreview                                         |  3 +-
.zuul.yaml                                         |  4 +-
cinderclient/api_versions.py                       |  2 +-
cinderclient/base.py                               |  7 +-
cinderclient/shell.py                              | 12 ++--
cinderclient/v2/shell.py                           |  6 +-
cinderclient/v3/shell.py                           | 75 ++++++++++++++++++++--
.../run.yaml                                       |  6 +-
.../legacy/cinderclient-dsvm-functional/run.yaml   |  6 +-
.../notes/backup-user-id-059ccea871893a0b.yaml     |  5 ++
requirements.txt                                   |  1 +
setup.cfg                                          |  3 +-
tox.ini                                            | 12 ++--
23 files changed, 151 insertions(+), 143 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e07ffad..efa6cf3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,0 +12 @@ oslo.utils>=3.33.0 # Apache-2.0
+requests!=2.20.0,>=2.14.2  # Apache-2.0






More information about the Release-announce mailing list