Rocky Series Release Notes

5.0.0

New Features

  • [blueprint add-quotas-panel] Added quotas panel for admin. This panel has CRUD operations for quotas. For now, admin user can limit only the number of clusters for each project. To enable quotas panel, copy magnum_ui/enabled/_2370_admin_container_infra_panel_group.py and magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py into horizon’s enabled directory.

Bug Fixes

  • [bug/1777545] Fixed issue the deleted item is selected again with batch delete. Item selections on table view for batch actions does not be cleared after execution of actions. To ensure to clear item selections, hzTable:clearSelection event is emitted.

  • [bug/1638863] Fixed failure updating labels for cluster template.

  • [bug/1746706] Reproduced navigations when refreshing details view. Previously the fix for [bug/1681627] allowed us to reload or directly open Angular-based detail page (ngdetail), but the navigation menu was not reproduced correctly.