[release-announce] masakari-dashboard 4.0.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 14 11:20:57 UTC 2021
We jubilantly announce the release of:
masakari-dashboard 4.0.0: Horizon plugin for masakari
This release is part of the wallaby release series.
The source is available from:
https://opendev.org/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 3.0.0..4.0.0
------------------------------------------
fce1160 Add 'is_enabled' attr to segment
f464069 Drop dep on python-masakariclient
1a6d07c Disable dashboard when Masakari is not available
5096d41 Revert "remove py37"
9405bf8 remove unicode from code
72353ee remove py37
cf5c771 Update TOX_CONSTRAINTS_FILE
ea0459f [CI] Add periodic jobs
27bdc6a Add py38 package metadata
838dea9 Fix links
bd409ac Publish the missing docs
6cb6d62 Update home-page
6a29f69 Add Python3 wallaby unit tests
1c858b8 Update master for stable/victoria
84ac0a6 Chang Glance to masakari dashboard
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 5 +-
README.rst | 4 +-
masakaridashboard/api/api.py | 45 +------
masakaridashboard/dashboard.py | 22 ++++
masakaridashboard/notifications/tabs.py | 8 +-
masakaridashboard/segments/forms.py | 18 ++-
masakaridashboard/segments/tables.py | 5 +
.../templates/segments/_detail_overview.html | 2 +
masakaridashboard/segments/views.py | 11 +-
masakaridashboard/test/helpers.py | 11 +-
masakaridashboard/test/test_data/masakari_data.py | 33 +++--
...ueprint-enable-to-segment-efdff66078dab752.yaml | 5 +
.../drop-masakariclient-dep-054a456a5bf2b941.yaml | 4 +
releasenotes/source/conf.py | 20 +--
releasenotes/source/index.rst | 1 +
releasenotes/source/victoria.rst | 6 +
requirements.txt | 1 -
setup.cfg | 3 +-
tox.ini | 6 +-
22 files changed, 146 insertions(+), 213 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 1118b31..af3a184 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +14,0 @@ openstacksdk>=0.26.0
-python-masakariclient>=5.4.0
More information about the Release-announce
mailing list