[monasca] monasca-persister 1.8.0 (queens)
We are tickled pink to announce the release of: monasca-persister 1.8.0: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-persister/ For more details, please see below. Changes in monasca-persister 1.7.0..1.8.0 ----------------------------------------- 66fe6f9 Allow hostnames to be used as ip_address 8dba608 Make legacy java gate working ca5d223 Add .stestr.conf . 42d3b09 Updated from global requirements f7292cb Updated from global requirements 7e60c44 Updated from global requirements 16d8e69 Use ujson instead of json for parsing messages Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 4 ++++ common/build_common.sh | 6 +++--- monasca_persister/conf/influxdb.py | 5 +++-- .../repositories/cassandra/alarm_state_history_repository.py | 2 +- monasca_persister/repositories/cassandra/metrics_repository.py | 2 +- .../repositories/influxdb/alarm_state_history_repository.py | 2 +- monasca_persister/repositories/influxdb/line_utils.py | 7 ++++++- monasca_persister/repositories/influxdb/metrics_repository.py | 2 +- monasca_persister/repositories/utils.py | 2 +- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 12 files changed, 26 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8f26f12..d164c8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bf83cd4..b6b5165 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org