[release-announce] python-manilaclient 3.3.1 (yoga)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 4 12:14:19 UTC 2022


We are psyched to announce the release of:

python-manilaclient 3.3.1: Client library for OpenStack Manila API.

This release is part of the yoga stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

3.3.1
^^^^^

Bug Fixes

* Fixed a regression with the use of the "force" keyword in the
  "extend" API in the Share resource. See LP #1975488
  (https://launchpad.net/bugs/1975488) for more details.

Changes in python-manilaclient 3.3.0..3.3.1
-------------------------------------------

c1c1133 Avoid using "force" kwarg in extend API
9f33f3a Drop lower-constraints.txt and its testing
390f89b Update TOX_CONSTRAINTS_FILE for stable/yoga
dd986d7 Update .gitreview for stable/yoga


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

.gitreview                                         |  1 +
lower-constraints.txt                              | 90 ----------------------
manilaclient/v2/shares.py                          |  4 +-
...orce-kwarg-if-unspecified-f98c717df1d6e364.yaml |  6 ++
requirements.txt                                   |  4 +
tox.ini                                            | 12 +--
zuul.d/project.yaml                                |  3 -
7 files changed, 16 insertions(+), 104 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3c563cf..283aab0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+






More information about the Release-announce mailing list