[release-announce] [manila] manila 1.0.2 (liberty)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 22 03:13:21 UTC 2016


We are tickled pink to announce the release of:

manila 1.0.2: Shared Storage for OpenStack

This release is part of the liberty stable release series.

Download the package from:

    https://tarballs.openstack.org/manila/

For more details, please see below.

Changes in manila 1.0.1..1.0.2
------------------------------

0f1b682 Tox Upper Constraints - strip out reinstalls for remaining jobs
7bc3a3a Squash E006 bashate warnings
5b0e6fa Use constraints for coverage job
bf791c4 [CI Fix] Hotfix for stable/liberty jobs
c46d481 update min tox version to 2.0
1524c0a Use upper-constraints in tox installs
592dcca Updated from global requirements
5674266 Use new approach for setting up CI jobs
f5dcf35 Fix HNAS driver thin_provisioning support
e17ce1c Return appropriate data on share create
5e4d589 Refactor share metadata tests to use DB
53c4949 Use existing "insecure" options when creating nova/cinder clients
bb9a1d2 Make setup.py install Manila Tempest plugin
bd9fef7 glusterfs/volume layout: indicate volume usage on volumes themselves
7f5bad3 Updated from global requirements


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

contrib/ci/post_test_hook.sh                       |  70 ++++--
contrib/ci/pre_test_hook.sh                        |  26 ++-
manila/compute/nova.py                             |   2 +
manila/share/api.py                                |   3 +
manila/share/drivers/glusterfs/layout_volume.py    |  55 ++++-
manila/share/drivers/hitachi/hds_hnas.py           |   3 +-
.../share/drivers/glusterfs/test_layout_volume.py  | 234 ++++++++++++++++++--
manila/volume/cinder.py                            |   4 +-
requirements.txt                                   |   8 +-
setup.cfg                                          |   1 +
tox.ini                                            |   7 +-
15 files changed, 436 insertions(+), 232 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 647e564..059816f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ alembic>=0.8.0
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -22 +22 @@ oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,
-oslo.middleware>=2.8.0 # Apache-2.0
+oslo.middleware!=3.0.0,!=3.1.0,!=3.2.0,>=2.8.0 # Apache-2.0
@@ -36,2 +36,2 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
-Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
-Routes!=2.0,>=1.12.3;python_version!='2.7'
+Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
+Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT





More information about the Release-announce mailing list