We joyfully announce the release of: magnum-ui 13.0.0: Magnum User Interface This release is part of the bobcat 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 12.0.0..13.0.0 ----------------------------------- a7278fc remove unicode from code df2de96 Imported Translations from Zanata e9dd132 Bump magnumclient to support cluster config c1969f2 Imported Translations from Zanata 61307d6 Add magnum cluster config support 280672d Cleanup py27 support aab800c sign-certificate-modal.controller.js: replace success() with then() 3954cea Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- magnum_ui/api/magnum.py | 27 ++++++++ magnum_ui/api/rest/magnum.py | 11 ++++ magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 11 +++- .../container-infra/clusters/actions.module.js | 9 +++ .../clusters/actions.module.spec.js | 5 ++ .../clusters/config/config.service.js | 73 +++++++++++++++++++++ .../clusters/config/config.service.spec.js | 75 ++++++++++++++++++++++ .../sign-certificate-modal.controller.js | 2 +- .../dashboard/container-infra/magnum.service.js | 8 +++ .../container-infra/magnum.service.spec.js | 7 ++ releasenotes/source/2023.1.rst | 6 ++ releasenotes/source/conf.py | 16 ++--- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 8 ++- requirements.txt | 2 +- setup.py | 9 --- 18 files changed, 260 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3728fed..0b52440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-magnumclient>=2.15.0 # Apache-2.0 +python-magnumclient>=4.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org