We are pleased to announce the release of: monasca-persister 1.5.0: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/monasca-persister/ For more details, please see below. Changes in monasca-persister 1.4.0..1.5.0 ----------------------------------------- f1ae971 Add bindep.txt 257f8db Optimize the link address 848de0c Updated from global requirements a9090a6 Document deployment of Python monasca-persister baece23 Pass version and description into oslo setup ce03926 Updated from global requirements 5bcf7e6 Copy persister configuration during install Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 5 ++ monasca_persister/README.md | 183 +++++++++++++++++++++++++++++++++++++++++ monasca_persister/persister.py | 14 +++- monasca_persister/version.py | 18 ++++ requirements.txt | 4 +- setup.cfg | 7 +- setup.py | 2 +- tox.ini | 4 + 9 files changed, 231 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3316be0..e28de1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0