[manila] manila-ui 2.11.0 (queens)
We are tickled pink to announce the release of: manila-ui 2.11.0: Manila Management Dashboard This release is part of the queens 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.10.1..2.11.0 ----------------------------------- b844e49 Imported Translations from Zanata b4eeea2 Imported Translations from Zanata bc2158c Imported Translations from Zanata 7770b6c Imported Translations from Zanata 28d439b Imported Translations from Zanata b8f0644 Imported Translations from Zanata 3a83a27 Fix quota bars in Create Share panel 149f491 Updated from global requirements 4f704e0 Imported Translations from Zanata 9b012bd Add quota.type field when reporting share usage f49f885 Manila-UI breaks Horizon's "Network" panel group 57c34ea Imported Translations from Zanata d610955 Imported Translations from Zanata a654717 Imported Translations from Zanata 09e3e80 doc migration: warning-is-error 25deb57 Update reno for stable/pike b7fb1dd doc migration: new directory layout f74fff4 doc migration: openstackdocstheme b48408c Imported Translations from Zanata f165d0d Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- manila_ui/dashboards/project/shares/__init__.py | 5 +- .../project/shares/templates/shares/_limits.html | 47 +- manila_ui/locale/de/LC_MESSAGES/django.po | 200 ++- manila_ui/locale/en_GB/LC_MESSAGES/django.po | 1531 ++++++++++++++++++++ manila_ui/locale/ja/LC_MESSAGES/django.po | 38 +- manila_ui/locale/tr_TR/LC_MESSAGES/django.po | 348 ++++- manila_ui/locale/zh_CN/LC_MESSAGES/django.po | 31 +- releasenotes/source/conf.py | 14 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 47 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 141 ++ .../source/locale/id/LC_MESSAGES/releasenotes.po | 13 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 7 +- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 4 +- releasenotes/source/pike.rst | 6 + requirements.txt | 4 +- setup.cfg | 1 + test-requirements.txt | 8 +- 29 files changed, 2414 insertions(+), 107 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e5d507c..e133bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ iso8601>=0.1.11 # MIT -oslo.utils>=3.20.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 @@ -14 +14 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-manilaclient>=1.12.0 # Apache-2.0 +python-manilaclient>=1.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 39f886c..6edda79 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,2 +11,2 @@ django-nose>=1.4.4 # BSD -mock>=2.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 +mock>=2.0.0 # BSD +mox3>=0.20.0 # Apache-2.0 @@ -15 +15 @@ sphinx>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -19 +19 @@ testtools>=1.4.0 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org