[release-announce] python-manilaclient 3.0.3 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 13 10:30:10 UTC 2023


We are satisfied to announce the release of:

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

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

Bug Fixes

* The OpenStackClient plugin will now use most suitable version for
  openstack commmands client generation if user supplied version is
  above max version supported by server. For more details, please
  refer Launchpad bug #1960490 (https://bugs.launchpad.net/python-
  manilaclient/+bug/1960490)

* Fixed the use of the "--availability-zone" option with the
  "openstack share network create" command.

* Support --os-key option and OS_KEY environment variable which
  allows to provide client cert and its private key separately.

Changes in python-manilaclient 3.0.2..3.0.3
-------------------------------------------

135cdf9 Use suitable api version for OSC.
046e92e Make the OSC plugin handle the --insecure flag
92e701c Fix share network create command with the AZ option
e2a4886 Support --os-key option
accd8e9 Add FIPS testing jobs
0c9c6a1 Drop lower-constraints.txt and its testing


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

lower-constraints.txt                              | 90 ----------------------
manilaclient/osc/plugin.py                         | 45 ++++++-----
manilaclient/osc/v2/share_networks.py              |  4 +-
manilaclient/shell.py                              | 12 ++-
playbooks/enable-fips.yaml                         |  3 +
...-suitable-version-for-osc-b375a32273b56522.yaml |  7 ++
...re-network-create-command-879dc3deca131ef9.yaml |  4 +
.../bug-1999775-add-os-key-0cfc95c7b480df05.yaml   |  5 ++
requirements.txt                                   |  4 +
tox.ini                                            |  6 --
zuul.d/project.yaml                                |  2 +
zuul.d/python-manilaclient-jobs.yaml               | 10 +++
13 files changed, 85 insertions(+), 122 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