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

no-reply at openstack.org no-reply at openstack.org
Thu Aug 9 15:52:01 UTC 2018


We are psyched to announce the release of:

manila-ui 2.16.0: Manila Management Dashboard

This release is part of the rocky stable 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.

2.16.0
^^^^^^

Bug Fixes

* Fixed missing "Create Share" button on the "Shares" dashboard.

Changes in manila-ui 2.15.0..2.16.0
-----------------------------------

3764cc3 Imported Translations from Zanata
1ed6c85 Fix quotas retrieval for shares and snapshots tables
1ef1045 Remove use_mox directive
592d4ea Drop Django depdency from requirements.txt
54fd039 Update the home-page link
e89a96d Add Apple OS X ".DS_Store" to ".gitignore" file
e3acc10 Add line for PyCharm IDE in gitignore file
ad07bfb Add py36 testenv
bcca463 fix tox python3 overrides
bb144b4 Update installation docs for Manila UI
39d396e Imported Translations from Zanata
e3e9135 Add python3 django 1.11 job instead of django 2.0 job


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

.gitignore                                         |   4 +
.zuul.yaml                                         |   8 +-
lower-constraints.txt                              |   2 +-
.../dashboards/identity/projects/workflows.py      |   1 -
.../dashboards/project/share_snapshots/tables.py   |  11 +-
manila_ui/dashboards/project/shares/tables.py      |  11 +-
manila_ui/locale/de/LC_MESSAGES/django.po          |  50 +++++-
manila_ui/locale/ko_KR/LC_MESSAGES/django.po       | 192 +++++++++++++++++----
.../project/share_snapshots/test_tables.py         |  35 +++-
...ares-and-snapshots-tables-63a1fc877029eac8.yaml |   3 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  14 +-
requirements.txt                                   |   3 +-
setup.cfg                                          |   2 +-
tox.ini                                            |  23 ++-
18 files changed, 331 insertions(+), 162 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 31ef5a9..3dd4ebc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ Babel!=2.4.0,>=2.3.4 # BSD
-Django<2.0,>=1.11 # BSD
@@ -16 +15 @@ six>=1.10.0 # MIT
-horizon>=14.0.0.0b1 # Apache-2.0
+horizon>=14.0.0.0b2 # Apache-2.0






More information about the Release-announce mailing list