We are pleased to announce the release of: monasca-ui 3.0.0: Monasca Plugin for Horizon This release is part of the victoria 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 2.0.0..3.0.0 ---------------------------------- 56958ac [goal] Migrate testing to ubuntu focal 2bfbee4 Alarm definition breakes Alarms view feed099 Start README.rst wiht a better title ca55abe Use unittest.mock instead of mock 560c890 Stop to use the __future__ module. f15c667 Add CONTRIBUTING.rst d2b5b18 Fix hacking min version to 3.0.1 81d397b Imported Translations from Zanata 68c9fb4 Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 19 +++ README.rst | 2 +- lower-constraints.txt | 15 +- monitoring/alarms/tables.py | 2 +- monitoring/locale/de/LC_MESSAGES/django.po | 5 +- monitoring/locale/en_GB/LC_MESSAGES/django.po | 5 +- monitoring/locale/id/LC_MESSAGES/django.po | 5 +- monitoring/locale/ja/LC_MESSAGES/django.po | 5 +- monitoring/locale/ko_KR/LC_MESSAGES/django.po | 192 +++++++++++++++++++++++- monitoring/locale/ko_KR/LC_MESSAGES/djangojs.po | 19 ++- monitoring/test/helpers.py | 2 +- monitoring/test/test_alarm_tables.py | 4 +- monitoring/test/test_client.py | 4 +- test-requirements.txt | 5 +- tools/install_venv.py | 2 - 19 files changed, 244 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index febc9fd..ce0317c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7,2 +7 @@ hacking>=3.0,<3.1.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD +coverage>=5.2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org