We are stoked to announce the release of: python-manilaclient 4.7.0: Client library for OpenStack Manila API. This release is part of the caracal 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.7.0 ^^^^^ Bug Fixes * Fixed default share type lookup associated with the "openstack share create" command. The lookup now resolves default share types correctly even on environments where the default type isn't named "default". See launchpad bug #2030686 (https://launchpad.net/bugs/2030686) for more details. Changes in python-manilaclient 4.6.0..4.7.0 ------------------------------------------- a870c13 Fix default share type resolution in OSC 244e87a Fix "test_share_access_show" osc functional test 946c113 Fix decoder path and add transfer commands a078139 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- manilaclient/osc/v2/data/manila.csv | 5 +++++ manilaclient/osc/v2/share.py | 4 ++-- manilaclient/shell.py | 5 +++-- manilaclient/v2/share_types.py | 6 +++--- .../bug-2030686-fix-default-share-lookup-cc7e592a0dc855e1.yaml | 8 ++++++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + 9 files changed, 31 insertions(+), 8 deletions(-)