We are gleeful to announce the release of: ironic-ui 6.6.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/ironic-ui Download the package from: https://pypi.org/project/ironic-ui Please report issues through: https://bugs.launchpad.net/ironic-ui/+bugs For more details, please see below. Changes in ironic-ui 6.5.0..6.6.0 --------------------------------- 0f9d56a Imported Translations from Zanata 4b9e186 Imported Translations from Zanata c908fd8 Capitalize RAID 5d55a10 Fix small mistake in text 703cd8e Imported Translations from Zanata 9554edf Remove Python 3.9 support 52b00f3 add pyproject.toml to support pip 23.1 d07fa93 Revert "Replace license classifier" b5ac4c0 Removing regular from localization d5e13b1 Exclude test code from coverage report 94cd7d6 Replace license classifier 1493420 Drop environments for nose ca1b139 Remove unnecessary +x mode 88f16b8 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 3 +- ironic_ui/api/ironic.py | 0 ironic_ui/api/ironic_rest_api.py | 0 ironic_ui/locale/de/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 13 +- ironic_ui/locale/fr/LC_MESSAGES/djangojs.po | 5 +- ironic_ui/locale/id/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/ja/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/pt_BR/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/ru/LC_MESSAGES/django.po | 28 ++ ironic_ui/locale/ru/LC_MESSAGES/djangojs.po | 538 ++++++++++++++++++--- ironic_ui/locale/tr_TR/LC_MESSAGES/djangojs.po | 9 +- ironic_ui/locale/zh_Hans/LC_MESSAGES/djangojs.po | 9 +- .../admin/ironic/base-node/base-node.html | 2 +- .../admin/ironic/driver-property.service.js | 3 +- .../static/dashboard/admin/ironic/ironic.module.js | 0 .../dashboard/admin/ironic/ironic.service.js | 2 +- .../dashboard/admin/ironic/node-actions.service.js | 0 .../ironic/node-details/node-details.controller.js | 0 .../node-details/node-details.controller.spec.js | 0 .../admin/ironic/node-list/node-list.controller.js | 0 pyproject.toml | 3 + .../notes/remove-py39-5e9906a5b6156250.yaml | 5 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/index.rst | 1 + .../source/locale/fr/LC_MESSAGES/releasenotes.po | 8 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 403 +++++++++++++-- setup.cfg | 5 +- tox.ini | 10 +- 30 files changed, 932 insertions(+), 166 deletions(-)