[release-announce] vitrage-dashboard 3.1.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Fri Apr 24 16:05:14 UTC 2020
We enthusiastically announce the release of:
vitrage-dashboard 3.1.0: Vitrage Horizon plugin
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/vitrage-dashboard
Download the package from:
https://tarballs.openstack.org/vitrage-dashboard/
Please report issues through:
https://storyboard.openstack.org/#!/project/openstack/vitrage-
dashboard
For more details, please see below.
Changes in vitrage-dashboard 3.0.0..3.1.0
-----------------------------------------
80bf677 fix alarm rca view
5dce07a Update grapblib to v2.1.7
805d94e Cleanup py27 support
d181623 Replace embedded static files with XStatic-*
Diffstat (except docs and test files)
-------------------------------------
releasenotes/source/conf.py | 9 +-
requirements.txt | 6 +
setup.cfg | 13 +-
setup.py | 9 -
test-requirements.txt | 9 +-
.../admin_alarms/templates/adminalarms/index.html | 5 -
.../templates/admintopology/index.html | 5 -
.../templates/adminentities/index.html | 5 -
.../templates/admintemplates/index.html | 3 -
.../alarms/templates/alarms/index.html | 5 -
.../project/components/alarms/alarms.scss | 15 +-
.../project/components/rca/rcaContainer.scss | 5 +-
.../project/templateList/templateList.scss | 4 -
.../static/vendor/dagre-d3/dagre-d3.core.js | 1192 ----
.../dashboard/static/vendor/dagre/dagre.core.js | 2905 --------
.../static/vendor/graphlib/graphlib.core.js | 1237 ----
.../static/vendor/lodash/lodash.compat.js | 7158 --------------------
.../dashboard/static/vendor/lodash/lodash.js | 6786 -------------------
.../static/vendor/lodash/lodash.underscore.js | 4979 --------------
.../dashboard/static/vendor/moment/moment.js | 4530 -------------
.../moment-timezone-with-data-2012-2022.js | 1212 ----
.../dashboard/templates/topology/index.html | 5 -
.../enabled/_4000_project_vitrage_panel_group.py | 7 +
.../_4040_project_template_vitrage_panel.py | 6 +
.../enabled/_4100_admin_vitrage_panel_group.py | 7 +
.../enabled/_4140_admin_template_vitrage_panel.py | 6 +
.../entities/templates/entities/index.html | 5 -
.../templates/templates/templates/index.html | 3 -
29 files changed, 53 insertions(+), 30083 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 96f943c..e66eea0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14,2 @@ XStatic-Bootstrap-SCSS>=3.3.7.1 # Apache 2.0 License
+XStatic-Dagre>=0.6.4.0 # MIT License
+XStatic-Dagre-D3>=0.4.17.0 # MIT License
@@ -15,0 +18 @@ XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License
+XStatic-Graphlib>=2.1.7.0 # MIT License
@@ -16,0 +20,3 @@ XStatic-jQuery>=1.8.2.1 # MIT License
+XStatic-lodash>=4.16.4.1 # MIT License
+XStatic-moment>=2.8.4.1 # MIT License
+XStatic-Moment-Timezone>=0.5.22.0 # MIT License
diff --git a/test-requirements.txt b/test-requirements.txt
index 0d94c0f..08515d0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=2.1.0,>=2.0.0 # BSD
@@ -11 +11 @@ nodeenv>=0.9.4 # BSD
-openstackdocstheme>=1.24.0 # Apache-2.0
+openstackdocstheme>=2.0.0 # Apache-2.0
@@ -15 +15,2 @@ testtools>=1.4.0
-reno>=1.8.0 # Apache-2.0
+pytest>=5.3.5 # MIT
+reno>=2.5.0 # Apache-2.0
More information about the Release-announce
mailing list