We are thrilled to announce the release of: python-manilaclient 3.4.0: Client library for OpenStack Manila API. This release is part of the zed 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. Changes in python-manilaclient 3.3.0..3.4.0 ------------------------------------------- af35d25 Fix for displaying export locations for share snapshot. c3bdc39 Allow tests to choose client privileges bf2c7a2 Drop lower-constraints.txt and its testing 2075cba Add --wait flag to the share access rule b0c99cf Update master for stable/yoga 582b5e5 Fix typo in unit test Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 90 ---------------------- manilaclient/osc/v2/share_snapshots.py | 12 ++- manilaclient/v2/shell.py | 34 ++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++ requirements.txt | 4 + tox.ini | 6 -- zuul.d/project.yaml | 3 - 12 files changed, 137 insertions(+), 128 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. +
participants (1)
-
no-reply@openstack.org