We are delighted to announce the release of: manila-ui 2.17.0: Manila Management Dashboard This release is part of the stein 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.16.0..2.17.0 ----------------------------------- 4e50268 Run dsvm job under python3 c4df2c9 Update hacking version da8c123 migrate legacy job to bionic 13681f9 Imported Translations from Zanata 82d991d Change openstack-dev to openstack-discuss 3644357 Imported Translations from Zanata 76ae3f9 Imported Translations from Zanata 3bf20c7 Imported Translations from Zanata 757b6b4 fix tox python3 overrides a26a1d6 Imported Translations from Zanata 9bc74d7 Imported Translations from Zanata c5ef09e Add ability to test Manila UI with Horizon master branch 0c34cba Use templates for cover and lower-constraints 9ac648c Remove dead code a93f079 switch documentation job to new PTI 55ab95e import zuul job settings from project-config b8ffef2 Fix location for coverage reports 6047770 Imported Translations from Zanata c63b745 Drop nose dependencies 6e2fb55 Imported Translations from Zanata 3b6cf7f Imported Translations from Zanata 02a1d75 Imported Translations from Zanata 1fdb83c Imported Translations from Zanata c7debef Use 'trimmed' for blocktrans in multi-line strings ab8adba Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 19 +- lower-constraints.txt | 2 - .../share_group_types/_manage_access.html | 2 +- manila_ui/dashboards/admin/share_types/forms.py | 4 +- .../templates/share_types/_manage_access.html | 2 +- .../shares/templates/shares/_manage_share.html | 2 +- .../shares/templates/shares/_migration_cancel.html | 2 +- .../templates/shares/_migration_complete.html | 2 +- .../templates/shares/_migration_get_progress.html | 2 +- .../shares/templates/shares/_migration_start.html | 2 +- .../shares/templates/shares/_unmanage_share.html | 2 +- .../templates/security_services/_add.html | 4 +- .../templates/security_services/_create.html | 4 +- .../dashboards/project/share_networks/forms.py | 4 +- .../templates/share_networks/_create.html | 2 +- .../templates/share_snapshots/_rule_add.html | 2 +- .../project/shares/templates/shares/_rule_add.html | 2 +- manila_ui/locale/de/LC_MESSAGES/django.po | 215 ++++++++++++++++- manila_ui/locale/en_GB/LC_MESSAGES/django.po | 254 +++++++-------------- manila_ui/locale/id/LC_MESSAGES/django.po | 169 +------------- manila_ui/locale/ko_KR/LC_MESSAGES/django.po | 191 +++++++++++++++- manila_ui/locale/pt_BR/LC_MESSAGES/django.po | 180 +-------------- manila_ui/locale/zh_CN/LC_MESSAGES/django.po | 9 +- playbooks/legacy/manila-ui-dsvm/post.yaml | 2 +- playbooks/legacy/manila-ui-dsvm/run.yaml | 2 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 25 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 15 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 9 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 29 ++- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 7 +- releasenotes/source/rocky.rst | 6 + requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 3 +- tox.ini | 11 +- 38 files changed, 597 insertions(+), 600 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3dd4ebc..efb703a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ six>=1.10.0 # MIT -horizon>=14.0.0.0b2 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 60a9387..c3160e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8 +7,0 @@ ddt>=1.0.1 # MIT -django-nose>=1.4.4 # BSD