We jubilantly announce the release of: python-manilaclient 4.0.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. 4.0.0 ^^^^^ Deprecation Notes ***************** * Support for Python versions 3.6 and 3.7 was dropped. The minimum supported version is now Python 3.8. 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.4.0..4.0.0 ------------------------------------------- c0d3aae Add availability zones functional tests for OSC fcd4ade Add FIPS testing jobs 0e7d3bf [OSC] Add OSC Functional Tests Share Actions 4951255 [OSC] Implement Share Migration Cancel and Complete Command fa84d61 [OSC] Implement Share Migration Start Command 00caf0a Fix "test_share_server_migration" sporadic failure 8f60f69 Fix test to not check service updated_at time 6786284 [OSC] Add functional tests for share access rules b41e401 [OSC] Add functional tests for share services 9658930 Add functional tests for OSC User Messages fdac503 [OSC] Add OSC Functional Tests Share set unset bedefd0 Add support for --export-location filtering when listing shares ee536bd [OSC] Add functional tests for share types db8eafd Avoid using "force" kwarg in extend API 4e7a23b Update Python as per the Zed cycle testing runtime 4a2857a Add functional tests for "os share limits show" cb918d3 Add functional tests for "os share pool list" Diffstat (except docs and test files) ------------------------------------- manilaclient/osc/v2/share.py | 174 +++++++++++++++++- .../functional/osc/test_availability_zones.py | 27 +++ .../functional/osc/test_share_access_rules.py | 194 +++++++++++++++++++++ manilaclient/v2/shares.py | 4 +- playbooks/enable-fips.yaml | 3 + ...orce-kwarg-if-unspecified-f98c717df1d6e364.yaml | 6 + .../notes/drop-py36-and-py37-85cf389b2842f045.yaml | 5 + setup.cfg | 7 +- zuul.d/project.yaml | 4 +- zuul.d/python-manilaclient-jobs.yaml | 10 ++ 20 files changed, 1200 insertions(+), 19 deletions(-)
participants (1)
-
no-reply@openstack.org