[release-announce] [manila] manila-ui 2.6.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 23 19:45:27 UTC 2017


We eagerly announce the release of:

manila-ui 2.6.0: Manila Management Dashboard

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/manila-ui

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/manila-ui

For more details, please see below.

Changes in manila-ui 2.5.0..2.6.0
---------------------------------

5be13b0 Updated from global requirements
4717a32 Changed the home-page of manila-ui
5f30fe0 Imported Translations from Zanata
dbf90b2 Update settings file with all available config options
85d17c9 Only show available share protocols on share creation modal
a29fe60 Disable creation of public shares per configuration
d3ece4b Fix some typos in cover.sh
43bbdcd Moves OPENSTACK_MANILA_SETTINGS TO local_settings.d/
4eb3399 Imported Translations from Zanata
5b361fe Updated from global requirements
1e6f23c Add access key column to rules table
e82fddb Show team and repo badges on README
8147932 Imported Translations from Zanata
457249b Adds Manila-UI Devstack plugin
8b28029 Update README.rst file with more info
870a267 Imported Translations from Zanata
98c5c84 Updated from global requirements
34ff642 Updated from global requirements
5d9ce74 Updated from global requirements
46dbab0 Imported Translations from Zanata
348d95e Imported Translations from Zanata
d381cda Updated from global requirements
19a65ea Imported Translations from Zanata
31b89b7 Updated from global requirements
fda9ad2 Enable release notes translation
142ca06 Updated from global requirements
2430d71 Fix broken unit tests
fca19a1 Fix metadata_to_str function code injection vulnerability
bced12d Fix migration-start id-dependent form
120f873 Fix display of Delete share replica button
4547c54 Clean imports in code
9448f05 Update reno for stable/newton
1f56858 Imported Translations from Zanata
7c90c46 Read list of AZs using manila's API instead of nova's
a2fe126 Imported Translations from Zanata
b62f8d2 Change Create Replica button availability


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

README.rst                                         |   94 +-
devstack/plugin.sh                                 |   47 +
devstack/settings                                  |    5 +
manila_ui/api/manila.py                            |   21 +-
manila_ui/dashboards/admin/shares/forms.py         |   59 +-
.../dashboards/admin/shares/replicas/tables.py     |   16 +-
manila_ui/dashboards/admin/shares/tabs.py          |    8 +-
manila_ui/dashboards/project/config.py             |    4 +-
.../dashboards/project/shares/replicas/forms.py    |    8 +-
.../dashboards/project/shares/replicas/tables.py   |   20 +-
.../dashboards/project/shares/shares/forms.py      |   45 +-
.../dashboards/project/shares/shares/tables.py     |    5 +-
manila_ui/dashboards/project/shares/shares/tabs.py |   10 +-
.../templates/shares/shares/_detail_overview.html  |    7 +-
manila_ui/dashboards/utils.py                      |   24 +-
manila_ui/enabled/_90_manila_admin_shares.py       |   25 -
manila_ui/enabled/_90_manila_project_shares.py     |   35 -
manila_ui/enabled/__init__.py                      |    0
manila_ui/local/__init__.py                        |    0
manila_ui/local/enabled/_90_manila_admin_shares.py |   18 +
.../local/enabled/_90_manila_project_shares.py     |   29 +
manila_ui/local/enabled/__init__.py                |    0
.../local/local_settings.d/_90_manila_shares.py    |   23 +
manila_ui/locale/cs/LC_MESSAGES/django.po          |  939 +++++++++++++++++
manila_ui/locale/de/LC_MESSAGES/django.po          | 1108 ++++++++++++++++++++
manila_ui/locale/fr/LC_MESSAGES/django.po          | 1078 +++++++++++++++++++
manila_ui/locale/id/LC_MESSAGES/django.po          | 1107 +++++++++++++++++++
manila_ui/locale/ja/LC_MESSAGES/django.po          |   18 +-
manila_ui/locale/ko_KR/LC_MESSAGES/django.po       | 1092 +++++++++++++++++++
manila_ui/locale/pt_BR/LC_MESSAGES/django.po       |  828 +++++++++++++++
manila_ui/locale/ru/LC_MESSAGES/django.po          | 1103 +++++++++++++++++++
manila_ui/locale/zh_CN/LC_MESSAGES/django.po       |  257 ++++-
releasenotes/source/conf.py                        |    3 +
releasenotes/source/index.rst                      |    1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |   35 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |   35 +
.../source/locale/id/LC_MESSAGES/releasenotes.po   |   33 +
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   31 +
releasenotes/source/newton.rst                     |    6 +
requirements.txt                                   |    6 +-
setup.cfg                                          |    2 +-
test-requirements.txt                              |   10 +-
tools/cover.sh                                     |   10 +-
56 files changed, 8420 insertions(+), 337 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f6e15f0..4a926d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -12,2 +12,2 @@ iso8601>=0.1.11 # MIT
-oslo.utils>=3.16.0 # Apache-2.0
-python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e1631e3..3852805 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -12 +12 @@ mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
@@ -14,2 +14,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -19 +19 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list