[manila] manila-ui 2.8.0 (pike)
We are jazzed to announce the release of: manila-ui 2.8.0: Manila Management Dashboard This release is part of the pike 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.8.0 ^^^^^ Bug Fixes * Fixed Manage Replicas button availability. Changes in manila-ui 2.7.0..2.8.0 --------------------------------- fe08a0f Updated from global requirements 8eb5d68 Updated from global requirements d19a66d Imported Translations from Zanata b5e8732 Imported Translations from Zanata 1a20fe7 Clean docs/build before building docs 414f9ca Fix 2 CI breakages df4f509 Updated from global requirements aee6147 Update test requirement cca54ba Correct the actual path for setting DJANGO_SETTINGS_MODULE 94eb705 Imported Translations from Zanata 9094500 Updated from global requirements c664290 Imported Translations from Zanata d301ec5 Imported Translations from Zanata b8fd858 Fix Manage Replicas button availability 8be1120 Imported Translations from Zanata 97a8b66 Imported Translations from Zanata 6e473e1 Imported Translations from Zanata fd0b798 Remove link to modindex 6de1528 Update reno for stable/ocata a714f4f Ignore current share's size in extend quota bar Diffstat (except docs and test files) ------------------------------------- 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/fr/LC_MESSAGES/django.po | 21 ++++- manila_ui/locale/id/LC_MESSAGES/django.po | 24 +++++- manila_ui/locale/ru/LC_MESSAGES/django.po | 14 ++-- manila_ui/locale/zh_CN/LC_MESSAGES/django.po | 89 ++++++++++++++++++++-- .../notes/bug-1619244-1cc15914050d9a64.yaml | 3 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 40 +++++++++- .../source/locale/id/LC_MESSAGES/releasenotes.po | 16 +++- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 6 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 6 +- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 6 +- releasenotes/source/ocata.rst | 6 ++ requirements.txt | 6 +- setup.py | 2 +- test-requirements.txt | 4 +- tox.ini | 7 +- 24 files changed, 306 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index afc7d56..354353a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -7 +7 @@ pbr>=1.8 # Apache-2.0 -Babel>=2.3.4 # BSD +Babel!=2.4.0,>=2.3.4 # BSD @@ -12 +12 @@ iso8601>=0.1.11 # MIT -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3852805..8794f5a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -14 +14 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org