We are psyched to announce the release of: horizon 25.1.1 This release is part of the dalmatian 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. 25.1.1 ^^^^^^ Bug Fixes * Fix typo in metadef resource type. When Horizon retrieve possible metadata for Cinder Volume Type it will now retrieve OS::Cinder::VolumeType instead of OS:Cinder::VolumeType (note first :). Changes in horizon 25.1.0..25.1.1 --------------------------------- 1fa625858 Don't create image property "architecture" if it's empty a89e086ae Don't hide region and domain on login screen when using other auth methods 7044d32c9 Fix security group renderring in port overview (4) 9d37a1544 Non-existent timezone fix c2c8b10bb Enabling Provider Network Tab 4777ee5a3 Fixing port security checkbox for instance port c4f9fec5e Fix the attribute to look up security group ids of a port (3) 3017a824d Fix the attribute to look up security group ids of a port (2) 5eaad85f5 Fix the attribute to look up security group ids of a port 23d0b9525 Force scope when listing domains 0d7539558 Move deprecated since/reason to deprecated_rule object 4bcc3dcea Fix typo in metadef for Cinder Volume Type e70198f48 Update TOX_CONSTRAINTS_FILE for stable/2024.2 ab88bf1a3 Update .gitreview for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../static/auth/login/login-finder.directive.js | 6 - openstack_auth/policy.py | 7 +- openstack_dashboard/api/keystone.py | 2 +- openstack_dashboard/api/neutron.py | 7 +- .../conf/default_policies/cinder.yaml | 689 +++++++---- .../conf/default_policies/glance.yaml | 298 +++-- .../conf/default_policies/keystone.yaml | 777 +++++++----- .../conf/default_policies/neutron.yaml | 1278 +++++++++++++------- .../conf/default_policies/nova.yaml | 850 ++++++++++--- .../dashboards/project/networks/ports/tabs.py | 18 +- .../dashboards/project/networks/ports/views.py | 20 +- .../dashboards/project/networks/ports/workflows.py | 2 +- .../templates/networks/_detail_overview.html | 8 +- .../templates/networks/ports/_detail_overview.html | 2 +- .../dashboards/settings/user/forms.py | 12 +- .../management/commands/dump_default_policies.py | 4 +- .../static/app/core/metadata/metadata.service.js | 2 +- .../core/openstack-service-api/glance.service.js | 5 + ...ef-for-cinder-volume-type-f65dd215d2a3ce75.yaml | 6 + tox.ini | 4 +- 23 files changed, 2763 insertions(+), 1249 deletions(-)
participants (1)
-
no-reply@openstack.org