We contentedly announce the release of: monasca-ui 4.1.0: Monasca Plugin for Horizon This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/monasca-ui Download the package from: https://tarballs.openstack.org/monasca-ui/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-ui 4.0.0..4.1.0 ---------------------------------- 8eef491 Change policy file format to yaml 600ed69 Remove prefix 'dim_' from dimensions in Drilldown Dashboard e4d7fc8 Convert dimension value type from byte to str in MonascaProxyView 38ba35e Add missing PY3 support in overview views 8a55129 Bump decorator version in lower-constraints.txt b48d81d Update TOX_CONSTRAINTS_FILE for stable/wallaby a49a34a Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + README.rst | 8 ++++---- lower-constraints.txt | 2 +- monitoring/alarms/tables.py | 2 +- monitoring/conf/monitoring_policy.json | 8 -------- monitoring/conf/monitoring_policy.yaml | 4 ++++ monitoring/config/local_settings.py | 2 +- monitoring/overview/views.py | 6 ++++-- requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 18 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4b0c404..8deb324 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ python-monascaclient>=1.8.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=18.3.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org