We high-spiritedly announce the release of: horizon 23.1.1: OpenStack Dashboard This release is part of the antelope 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 23.1.0..23.1.1 --------------------------------- 78cb074f7 Update cirros image to cirros-0.5.3-x86_64 443722863 Fix Users/Groups tab list when a domain context is set 7244c3142 Fix error on changing user password by admin c09e8162c Fixing container view bug on lp #2009724 e621c9d74 Extend configurable skippability of neutron calls to project instance detail 068e20739 Imported Translations from Zanata a6ee21023 Add allocation ratios to Placement stats dd19dee75 bandit: Install baseline extra c2b0700d4 Use Placement API along with the hypervisor stats aacb53161 Fix manage.py to use python3 3ea69c890 Imported Translations from Zanata cd64730ee Fix object-store container toggle for turning public access on/off 5a2d82b34 Remove usage of openstack/xstatic-font-awesome c35d8f1c1 Fix qos and trunks tables 2add56988 Disable form auto-complete on login form d643547ed Remove Description from Edit Image Metadata 858d4790c fix(swift): allow object creation 3dd3d4ffe Imported Translations from Zanata a0232f289 Update TOX_CONSTRAINTS_FILE for stable/2023.1 a44b36406 Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.d/xstatic-master.yaml | 3 +- .../metadata/tree/metadata-tree-item.controller.js | 6 + horizon/templates/auth/_login_form.html | 4 +- manage.py | 2 +- openstack_dashboard/api/__init__.py | 2 + openstack_dashboard/api/keystone.py | 1 + openstack_dashboard/api/placement.py | 128 + .../dashboards/admin/hypervisors/tables.py | 68 +- .../dashboards/admin/hypervisors/tabs.py | 20 +- .../hypervisors/templates/hypervisors/index.html | 49 +- .../dashboards/admin/hypervisors/views.py | 6 +- .../dashboards/identity/projects/tabs.py | 13 +- .../dashboards/project/instances/views.py | 2 + .../dashboard/project/containers/containers.html | 2 +- .../project/containers/objects.controller.js | 3 +- .../locale/as/LC_MESSAGES/django.po | 11 +- .../locale/bn_IN/LC_MESSAGES/django.po | 11 +- .../locale/brx/LC_MESSAGES/django.po | 11 +- .../locale/cs/LC_MESSAGES/django.po | 11 +- .../locale/de/LC_MESSAGES/django.po | 11 +- .../locale/en_AU/LC_MESSAGES/django.po | 11 +- .../locale/en_GB/LC_MESSAGES/django.po | 136 +- .../locale/eo/LC_MESSAGES/django.po | 8 +- .../locale/es/LC_MESSAGES/django.po | 11 +- .../locale/fr/LC_MESSAGES/django.po | 24 +- .../locale/gu/LC_MESSAGES/django.po | 11 +- .../locale/hi/LC_MESSAGES/django.po | 11 +- .../locale/id/LC_MESSAGES/django.po | 11 +- .../locale/it/LC_MESSAGES/django.po | 11 +- .../locale/ja/LC_MESSAGES/django.po | 11 +- .../locale/kn/LC_MESSAGES/django.po | 11 +- .../locale/ko_KR/LC_MESSAGES/django.po | 11 +- .../locale/kok/LC_MESSAGES/django.po | 11 +- .../locale/ks/LC_MESSAGES/django.po | 11 +- .../locale/mai/LC_MESSAGES/django.po | 11 +- .../locale/mni/LC_MESSAGES/django.po | 11 +- .../locale/mr/LC_MESSAGES/django.po | 11 +- .../locale/ne/LC_MESSAGES/django.po | 11 +- .../locale/pa_IN/LC_MESSAGES/django.po | 11 +- .../locale/pl_PL/LC_MESSAGES/django.po | 11 +- .../locale/pt_BR/LC_MESSAGES/django.po | 11 +- .../locale/ru/LC_MESSAGES/django.po | 11 +- .../locale/ta/LC_MESSAGES/django.po | 11 +- .../locale/tr_TR/LC_MESSAGES/django.po | 11 +- .../locale/ur/LC_MESSAGES/django.po | 11 +- .../locale/zh_Hans/LC_MESSAGES/django.po | 11 +- .../locale/zh_Hant/LC_MESSAGES/django.po | 11 +- .../core/openstack-service-api/neutron.service.js | 4 + .../core/openstack-service-api/swift.service.js | 3 +- .../openstack-service-api/swift.service.spec.js | 1 - .../source/locale/de/LC_MESSAGES/releasenotes.po | 4559 -------------- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 6661 -------------------- .../source/locale/id/LC_MESSAGES/releasenotes.po | 6375 ------------------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 5834 ----------------- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 1708 ----- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 3937 ------------ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 508 -- tox.ini | 6 +- 64 files changed, 583 insertions(+), 29869 deletions(-)
participants (1)
-
no-reply@openstack.org