We enthusiastically announce the release of: manila-ui 2.7.1: Manila Management Dashboard This release is part of the ocata stable 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. 2.7.1 ^^^^^ Bug Fixes * Fixed Manage Replicas button availability. Changes in manila-ui 2.7.0..2.7.1 --------------------------------- ed93d4e Ignore current share's size in extend quota bar 5ad5fc7 Update reno for stable/ocata ed25e19 Fix Manage Replicas button availability 9540723 Fix 2 CI breakages 0934c59 Correct the actual path for setting DJANGO_SETTINGS_MODULE 2e2ae51 Use proper horizon version for unit tests 8fb21cf Imported Translations from Zanata 289d3bb Imported Translations from Zanata b67e7e6 Update UPPER_CONSTRAINTS_FILE for stable/ocata 806364e Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + manage.py | 2 +- manila_ui/dashboards/admin/shares/tables.py | 5 +- .../dashboards/project/shares/shares/tables.py | 5 +- .../dashboards/project/shares/shares/views.py | 2 + manila_ui/locale/de/LC_MESSAGES/django.po | 86 ++++++++++++++++++++- manila_ui/locale/id/LC_MESSAGES/django.po | 24 +++++- manila_ui/locale/ru/LC_MESSAGES/django.po | 12 ++- manila_ui/locale/zh_CN/LC_MESSAGES/django.po | 87 +++++++++++++++++++++- .../notes/bug-1619244-1cc15914050d9a64.yaml | 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 | 46 ------------ .../source/locale/ja/LC_MESSAGES/releasenotes.po | 30 -------- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 31 -------- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 31 -------- releasenotes/source/ocata.rst | 6 ++ test-requirements.txt | 4 +- tox.ini | 4 +- 22 files changed, 223 insertions(+), 233 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3852805..fee826b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ --e git://github.com/openstack/horizon.git#egg=horizon +-e git://github.com/openstack/horizon.git@stable/ocata#egg=horizon @@ -7 +7 @@ -hacking<0.11,>=0.10.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0