[release-announce] magnum-ui 5.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 29 01:41:04 UTC 2019


We are gleeful to announce the release of:

magnum-ui 5.1.0: Magnum User Interface

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/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 5.0.0..5.1.0
---------------------------------

c9c8b71 Imported Translations from Zanata
58a07a8 Replace openstack.org git:// URLs with https://
bdcbad8 Imported Translations from Zanata
1fb4f10 Add nodejs10 jobs on bionic.
51509aa Switch to horizon-nodejs4-jobs template
080d4f5 Add release notes for stein.
74a312d Update json module to jsonutils
95520c0 Imported Translations from Zanata
4618a32 Update hacking version
b5df885 Update the bugs link to storyboard
d626f2f Imported Translations from Zanata
e34e488 Change openstack-dev to openstack-discuss
9721b49 Bump horizon for Stein
064638e Update http link to https link
4c0c0aa Change openstack-dev to openstack-discuss
744b216 Imported Translations from Zanata
9ee37d2 fix typo in releasenotes
85a4631 Fix cluster update instead of cluster template update
4c9c1e5 fix text for master flavor / node flavor
0ea3615 Imported Translations from Zanata
0256f55 Fix image URL for cluster template overview
5be1860 Imported Translations from Zanata
941dc2c Imported Translations from Zanata
a3bf615 Use initial maps for supported network and volume drivers
efce8ee Display master_flavor_id and flavor_id when updating cluster
895e509 Limit cluster update properties
3a236a7 Support api-version when building client
4eabffe Add blueprints link in documents
5563e4e fix tox python3 overrides
bcaed03 Imported Translations from Zanata
f90423c Add upper-constraints.txt into post-install
80e75cb Support Calico as network driver for k8s
4cb02f7 Disable rotate certificate
f0f9e21 Cleanup .zuul.yaml
a4529b2 Imported Translations from Zanata
8e7a835 Imported Translations from Zanata
cbe6b11 Imported Translations from Zanata
afa1746 When selecting a image for cluster, many invalid images are shown. If a project has a lot of images, options can be quite long, and cause wrong selctiong by mistake. So I add a filter after fetching images, now images that has "os_distro" property and it's value is one of "fedora-atomic", "coreos" and "ubuntu" are shown
5616acf Add swarm-mode as COE
010859e Imported Translations from Zanata
c66ed81 Imported Translations from Zanata
340942e Fix JS error on routed-details-view when execute show-certificate
12c7a85 switch documentation job to new PTI
edf1453 import zuul job settings from project-config
f40eba0 Fix show certificate button returning invalid CA
f2f3e9e Remove mox3 from doc/requirements.txt
7e2f1e7 Imported Translations from Zanata
c1bca04 Update reno for stable/rocky
1676384 Drop nose dependencies
d522b62 Imported Translations from Zanata


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

.zuul.yaml                                         |  17 +-
CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   4 +-
lower-constraints.txt                              |  15 +-
magnum_ui/api/magnum.py                            |  14 +-
magnum_ui/locale/de/LC_MESSAGES/djangojs.po        |  10 +-
magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po     |  10 +-
magnum_ui/locale/id/LC_MESSAGES/djangojs.po        |  11 +-
magnum_ui/locale/ja/LC_MESSAGES/djangojs.po        |  10 +-
magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po     |  11 +-
magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po     |   9 +-
.../cluster-templates/cluster-templates.module.js  |  12 ++
.../cluster-templates/details/overview.html        |   2 +-
.../cluster-templates/workflow/workflow.service.js |  42 +++--
.../workflow/workflow.service.spec.js              |   4 +
.../rotate-certificate.service.js                  |   4 +-
.../show-certificate/show-certificate.service.js   |  11 +-
.../clusters/update/update.service.js              |   4 +
.../clusters/workflow/workflow.service.js          |   4 +-
magnum_ui/test/settings.py                         |  10 +-
package.json                                       |   6 +-
releasenotes/notes/pike-b1af664f1033a131.yaml      |   2 +-
releasenotes/notes/stein-a6adf485dbbbbd1a.yaml     |  55 ++++++
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  63 ++++++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  11 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  61 ++++++-
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 127 +++++++++++++-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       | 195 ++++++++++++++++++++-
releasenotes/source/rocky.rst                      |   6 +
requirements.txt                                   |   9 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |   8 +-
tox.ini                                            |   4 +
38 files changed, 674 insertions(+), 110 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ef0746f..87377a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,6 +11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.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)
+python-magnumclient>=2.11.0 # Apache-2.0
@@ -18 +13 @@ django-pyscss>=2.0.2 # BSD License (2 clause)
-horizon>=13.0.0 # Apache-2.0
+horizon>=15.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6f6e94b..055dece 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -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






More information about the Release-announce mailing list