[release-announce] masakari-dashboard 0.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 3 21:58:43 UTC 2019


We are psyched to announce the release of:

masakari-dashboard 0.3.0: Horizon plugin for masakari

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/masakari-dashboard

Download the package from:

    https://tarballs.openstack.org/masakari-dashboard/

Please report issues through:

    https://bugs.launchpad.net/masakari/+bugs

For more details, please see below.

Changes in masakari-dashboard 0.2.0..0.3.0
------------------------------------------

e05a182 Implement real time data for recovery workflow details
58989c3 Render progress details for notification
d3b3406 Run all jobs by default using python3
3680bb9 Fix tox for releasenotes
963c95f Change openstack-dev to openstack-discuss
4052bde Django 2.0 support
253294f Drop nose dependencies
d89b82c import zuul job settings from project-config
3e54e0a fix tox python3 overrides
d161bde Update reno for stable/rocky
5ce36fa Fix incorrect message for host update


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

.zuul.yaml                                         |  7 +++
masakaridashboard/api/api.py                       | 54 +++++++++++++++++++++-
masakaridashboard/hosts/forms.py                   |  4 +-
masakaridashboard/hosts/tables.py                  |  2 +-
masakaridashboard/hosts/views.py                   |  4 +-
masakaridashboard/notifications/tables.py          | 23 +++++++++
masakaridashboard/notifications/tabs.py            | 50 +++++++++++++++++++-
.../templates/notifications/_detail_overview.html  |  1 -
.../templates/notifications/_progress_detail.html  | 13 ++++++
masakaridashboard/notifications/views.py           |  2 +-
masakaridashboard/segments/forms.py                |  2 +-
masakaridashboard/segments/tables.py               |  2 +-
masakaridashboard/segments/views.py                |  4 +-
releasenotes/source/conf.py                        |  8 ++--
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 +++
requirements.txt                                   |  5 +-
setup.cfg                                          |  2 +-
test-requirements.txt                              |  6 ---
tox.ini                                            | 34 ++++++++++----
24 files changed, 210 insertions(+), 53 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b1d58f4..b82e5a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,2 +13,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-horizon>=13.0.0  # Apache-2.0
-openstacksdk>=0.13.0
+horizon>=14.0.0.0b3  # Apache-2.0
+openstacksdk>=0.26.0
+python-masakariclient>=5.4.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a6e9896..a81a07a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +13,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
@@ -18,5 +16,0 @@ nodeenv>=0.9.4 # BSD
-nose>=1.3.7 # LGPL
-nose-exclude>=0.3.0 # LGPL
-nosexcover>=1.0.10 # BSD
-openstack.nose-plugin>=0.7 # Apache-2.0
-nosehtmloutput>=0.0.3 # Apache-2.0






More information about the Release-announce mailing list