[release-announce] [magnum] magnum-ui 4.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 22 16:10:03 UTC 2018


We are pumped to announce the release of:

magnum-ui 4.0.0: Magnum User Interface

This release is part of the queens 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 3.0.0..4.0.0
---------------------------------

7a9e3f7 Imported Translations from Zanata
e34a8a8 Imported Translations from Zanata
3d509eb Imported Translations from Zanata
f5cd4c0 Imported Translations from Zanata
5f4f0d2 Imported Translations from Zanata
7e60440 Imported Translations from Zanata
440653f Imported Translations from Zanata
c7692de Imported Translations from Zanata
53fff0a Imported Translations from Zanata
a0ab21a Imported Translations from Zanata
276fedf Imported Translations from Zanata
84f0048 Add release notes for Queens
44b75dd Imported Translations from Zanata
e1fac39 Updated from global requirements
41993d6 Imported Translations from Zanata
a9f2f65 Remove link to Stack
85ffce8 Updated from global requirements
4516d81 Imported Translations from Zanata
5ba2e47 Add javascript tests
7f06143 Add stats and quota information for cluster table view
1972ddf Use text-download service on horizon
bb6374f Imported Translations from Zanata
d946e48 Fix issue the deleted item is selected again with batch delete
e893699 Remove empty file
075e28e Imported Translations from Zanata
99b1d6e Fix update for labels
36a2116 Add flavor, master flavor and labels for cluster create
e88dd2c Add insecure_registry for cluster template
804b4c3 Add noValue filter for cluster template parameters
b6c3e6e Show flavor_id on cluster details view
ed10569 Add APIs for Quotas
7b5db0a Imported Translations from Zanata
09bb402 Add attributes for cluster to show
db58c23 Use load-edit directive for Sign Certificate action
ec1c646 Add '.idea' into .gitignore
63658e1 Imported Translations from Zanata
3f354d1 Remove setting of version/release from releasenotes
39dca07 Updated from global requirements
78f45b5 Drop django_openstack_auth from requirements.txt
02c2d06 Imported Translations from Zanata
62b8df9 Imported Translations from Zanata
19175dd Imported Translations from Zanata
070c23d Updated from global requirements
d8502cc Imported Translations from Zanata
6f68483 Update and replace http with https for doc links
8d9ec68 Imported Translations from Zanata
31ed768 Imported Translations from Zanata
1408b2c Imported Translations from Zanata
abc67a0 Update reno for stable/pike


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   1 +
CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   4 +-
magnum_ui/api/magnum.py                            |  43 +-
magnum_ui/api/rest/magnum.py                       |  61 ++
magnum_ui/locale/cs/LC_MESSAGES/djangojs.po        |   7 +-
magnum_ui/locale/de/LC_MESSAGES/djangojs.po        |  82 ++-
magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po     |   7 +-
magnum_ui/locale/en_GB/LC_MESSAGES/django.po       |  26 +-
magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po     | 745 +++++++++++++++++++++
magnum_ui/locale/fr/LC_MESSAGES/djangojs.po        |   7 +-
magnum_ui/locale/id/LC_MESSAGES/djangojs.po        |  80 ++-
magnum_ui/locale/ja/LC_MESSAGES/djangojs.po        |  80 ++-
magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po     |  83 ++-
magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po     |  80 ++-
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po        |   7 +-
magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po     |   7 +-
magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po     |   7 +-
.../cluster-templates/cluster-templates.scss       |   0
.../cluster-templates/delete/delete.service.js     |   7 +-
.../cluster-templates/details/drawer.controller.js |  10 +
.../details/drawer.controller.spec.js              |  34 +
.../cluster-templates/details/drawer.html          |   1 +
.../details/overview.controller.js                 |   9 +
.../details/overview.controller.spec.js            |   4 +
.../cluster-templates/details/overview.html        |  33 +-
.../cluster-templates/update/update.service.js     |   2 +
.../cluster-templates/workflow/spec.help.html      |   2 +
.../cluster-templates/workflow/workflow.service.js |  14 +
.../clusters/cluster-stats.controller.js           |  94 +++
.../clusters/cluster-stats.controller.spec.js      |  74 ++
.../container-infra/clusters/clusters.scss         |  45 ++
.../clusters/clusters.service.spec.js              |  20 +-
.../clusters/delete/delete.service.js              |   7 +-
.../clusters/details/drawer.controller.js          |  11 +-
.../clusters/details/drawer.controller.spec.js     |  33 +
.../container-infra/clusters/details/drawer.html   |  26 +-
.../clusters/details/overview.controller.js        |   9 +
.../clusters/details/overview.controller.spec.js   |   4 +
.../container-infra/clusters/details/overview.html |  48 +-
.../dashboard/container-infra/clusters/panel.html  |  23 +
.../rotate-certificate.service.js                  |   2 +-
.../rotate-certificate.service.spec.js             |  13 +-
.../show-certificate/show-certificate.service.js   |  11 +-
.../show-certificate.service.spec.js               |  13 +-
.../sign-certificate-modal.controller.js           |  24 +-
.../sign-certificate/sign-certificate-modal.html   |  16 +-
.../sign-certificate/sign-certificate-model.js     |   4 +-
.../sign-certificate/sign-certificate.service.js   |  14 +-
.../sign-certificate.service.spec.js               |   8 +-
.../clusters/update/update.service.js              |  10 +
.../clusters/workflow/labels.help.html             |   1 +
.../clusters/workflow/workflow.service.js          |  75 ++-
.../clusters/workflow/workflow.service.spec.js     |   2 +-
.../dashboard/container-infra/container-infra.scss |   8 -
.../dashboard/container-infra/magnum.service.js    |  73 +-
.../container-infra/magnum.service.spec.js         |  61 +-
releasenotes/notes/queens-f99244e9db54ccf3.yaml    |  48 ++
releasenotes/source/conf.py                        |  11 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 119 +++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 397 +++++++++++
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  69 ++
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 109 ++-
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 106 ++-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  53 +-
.../locale/pt_BR/LC_MESSAGES/releasenotes.po       | 421 ++++++++++++
.../source/locale/ru/LC_MESSAGES/releasenotes.po   |  52 ++
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |   3 +-
test-requirements.txt                              |  12 +-
71 files changed, 3336 insertions(+), 247 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2abb71c..2f72c5d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-magnumclient>=2.0.0 # Apache-2.0
+python-magnumclient>=2.1.0 # Apache-2.0
@@ -16 +15,0 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9ef641e..3621314 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ mock>=2.0.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
+mox3>=0.20.0 # Apache-2.0
@@ -16,2 +16,2 @@ nodeenv>=0.9.4 # BSD
-nose # LGPL
-nose-exclude # LGPL
+nose>=1.3.7 # LGPL
+nose-exclude>=0.3.0 # LGPL
@@ -19 +19 @@ nosehtmloutput>=0.0.3 # Apache-2.0
-nosexcover # BSD
+nosexcover>=1.0.10 # BSD
@@ -21 +21 @@ openstack.nose-plugin>=0.7 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -24 +24 @@ selenium>=2.50.1 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list