We are satisfied to announce the release of: magnum-ui 5.0.1: Magnum User Interface This release is part of the rocky stable release series. The source is available from: http://git.openstack.org/cgit/openstack/magnum-ui Download the package from: https://tarballs.openstack.org/magnum-ui/ Please report issues through launchpad: http://bugs.launchpad.net/magnum-ui For more details, please see below. Changes in magnum-ui 5.0.0..5.0.1 --------------------------------- c23a2d8 Add swarm-mode as COE ffc1010 Fix JS error on routed-details-view when execute show-certificate 8a03c55 Fix show certificate button returning invalid CA fd65446 import zuul job settings from project-config 70c60ee Remove mox3 from doc/requirements.txt fbce62b Imported Translations from Zanata 04bb029 Drop nose dependencies 30edce6 Imported Translations from Zanata b223551 Update UPPER_CONSTRAINTS_FILE for stable/rocky 546d355 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 31 ++++++++++- lower-constraints.txt | 7 --- .../cluster-templates/cluster-templates.module.js | 1 + .../cluster-templates/workflow/workflow.service.js | 5 ++ .../workflow/workflow.service.spec.js | 4 ++ .../show-certificate/show-certificate.service.js | 11 +++- .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 ++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 ++-- .../source/locale/id/LC_MESSAGES/releasenotes.po | 61 +++++++++++++++++++++- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 5 +- requirements.txt | 7 +-- test-requirements.txt | 6 --- tox.ini | 4 +- 15 files changed, 122 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ef0746f..d120733 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +11,0 @@ python-magnumclient>=2.6.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD -Django<2.0,>=1.11 # BSD -django-babel>=0.6.2 # BSD -django-compressor>=2.0 # MIT -django-pyscss>=2.0.2 # BSD License (2 clause) @@ -18 +13 @@ django-pyscss>=2.0.2 # BSD License (2 clause) -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6f6e94b..020ffec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD @@ -15,5 +13,0 @@ nodeenv>=0.9.4 # BSD -nose>=1.3.7 # LGPL -nose-exclude>=0.3.0 # LGPL -nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover>=1.0.10 # BSD -openstack.nose-plugin>=0.7 # Apache-2.0