We contentedly announce the release of: monasca-persister 1.10.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.9.0..1.10.0 ------------------------------------------ 97e26fa Zuul: Remove project name 4cdd238 Updated from global requirements fb82584 Enable all mysql tempest tests as voting 406f521 Java persister config: defaults and robustness 3dde66d Allow persister to handle retention policies in influx Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 19 +++---- .../persister/configuration/KafkaConfig.java | 62 ++++++++++++++++++++++ .../persister/configuration/PersisterConfig.java | 18 ++++++- .../persister/configuration/PipelineConfig.java | 44 +++++++++++++++ monasca_persister/repositories/persister.py | 11 ++-- requirements.txt | 2 +- test-requirements.txt | 2 +- 7 files changed, 141 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c7194c3..3387f40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b6b5165..e16d459 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0