We are ecstatic to announce the release of: watcher-dashboard 13.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/watcher-dashboard Download the package from: https://tarballs.openstack.org/watcher-dashboard/ Please report issues through: https://bugs.launchpad.net/watcher-dashboard/+bugs For more details, please see below. Changes in watcher-dashboard 12.0.0..13.0.0 ------------------------------------------- 9cceb19 Allow cancel audit when it is ongoing or pending 41206e6 Support multiple global_efficacy indicators in action plans table f90c13d Bump hacking 1617214 reno: Update master for unmaintained/2023.1 744219c Enable Watcher dashboard only when backend is on 42d8914 Fix efficacy indicators in action plans 793bf9f Update python versions, drop py3.8 1d2856a [devstack] use $PYTHON when configuring horizon e95f8e9 Drop unnecessary 'x' bit from doc config file fe23d55 Update master for stable/2024.2 940503c reno: Update master for unmaintained/zed 5e34e58 reno: Update master for unmaintained/xena a86a656 reno: Update master for unmaintained/wallaby 554d40d reno: Update master for unmaintained/victoria 982ae63 reno: Update master for unmaintained/yoga fbb29f4 Add test 'node_modules' in gitignore Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + devstack/plugin.sh | 4 +-- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 7 +++-- setup.cfg | 5 ++-- test-requirements.txt | 6 +---- watcher_dashboard/api/watcher.py | 23 +++++++++++++--- watcher_dashboard/content/action_plans/panel.py | 1 + watcher_dashboard/content/action_plans/tables.py | 29 +++++++++++++------- watcher_dashboard/content/actions/panel.py | 1 + watcher_dashboard/content/audit_templates/panel.py | 1 + watcher_dashboard/content/audits/panel.py | 1 + watcher_dashboard/content/audits/tables.py | 31 +++++++++++++++++++++- watcher_dashboard/content/goals/panel.py | 1 + watcher_dashboard/content/strategies/panel.py | 1 + .../infra_optim/action_plans/_global_efficacy.html | 8 ++++++ 26 files changed, 115 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 152030e..f72808c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. diff --git a/test-requirements.txt b/test-requirements.txt index fb1ca6c..bfd9e2d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -5,2 +2 @@ - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org