We enthusiastically announce the release of: horizon 16.1.0: OpenStack Dashboard This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/horizon Download the package from: https://tarballs.openstack.org/horizon/ Please report issues through: https://bugs.launchpad.net/horizon/+bugs For more details, please see below. Changes in horizon 16.0.0..16.1.0 --------------------------------- e4269fb88 Imported Translations from Zanata 1108d2c40 Fix "prev" link pagination for instances with identical timestamps d5ee750a9 Imported Translations from Zanata a122315c7 Imported Translations from Zanata a5b4a3527 Cap hacking version to <2 fbce90434 GUI hangs on creation of project in User creation form 6443c4f83 Send binary frame in websocket client 02f4d8ab7 Fix users/projects list when domain context is changed 1229bd4bb Fix change expired password feature 697f19de1 Fix deleting port from port details page 969a3e279 Imported Translations from Zanata 034263898 Compact overly nested css in compressed css 43fc1547c Pin jQuery to < 2; fixing unusable dashboard JS ('indexOf' of undefined) 897fa1b1b Imported Translations from Zanata fd9839a07 Imported Translations from Zanata 524093e3e Fix aes-xts key length in Horizon Admin Guide / Manage Volumes Diffstat (except docs and test files) ------------------------------------- .../locale/en_GB/LC_MESSAGES/doc-configuration.po | 171 +++- .../locale/id/LC_MESSAGES/doc-contributor.po | 64 +- horizon/locale/en_GB/LC_MESSAGES/django.po | 14 +- horizon/locale/en_GB/LC_MESSAGES/djangojs.po | 8 +- horizon/locale/es/LC_MESSAGES/django.po | 14 +- horizon/locale/ko_KR/LC_MESSAGES/djangojs.po | 10 +- horizon/locale/ru/LC_MESSAGES/django.po | 16 +- horizon/locale/ru/LC_MESSAGES/djangojs.po | 10 +- horizon/utils/scss_filter.py | 3 + horizon/workflows/views.py | 2 +- openstack_auth/forms.py | 10 +- openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 36 +- openstack_auth/locale/es/LC_MESSAGES/django.po | 39 +- openstack_auth/locale/ru/LC_MESSAGES/django.po | 34 +- openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 115 +++ openstack_dashboard/api/keystone.py | 8 +- openstack_dashboard/api/nova.py | 30 +- .../dashboards/project/networks/ports/views.py | 3 +- .../locale/de/LC_MESSAGES/django.po | 6 +- .../locale/en_GB/LC_MESSAGES/django.po | 218 ++++- .../locale/en_GB/LC_MESSAGES/djangojs.po | 26 +- .../locale/es/LC_MESSAGES/django.po | 92 +- .../locale/ko_KR/LC_MESSAGES/django.po | 238 +++++- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 40 +- .../locale/ru/LC_MESSAGES/django.po | 20 +- .../locale/zh_TW/LC_MESSAGES/django.po | 929 ++++++++++++++++++++- .../locale/zh_TW/LC_MESSAGES/djangojs.po | 613 +++++++++++++- .../static/js/angular/directives/serialConsole.js | 12 +- openstack_dashboard/test/unit/api/test_nova.py | 10 +- requirements.txt | 2 +- test-requirements.txt | 2 +- 38 files changed, 2970 insertions(+), 170 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2c907d8da..0a8f8be5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59 +59 @@ XStatic-Jasmine>=2.4.1.1 # MIT License -XStatic-jQuery>=1.8.2.1 # MIT License +XStatic-jQuery>=1.8.2.1,<2 # MIT License diff --git a/test-requirements.txt b/test-requirements.txt index b0c9e4466..53bcea9b9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=1.1.0,<2 # Apache-2.0