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

no-reply at openstack.org no-reply at openstack.org
Mon Jan 24 11:50:02 UTC 2022


We jubilantly announce the release of:

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

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


New Features
************

* Share group types can now be filtered with their *group_specs*.

* The command "manila share-server-manage" now accepts an optional
  "-- wait" that allows users to let the client poll for the
  completion of the operation.


Bug Fixes
*********

* Launchpad bug 1855391 (https://bugs.launchpad.net/python-
  manilaclient/+bug/1855391) has been fixed by adding a "force"
  argument to the share extension commands.

* The commands "openstack share type list" and "openstack share
  access list" no longer support the "--columns" option. Use "--
  column" to filter the output.

* Launchpad bug 1953670 (https://bugs.launchpad.net/python-
  manilaclient/+bug/1953670) has been fixed by updating the attribute
  name for the share group type access repr to be share_group_type_id.

Changes in python-manilaclient 3.1.0..3.2.0
-------------------------------------------

f9aee52 Implement OSC quota set default and project mandatory
043f34b Bump max API microversion
e5e815b [OSC] Add missing waiters
fa8a4b0 [OSC] Implement Share Group Type Commands
e59bd63 Update python testing classifier
c34f593 Move release notes to correct folders
840961c Add Python3 yoga unit tests
1f72195 [CI] Change rally and lower-constraints jobs
dcb25e5 Fix the id attr for share group type access repr
31e231b Add export location information to share replica show command
81f9fc3 api 2.64, manilaclient support force extend share
b095429 [OSC] Implement share network subnet commands
b5a4f9c Add support for ~name and ~description filtering when listing shares.
13ec1d3 Add --wait flag to the mange share server operation


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

manilaclient/api_versions.py                       |   2 +-
manilaclient/base.py                               |   1 -
manilaclient/common/constants.py                   |   8 +-
manilaclient/osc/utils.py                          |  66 ++-
manilaclient/osc/v2/quotas.py                      | 159 ++++---
manilaclient/osc/v2/share.py                       |  46 +-
manilaclient/osc/v2/share_access_rules.py          |  39 +-
manilaclient/osc/v2/share_group_type_access.py     | 163 +++++++
manilaclient/osc/v2/share_group_types.py           | 341 ++++++++++++++
manilaclient/osc/v2/share_network_subnets.py       | 162 +++++++
manilaclient/osc/v2/share_replicas.py              |  24 +-
manilaclient/osc/v2/share_snapshots.py             |  56 +++
.../unit/osc/v2/test_share_group_type_access.py    | 204 ++++++++
.../unit/osc/v2/test_share_network_subnets.py      | 213 +++++++++
manilaclient/v2/share_group_type_access.py         |   2 +-
manilaclient/v2/share_group_types.py               |   5 +-
manilaclient/v2/shares.py                          |  20 +-
manilaclient/v2/shell.py                           |  30 +-
...arch-share-group-type-api-d5d9a6096f084b91.yaml |   4 +
...upport-force-extend-share-6b5ebcfe1de0ca7b.yaml |   5 +
...ge-share-server-operation-be6488c2a57536e1.yaml |   6 +
...-without-additional-logic-2970ee294f32bd31.yaml |   0
...re-group-type-access-repr-008338a53d7a6a50.yaml |   5 +
setup.cfg                                          |  13 +
zuul.d/project.yaml                                |   8 +-
36 files changed, 2633 insertions(+), 370 deletions(-)







More information about the Release-announce mailing list