We are happy to announce the release of: horizon 20.2.0: OpenStack Dashboard This release is part of the yoga 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 20.1.0..20.2.0 --------------------------------- 9d1bb3626 Allow both Django 2.2 and 3.2 for smooth transition 7bfb56010 Bump Django version to Current LTS Version 4ef292b0c Skip or make horizon failed gate job to non-voting to merge Django 3.2 7192f4ae9 [cleanup] Remove "Update flavors" from documentation 5e405d719 Imported Translations from Zanata ae9ae79fd Imported Translations from Zanata 66091d7b2 Add Python3 yoga unit tests c8dc5cf70 Update master for stable/xena 1821ae5d2 Clean up extra spaces 3e1a93f1c Sync default policy rules Diffstat (except docs and test files) ------------------------------------- .zuul.d/django-jobs.yaml | 8 +- .zuul.d/project.yaml | 2 +- horizon/locale/ja/LC_MESSAGES/django.po | 13 +- .../horizon/lib/jquery/jquery.bootstrap.wizard.js | 2 +- lower-constraints.txt | 6 +- .../conf/default_policies/glance.yaml | 82 ++++-- .../conf/default_policies/keystone.yaml | 64 +---- .../conf/default_policies/neutron.yaml | 43 +++- .../conf/default_policies/nova.yaml | 6 +- openstack_dashboard/conf/glance_policy.yaml | 93 ++++--- openstack_dashboard/conf/keystone_policy.yaml | 40 +-- openstack_dashboard/conf/neutron_policy.yaml | 49 ++-- openstack_dashboard/conf/nova_policy.yaml | 6 +- .../locale/ja/LC_MESSAGES/django.po | 12 +- .../locale/ja/LC_MESSAGES/djangojs.po | 19 +- releasenotes/source/index.rst | 1 + .../source/locale/fr/LC_MESSAGES/releasenotes.po | 280 +++++++++++++++++++++ releasenotes/source/xena.rst | 6 + requirements.txt | 4 +- 20 files changed, 551 insertions(+), 201 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fe857c6a7..b04b6011d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,2 +15,2 @@ debtcollector>=1.2.0 # Apache-2.0 -Django>=2.2,<3.0 # BSD -django-compressor>=2.0 # MIT +Django>=2.2,<3.3 # BSD +django-compressor>=2.4.1 # MIT
participants (1)
-
no-reply@openstack.org