[release-announce] [magnum] magnum-ui 3.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 22 12:30:10 UTC 2017


We are excited to announce the release of:

magnum-ui 3.0.0: Magnum User Interface

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

91fa9c8 Imported Translations from Zanata
0222205 Imported Translations from Zanata
507d744 Updated from global requirements
9e10021 Imported Translations from Zanata
95f4381 Imported Translations from Zanata
6c3f908 Imported Translations from Zanata
a160805 Imported Translations from Zanata
a78511c Fixed typo
edcc45a Imported Translations from Zanata
a694701 Updated from global requirements
55c21e8 Imported Translations from Zanata
3bf4b6a Imported Translations from Zanata
7535a24 Imported Translations from Zanata
852c802 Add release notes for Pike
c4c266f Imported Translations from Zanata
05f2ca6 Fix update action
011ca0e Updated from global requirements
71549ca Imported Translations from Zanata
f746753 Imported Translations from Zanata
27a566d Use pbr autodoc feature rather than custom logic
cef5ae3 Add configuration guide into docs
4a3ba73 rearrange existing documentation to fit the new standard layout
d151c39 Add REST API for stats list
1eaca69 Add CA rotate action for cluster
de517b1 Add rollback option for cluster
1b662de Add docker volume size option for cluster
10b0fc2 Imported Translations from Zanata
6db5050 Fix URLs for each resource
616994b Updated from global requirements
2e61858 Switch from oslosphinx to openstackdocstheme
380a2f0 Updated from global requirements
e965dc2 Improve docs build
83caa00 Clean up doc/ and releasenotes/
1d812f7 Imported Translations from Zanata
32aeaef hacking: Specify white list rules in noqa explicity
db2bccd ignore nose test results
dcd16c9 Imported Translations from Zanata
287b2dd Imported Translations from Zanata
65f7605 Fix html_last_updated_fmt for Python3
9ebba6d Modify some spelling mistakes
fb285fa Updated from global requirements
e1bcb3c Change inputs for networks of cluster template into pulldowns
cc5dd12 Set keypair properly on Create Cluster dialog
915227a Imported Translations from Zanata
4dab7f2 Updated from global requirements
80e3b97 Updated from global requirements
707233c Add dcos support for magnum-ui
f217a2e Updated from global requirements
80adb29 Fix breadcrumbs
4039404 Refresh test environment
7012b71 Updated from global requirements
f0b28f1 Updated from global requirements
cac8f9e Use detailRoute constant for path of details view
db67067 Updated from global requirements
25bfe66 Change http into https for home-page
345c571 Update test requirement
264d6d3 Updated from global requirements
bb52750 Imported Translations from Zanata
4330da8 Imported Translations from Zanata
de09078 Imported Translations from Zanata
4fd9bb5 Update reno for stable/ocata
161a0ad Remove support for py34
75ef625 Imported Translations from Zanata


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

.gitignore                                         |   4 +-
README.rst                                         |   2 +-
magnum_ui/api/magnum.py                            |  55 +-
magnum_ui/api/rest/__init__.py                     |   2 +-
magnum_ui/api/rest/magnum.py                       |  45 ++
magnum_ui/content/cluster_templates/urls.py        |   8 +-
magnum_ui/content/clusters/panel.py                |   2 +-
magnum_ui/content/clusters/urls.py                 |   8 +-
magnum_ui/locale/cs/LC_MESSAGES/djangojs.po        |  12 +-
magnum_ui/locale/de/LC_MESSAGES/djangojs.po        |  67 +-
magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po     |  18 +-
magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po     | 238 --------
magnum_ui/locale/fr/LC_MESSAGES/django.po          |  17 +-
magnum_ui/locale/fr/LC_MESSAGES/djangojs.po        | 142 ++++-
magnum_ui/locale/id/LC_MESSAGES/djangojs.po        |  66 +-
magnum_ui/locale/ja/LC_MESSAGES/djangojs.po        |  65 +-
magnum_ui/locale/ko_KR/LC_MESSAGES/django.po       |  17 +-
magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po     |  74 ++-
magnum_ui/locale/pt_BR/LC_MESSAGES/django.po       |  30 +
magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po     | 449 +++++++++++++-
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po        |  18 +-
magnum_ui/locale/tr_TR/LC_MESSAGES/django.po       |  30 +
magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po     | 677 +++++++++++++++++++++
magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po     |  63 +-
.../cluster-templates/cluster-templates.module.js  |   1 +
.../cluster-templates/cluster-templates.service.js |   5 +-
.../cluster-templates.service.spec.js              |   5 +-
.../delete/delete.service.spec.js                  |   6 +-
.../cluster-templates/details/overview.html        |   2 +-
.../cluster-templates/update/update.service.js     |   5 +
.../update/update.service.spec.js                  |   3 +
.../cluster-templates/workflow/workflow.service.js | 171 ++++--
.../workflow/workflow.service.spec.js              |   5 +-
.../container-infra/clusters/actions.module.js     |   9 +
.../clusters/actions.module.spec.js                |   5 +
.../container-infra/clusters/clusters.service.js   |   5 +-
.../clusters/clusters.service.spec.js              |   5 +-
.../clusters/delete/delete.service.spec.js         |   6 +-
.../container-infra/clusters/details/drawer.html   |   2 +-
.../container-infra/clusters/details/overview.html |   2 +-
.../rotate-certificate.service.js                  |  76 +++
.../rotate-certificate.service.spec.js             |  51 ++
.../clusters/update/update.service.js              |   2 +
.../workflow/cluster-template.controller.js        |  19 +-
.../clusters/workflow/cluster-template.html        |   4 +-
.../clusters/workflow/size.help.html               |   2 +-
.../clusters/workflow/workflow.service.js          |  22 +
.../dashboard/container-infra/magnum.service.js    |  43 ++
.../container-infra/magnum.service.spec.js         |  14 +
magnum_ui/test/settings.py                         |   4 +-
manage.py                                          |   2 +-
releasenotes/notes/pike-b1af664f1033a131.yaml      |  43 ++
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        |  18 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 145 ++++-
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 136 ++++-
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 128 +++-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  50 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       | 126 +++-
releasenotes/source/ocata.rst                      |   6 +
requirements.txt                                   |   8 +-
setup.cfg                                          |   9 +-
setup.py                                           |   2 +-
test-requirements.txt                              |  14 +-
tools/install_venv.py                              |   2 +-
tox.ini                                            |  30 +-
77 files changed, 2826 insertions(+), 1384 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 93e2239..2abb71c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -12,2 +12,2 @@ python-magnumclient>=2.0.0 # Apache-2.0
-Babel>=2.3.4 # BSD
-Django<1.9,>=1.8 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
+Django<2.0,>=1.8 # BSD
@@ -16 +16 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.1.0 # Apache-2.0
+django-openstack-auth>=3.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e39802d..9ef641e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +10,2 @@
-hacking<0.11,>=0.10.2
-#
-coverage>=4.0 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -14 +13 @@ django-nose>=1.4.4 # BSD
-mock>=2.0 # BSD
+mock>=2.0.0 # BSD
@@ -22,2 +21,2 @@ openstack.nose-plugin>=0.7 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.16.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
@@ -25,2 +24 @@ selenium>=2.50.1 # Apache-2.0
-sphinx>=1.5.1 # BSD
-testtools>=1.4.0 # MIT
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list