[release-announce] [manila] manila-ui 2.14.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 20:44:56 UTC 2018


We are overjoyed to announce the release of:

manila-ui 2.14.0: Manila Management Dashboard

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in manila-ui 2.13.0..2.14.0
-----------------------------------

2203bf4 Imported Translations from Zanata
8f194b1 Imported Translations from Zanata
d3c73ad Move the job manila-ui-dsvm in-tree
8ba2d5f Updated from global requirements
6b4acf1 Use EXTRA_TABS/EXTRA_STEPS mechanism to handle manila quotas
1b90201 Update links in README
9ca03cd Add horizon to requirements
f779f6c Imported Translations from Zanata
67ea44d Updated from global requirements
e1f47ec Imported Translations from Zanata
fcb6a17 Imported Translations from Zanata
4791315 Imported Translations from Zanata
d96250f Imported Translations from Zanata
d117965 Imported Translations from Zanata
d539af5 Imported Translations from Zanata
4e96615 Update reno for stable/queens
a0e56ce Imported Translations from Zanata
e8ac6fd Correct django template pattern in babel-django.cfg
881c2d8 Updated from global requirements
275ddf2 Imported Translations from Zanata


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

.zuul.yaml                                         |   18 +
README.rst                                         |    4 +-
babel-django.cfg                                   |    4 +-
manila_ui/api/manila.py                            |    8 +
manila_ui/dashboards/admin/defaults/__init__.py    |    0
manila_ui/dashboards/admin/defaults/tables.py      |   51 +
manila_ui/dashboards/admin/defaults/tabs.py        |   42 +
manila_ui/dashboards/admin/defaults/workflows.py   |   80 ++
manila_ui/dashboards/identity/__init__.py          |    0
manila_ui/dashboards/identity/projects/__init__.py |    0
.../dashboards/identity/projects/workflows.py      |   54 +
manila_ui/dashboards/project/shares/__init__.py    |  338 +----
.../_80_manila_admin_add_share_panel_group.py      |   16 +
manila_ui/locale/cs/LC_MESSAGES/django.po          |   28 +-
manila_ui/locale/de/LC_MESSAGES/django.po          |  102 +-
manila_ui/locale/en_GB/LC_MESSAGES/django.po       |  486 +++++++-
manila_ui/locale/fr/LC_MESSAGES/django.po          |   29 +-
manila_ui/locale/id/LC_MESSAGES/django.po          |  463 ++++++-
manila_ui/locale/ja/LC_MESSAGES/django.po          |   30 +-
manila_ui/locale/ko_KR/LC_MESSAGES/django.po       |  602 ++++++++-
manila_ui/locale/pt_BR/LC_MESSAGES/django.po       | 1305 +++++++++++++++++++-
manila_ui/locale/ru/LC_MESSAGES/django.po          |   29 +-
manila_ui/locale/tr_TR/LC_MESSAGES/django.po       |   29 +-
manila_ui/locale/zh_CN/LC_MESSAGES/django.po       |   28 +-
playbooks/legacy/manila-ui-dsvm/post.yaml          |   80 ++
playbooks/legacy/manila-ui-dsvm/run.yaml           |   82 ++
releasenotes/source/index.rst                      |    1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |   12 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |   16 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |   10 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   16 +-
.../locale/pt_BR/LC_MESSAGES/releasenotes.po       |  156 +++
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |    8 +-
releasenotes/source/queens.rst                     |    6 +
requirements.txt                                   |    4 +-
test-requirements.txt                              |    6 +-
37 files changed, 3558 insertions(+), 666 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 721b961..d2d5711 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel!=2.4.0,>=2.3.4 # BSD
-Django<2.0,>=1.8 # BSD
+Django<2.0,>=1.11 # BSD
@@ -14,0 +15,2 @@ six>=1.10.0 # MIT
+
+horizon>=13.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d00ed46..2298960 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +4,0 @@
--e git://github.com/openstack/horizon.git#egg=horizon
-
@@ -14,2 +12,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list