[release-announce] magnum-ui 5.3.0 (train)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 14 09:47:56 UTC 2020
We are pleased to announce the release of:
magnum-ui 5.3.0: Magnum User Interface
This release is part of the train stable 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.
5.3.0
^^^^^
New Features
************
* Add fedora-coreos image support. User can choose an image with
property 'os_distro=fedora-coreos' on horizon UI when creating a k8s
cluster template.
* REST Api and Angular service for resizing clusters is addedd.
Angular view supports resizing number of worker nodes only.
* Adds REST api and Angular service for rolling upgrade action on
cluster.
Other Notes
***********
* Bump python-magnumclient lowerconstraint to >= 2.15.0
* Adds python-heatclient >= 1.18.0 dependency
Changes in magnum-ui 5.2.1..5.3.0
---------------------------------
c3f04c0 Imported Translations from Zanata
b0fdeed Add rolling upgrade ui
d69b47d Add fedora-coreos distro
7bc8797 Add ui for resizing clusters
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 3 +-
magnum_ui/api/heat.py | 62 +++
magnum_ui/api/magnum.py | 22 +-
magnum_ui/api/rest/magnum.py | 105 +++-
magnum_ui/locale/ru/LC_MESSAGES/django.po | 23 +-
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po | 264 +++++++++-
.../cluster-templates/cluster-templates.module.js | 2 +-
.../container-infra/clusters/actions.module.js | 18 +
.../clusters/actions.module.spec.js | 10 +
.../clusters/resize/resize.service.js | 203 +++++++
.../clusters/resize/resize.service.spec.js | 114 ++++
.../clusters/rolling-upgrade/upgrade.service.js | 227 ++++++++
.../rolling-upgrade/upgrade.service.spec.js | 139 +++++
.../dashboard/container-infra/magnum.service.js | 30 +-
.../container-infra/magnum.service.spec.js | 52 ++
.../dashboard/container-infra/utils.service.js | 75 +++
.../container-infra/utils.service.spec.js | 42 ++
.../notes/add-fedora-coreos-7882a33d801371fe.yaml | 5 +
.../notes/resize-actions-1436a2a0dccbd13b.yaml | 10 +
.../notes/upgrade-actions-adf2f749ec0cc817.yaml | 4 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 519 ------------------
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 453 ----------------
.../source/locale/fr/LC_MESSAGES/releasenotes.po | 66 ---
.../source/locale/id/LC_MESSAGES/releasenotes.po | 468 ----------------
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 586 ---------------------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 540 -------------------
.../locale/pt_BR/LC_MESSAGES/releasenotes.po | 421 ---------------
.../source/locale/ru/LC_MESSAGES/releasenotes.po | 49 --
.../locale/zh_CN/LC_MESSAGES/releasenotes.po | 279 ----------
requirements.txt | 5 +-
31 files changed, 1427 insertions(+), 3401 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 87377a9..b62bcb6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-magnumclient>=2.11.0 # Apache-2.0
+python-magnumclient>=2.15.0 # Apache-2.0
+python-heatclient>=1.18.0
@@ -13 +14 @@ python-magnumclient>=2.11.0 # Apache-2.0
-horizon>=15.0.0.0b1 # Apache-2.0
+horizon>=15.0.0.0b1 # Apache-2.0
\ No newline at end of file
More information about the Release-announce
mailing list