magnum-ui 17.0.0 (flamingo)
We are pumped to announce the release of: magnum-ui 17.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/magnum-ui Download the package from: https://tarballs.openstack.org/magnum-ui/ Please report issues through: https://bugs.launchpad.net/magnum-ui/+bugs For more details, please see below. Changes in magnum-ui 16.0.0..17.0.0 ----------------------------------- 8b85469 Imported Translations from Zanata 7d3d869 Imported Translations from Zanata 9744bb2 Support credential API b3d4612 Imported Translations from Zanata ee7edd2 Fix unescaped percent sign in mgsid translation strings 420d786 Imported Translations from Zanata 93b836b Fix a typo in a gettext string. ad4bd6a Correct Docker Registry naming 4ad1594 Fix small mistake in "template" phrase bcf5843 Switch id to uppercase c53e56e Fix minor grammar issue fa0768c Drop environments for nose b817c76 Remove note about old pip's behavior 858e814 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- magnum_ui/api/magnum.py | 6 +- magnum_ui/api/rest/magnum.py | 11 + magnum_ui/locale/cs/LC_MESSAGES/djangojs.po | 508 -------------- magnum_ui/locale/de/LC_MESSAGES/djangojs.po | 30 +- magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po | 18 +- magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 156 ++--- magnum_ui/locale/fr/LC_MESSAGES/djangojs.po | 23 +- magnum_ui/locale/id/LC_MESSAGES/djangojs.po | 30 +- magnum_ui/locale/ja/LC_MESSAGES/djangojs.po | 32 +- magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 30 +- magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po | 30 +- magnum_ui/locale/ru/LC_MESSAGES/django.po | 21 +- magnum_ui/locale/ru/LC_MESSAGES/djangojs.po | 571 +++++++++++---- magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po | 18 +- .../cluster-templates/workflow/info.help.html | 4 +- .../cluster-templates/workflow/labels.help.html | 2 +- .../cluster-templates/workflow/spec.help.html | 4 +- .../container-infra/clusters/actions.module.js | 10 + .../clusters/actions.module.spec.js | 5 + .../clusters/resize/resize.service.js | 2 +- .../rotate-credential/rotate-credential.service.js | 119 ++++ .../rotate-credential.service.spec.js | 102 +++ .../clusters/workflow/advanced.help.html | 2 +- .../clusters/workflow/size.help.html | 2 +- .../dashboard/container-infra/magnum.service.js | 24 +- .../container-infra/magnum.service.spec.js | 11 +- .../notes/credential-rotate-e507587e06d70d48.yaml | 5 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 6 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 26 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 6 +- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 6 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 10 +- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 6 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 764 ++++++++++++++++++++- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 6 +- requirements.txt | 12 +- test-requirements.txt | 9 - tox.ini | 6 - 41 files changed, 1647 insertions(+), 1003 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b52440..4a52b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# PBR should always appear first @@ -15 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-magnumclient>=4.2.0 # Apache-2.0 +python-magnumclient>=4.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4e81a19..97843f0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# Hacking should appear first in case something else depends on pep8
participants (1)
-
no-reply@openstack.org