We joyfully announce the release of: watcher-dashboard 1.9.0: Watcher Management Dashboard This release is part of the rocky 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.8.0..1.9.0 ----------------------------------------- 9db2c43 Remove mox usage from api tests 2677953 Remove mox usage from audittemplate tests 9688720 Remove mox usage from strategy tests 2c80e96 Remove mox usage from goal tests dbb1a61 Updated from global requirements a465a7b add lower-constraints job 1b54213 Delete the unnecessary '-' 8cbd5cb Install horizon directly from pypi 836b295 Update links in README f6442f9 Updated from global requirements 743f22c Imported Translations from Zanata 28ea3fa Fix url links and spelling error in docs 01e2f4c Imported Translations from Zanata 8328b44 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + HACKING.rst | 4 +- README.rst | 4 +- lower-constraints.txt | 140 ++++++++++++++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 14 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 12 +- releasenotes/source/queens.rst | 6 + requirements.txt | 6 +- test-requirements.txt | 2 +- tox.ini | 8 +- 17 files changed, 346 insertions(+), 232 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 692c095..3a7aac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.8 # BSD +Django<2.0,>=1.11 # BSD @@ -11 +11,3 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT + +horizon>=13.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e3a2cce..5ee03a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21 +21 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD