watcher-dashboard 3.0.0 (ussuri)
We are glad to announce the release of: watcher-dashboard 3.0.0: Watcher Management Dashboard This release is part of the ussuri 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 2.0.0..3.0.0 ----------------------------------------- 30bb75d Cleanup py27 support 58c6bfc Fix pyScss version in lower-constraints.txt 0e1c0e0 s/assertItemsEqual/assertCountEqual/g e589482 Drop Django 1.11 support 549bcc0 translation: drop babel extractor definitions 9e9d464 Drop python 2.7 support and testing e5535b4 tox: Keeping going with docs and cleanup setup.cfg 3c68ec1 Switch to official Ussuri jobs 7297b41 Use Horizon project template for django jobs 15a6bb0 TypeError exception when tests with Django22 6635f41 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 10 ++------ babel-django.cfg | 3 --- babel-djangojs.cfg | 12 --------- lower-constraints.txt | 19 +++++--------- .../notes/drop-py-2-7-198cca7f72d16655.yaml | 6 +++++ releasenotes/source/conf.py | 4 --- releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++++ requirements.txt | 2 +- setup.cfg | 14 +++------- setup.py | 9 ------- test-requirements.txt | 7 +++-- tools/install_venv_common.py | 2 -- tox.ini | 30 +++++----------------- watcher_dashboard/api/watcher.py | 2 -- .../content/audit_templates/tables.py | 2 -- watcher_dashboard/test/helpers.py | 2 +- watcher_dashboard/test/selenium.py | 2 -- watcher_dashboard/test/test_data/watcher_data.py | 6 ++--- 25 files changed, 56 insertions(+), 116 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ba527db..152030e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=18.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e409528..affbba6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -17,3 +17,2 @@ xvfbwrapper>=0.1.3 #license: MIT -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +openstackdocstheme>=1.31.2 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org