We are gleeful to announce the release of: manila 13.1.0: Shared Storage for OpenStack This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/manila Download the package from: https://tarballs.openstack.org/manila/ Please report issues through: https://bugs.launchpad.net/manila/+bugs For more details, please see below. 13.1.0 ^^^^^^ Bug Fixes * Infinidat Driver bug #1986653 (https://bugs.launchpad.net/manila/+bug/1986653): Fixed Infinidat driver to use TLS/SSL communication between the Manila share service and the storage backend. Admin can set *True* or *False* for the *infinidat_use_ssl* and *infinidat_suppress_ssl_warnings* options in the driver section of manila.conf to enable or disable these features. * Infinidat Driver bug #1989283 (https://bugs.launchpad.net/manila/+bug/1989283): Incremented driver version to 1.1, where SSL support was added. For more details on enabling SSL, please check the Infinidat driver documentation (https://docs.openstack.org/manila/latest/configuration/shared-file- systems/drivers/infinidat-share-driver.html). Changes in manila 13.0.4..13.1.0 -------------------------------- 0bc68a62 [Infinidat] bump driver version and update docs 328af8b2 [Infinidat] add support for TLS/SSL communication Diffstat (except docs and test files) ------------------------------------- .../drivers/infinidat-share-driver.rst | 15 +++++++++ .../configuration/tables/manila-infinidat.inc | 4 +++ manila/share/drivers/infinidat/infinibox.py | 39 +++++++++++++++++----- .../share/drivers/infinidat/test_infinidat.py | 30 +++++++++++++++-- ...infinidat-add-ssl-options-ee91f152bbd28080.yaml | 9 +++++ ...83-infinidat-version-bump-6f791d9d97ccf75b.yaml | 8 +++++ 6 files changed, 95 insertions(+), 10 deletions(-)