watcher-dashboard 1.12.0 (stein)
We are jazzed to announce the release of: watcher-dashboard 1.12.0: Watcher Management Dashboard This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/watcher-dashboard Download the package from: https://tarballs.openstack.org/watcher-dashboard/ Please report issues through launchpad: https://bugs.launchpad.net/watcher-dashboard For more details, please see below. Changes in watcher-dashboard 1.11.0..1.12.0 ------------------------------------------- 5242ffb Update hacking version b468e9b Use template for lower-constraints 6e493ad Update devel info: mailing list e3a13f2 Change openstack-dev to openstack-discuss af5348b Removed older version of python added 3.5 c2462fa Update min tox version to 2.0 99f67f0 Fix Invalid filter: parse_isotime 81f7c23 switch documentation job to new PTI 4c59360 import zuul job settings from project-config e6e8732 Imported Translations from Zanata c7cdc4d Switch test runner to django default runner ce52b75 Update reno for stable/rocky 97763da Add release note in README 74d9c9e fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 +++++++-- README.rst | 1 + lower-constraints.txt | 5 +---- releasenotes/source/index.rst | 1 + .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 9 ++++++--- releasenotes/source/rocky.rst | 6 ++++++ requirements.txt | 2 +- setup.cfg | 4 ++-- test-requirements.txt | 4 +--- tox.ini | 18 +++++++++++------- watcher_dashboard/templatetags/__init__.py | 15 +++++++++++++++ ...late_panel_test.py => test_audit_template_panel.py} | 0 watcher_dashboard/test/settings.py | 11 ++++------- 17 files changed, 58 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9375138..ba527db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=14.0.0.0b2 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b495449..c6fb11c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD @@ -10 +8,0 @@ mock>=2.0.0 # BSD -nose-exclude>=0.5.0 # LGPL
participants (1)
-
no-reply@openstack.org