magnum-ui 7.0.0 (victoria)
We jubilantly announce the release of: magnum-ui 7.0.0: Magnum User Interface This release is part of the victoria 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 6.0.0..7.0.0 --------------------------------- 2c07e66 Support enable/disable loadbalancer when creating cluster 6fa4868 [goal] Migrate testing to ubuntu focal 270f318 Fix py36 job setup 962cb89 Imported Translations from Zanata a73ec8d Imported Translations from Zanata dbbe877 Fix npm jobs 8b3bf82 drop mock from lower-constraints cba65fa Fix formatting issue in workflow message aa60056 Stop to use the __future__ module. 147272b Switch to newer openstackdocstheme and reno versions 96312ea Fix cluster resize a1e24b1 Show cluster health status 0a1150e Imported Translations from Zanata cf85515 Imported Translations from Zanata 3e9a7e9 Add py38 package metadata d2bfee2 Imported Translations from Zanata 2780088 Add Python3 victoria unit tests e0b0e6d Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- lower-constraints.txt | 10 +- magnum_ui/api/heat.py | 1 - magnum_ui/api/magnum.py | 1 - magnum_ui/api/rest/magnum.py | 12 +- magnum_ui/locale/de/LC_MESSAGES/djangojs.po | 22 ++- magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 14 +- magnum_ui/locale/ru/LC_MESSAGES/djangojs.po | 158 ++++++++++++++++++++- .../container-infra/clusters/clusters.module.js | 12 ++ .../clusters/create/create.service.js | 3 +- .../container-infra/clusters/details/overview.html | 4 + .../clusters/workflow/workflow.service.js | 13 +- package.json | 2 +- .../notes/show-health-status-ff92b2fe2bfad5ae.yaml | 5 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 16 ++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 22 ++- releasenotes/source/ussuri.rst | 6 + setup.cfg | 2 + test-requirements.txt | 5 + tools/install_venv_common.py | 2 - 24 files changed, 289 insertions(+), 74 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ffcbd1f..c9bfa73 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,0 +11,5 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 +
participants (1)
-
no-reply@openstack.org