We are tickled pink to announce the release of: watcher-dashboard 4.0.0: Watcher Management Dashboard This release is part of the victoria 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 3.0.0..4.0.0 ----------------------------------------- 9e777ec Cleanup for Refactor-error-messages a72fd19 [goal] Migrate testing to ubuntu focal 4d85bab Switch to newer openstackdocstheme and reno versions da6ec9f Fix hacking min version to 3.0.1 9cfd50a Remove the mock fa64988 Add py38 package metadata 831810c Add Python3 victoria unit tests b905f68 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 10 ++-------- releasenotes/source/conf.py | 9 +++++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 7 +------ watcher_dashboard/content/action_plans/views.py | 2 +- watcher_dashboard/content/actions/views.py | 4 ++-- watcher_dashboard/content/audit_templates/forms.py | 2 +- watcher_dashboard/content/audit_templates/views.py | 5 ++--- watcher_dashboard/content/audits/views.py | 6 +++--- watcher_dashboard/content/goals/views.py | 9 ++++----- watcher_dashboard/content/strategies/views.py | 2 +- 16 files changed, 39 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index affbba6..fb1ca6c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD @@ -16,4 +14,0 @@ xvfbwrapper>=0.1.3 #license: MIT -# Doc requirements -openstackdocstheme>=1.31.2 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD -reno>=2.5.0 # Apache-2.0