[release-announce] [watcher] watcher-dashboard 1.1.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 13 15:28:31 UTC 2017
We are excited to announce the release of:
watcher-dashboard 1.1.0: Watcher Management Dashboard
This release is part of the pike release series.
The source is available from:
http://git.openstack.org/cgit/openstack/watcher-dashboard
Download the package from:
https://tarballs.openstack.org/watcher-dashboard/
Please report issues through launchpad:
http://bugs.launchpad.net/watcher-dashboard
For more details, please see below.
Changes in watcher-dashboard 1.0.0..1.1.0
-----------------------------------------
69821a6 Updated from global requirements
c2a6bb0 Adding horizon time filters to format the time in detail page
7f04017 Replace default:"—" with default:_("-")
7d677d4 Using enable_plugin instend of enable_service
8ec39ca Remove the extra required=True
1ff9d38 Remove the empty file form.py
3f1b65c Updated from global requirements
2a4da21 [Fix gate]Update test requirement
e5866e7 Remove unused logging import
145c0f1 Updated from global requirements
ec4ff4d Update the path of watcher dashboard enable file
da5cda0 Refactor the watcher dashboard enable file
a941e29 Update reno for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
devstack/plugin.sh | 2 +-
devstack/settings | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 ++++
requirements.txt | 2 +-
setup.py | 2 +-
test-requirements.txt | 4 +--
tools/register_plugin.sh | 2 +-
watcher_dashboard/content/actions/views.py | 3 --
watcher_dashboard/content/audit_templates/forms.py | 2 +-
watcher_dashboard/content/audits/forms.py | 9 ++----
watcher_dashboard/content/audits/tables.py | 4 ---
watcher_dashboard/content/goals/forms.py | 0
watcher_dashboard/enabled/_31000_goals_panel.py | 21 -------------
.../enabled/_31010_strategies_panel.py | 21 -------------
.../enabled/_31020_watcher_panelgroup.py | 36 ----------------------
.../enabled/_31030_audit_templates_panel.py | 21 -------------
watcher_dashboard/enabled/_31040_audits_panel.py | 21 -------------
.../enabled/_31050_action_plans_panel.py | 21 -------------
watcher_dashboard/enabled/_31060_actions_panel.py | 21 -------------
watcher_dashboard/enabled/__init__.py | 0
watcher_dashboard/local/__init__.py | 0
.../local/enabled/_31000_goals_panel.py | 21 +++++++++++++
.../local/enabled/_31010_strategies_panel.py | 21 +++++++++++++
.../local/enabled/_31020_watcher_panelgroup.py | 36 ++++++++++++++++++++++
.../local/enabled/_31030_audit_templates_panel.py | 21 +++++++++++++
.../local/enabled/_31040_audits_panel.py | 21 +++++++++++++
.../local/enabled/_31050_action_plans_panel.py | 21 +++++++++++++
.../local/enabled/_31060_actions_panel.py | 21 +++++++++++++
watcher_dashboard/local/enabled/__init__.py | 0
.../action_plans/_details_overview.html | 10 +++---
.../templates/infra_optim/actions/details.html | 12 ++++----
.../infra_optim/actions_history/details.html | 8 ++---
.../infra_optim/audit_templates/details.html | 14 ++++-----
.../templates/infra_optim/audits/details.html | 14 ++++-----
.../templates/infra_optim/goals/details.html | 8 ++---
.../templates/infra_optim/strategies/details.html | 10 +++---
watcher_dashboard/test/settings.py | 2 +-
41 files changed, 219 insertions(+), 234 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 60bc8f7..75b4675 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b532d3d..b805196 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
-hacking<0.11,>=0.10.2 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -25 +25 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD
More information about the Release-announce
mailing list