[release-announce] venus-dashboard 2.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:52:07 UTC 2023


We eagerly announce the release of:

venus-dashboard 2.0.0: Venus Horizon plugin

This release is part of the antelope release series.

The source is available from:

    https://opendev.org/openstack/venus-dashboard

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/openstack-venus/+bugs

For more details, please see below.

Changes in venus-dashboard 1.0.0..2.0.0
---------------------------------------

7f36939 Init pep8 zuul task
21a3a2d Add program_name and level conditions.
305d2f5 Add host_name condition
1ac23d9 Fix configuration menu does appear issue.
91a8837 Support get logs by module_name
39bd990 Add Configuration panel.
8f27264 Fix chart out of bound issue.
1be9e40 Remove useless slog panel
e0aea8b Fix data refresh issue
61afafc Add bar highlight
034d1bf Update python testing as per zed cycle teting runtime
4ce84be Add xAxis to chart
bf7ebc6 Use py3 as the default runtime for tox


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

.zuul.yaml                                         |   8 +-
manage.py                                          |   8 +-
requirements.txt                                   |   3 +-
setup.cfg                                          |   4 +-
tools/find_executables.sh                          |  22 +-
tox.ini                                            |   7 +-
venus_dashboard/api/venus.py                       |  11 +-
venus_dashboard/api/venus_rest_api.py              |   8 +-
.../{log_search_slog => configuration}/__init__.py |   0
.../{log_search_slog => configuration}/panel.py    |   6 +-
.../templates/configuration}/index.html            |   6 +-
.../{log_search_slog => configuration}/urls.py     |   2 +-
.../{log_search_slog => configuration}/views.py    |   2 +-
.../enabled/_4060_admin_add_log_search_panel.py    |  21 +-
.../_4061_admin_add_log_search_slog_panel.py       |  17 --
.../enabled/_4069_admin_add_configuration_panel.py |  32 ++
venus_dashboard/log_search/urls.py                 |   1 -
.../configuration/configuration.controller.js      |  28 ++
.../admin/venus/configuration/configuration.css    |   0
.../admin/venus/configuration/configuration.html   |  11 +
.../admin/venus/logSearch/logSearch.controller.js  | 125 ++++++--
.../dashboard/admin/venus/logSearch/logSearch.css  |  17 ++
.../dashboard/admin/venus/logSearch/logSearch.html |  11 +-
25 files changed, 268 insertions(+), 421 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1452633..a20f255 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10,2 @@ horizon>=17.1.0 # Apache-2.0
+oslo.context>=2.9.0 # Apache-2.0
+oslo.policy>=3.7.0 # Apache-2.0
@@ -24 +25,0 @@ XStatic-smart-table>=1.4.13.2 # MIT License
-python-venusclient>=1.0.0  # Apache-2.0 License






More information about the Release-announce mailing list