[release-announce] monasca-persister 1.14.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 1 13:14:27 UTC 2019


We are stoked to announce the release of:

monasca-persister 1.14.0: Moves metrics and alarm state transitions
from the Message Queue to the Metrics and Alarms database.

This release is part of the stein stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/monasca-persister

Download the package from:

    https://tarballs.openstack.org/monasca-persister/

Please report issues through:

    https://bugs.launchpad.net/monasca/+bugs

For more details, please see below.

1.14.0
^^^^^^


New Features
************

* Configuration option *ignore_parse_point_error* added to allow
  dropping malformed InfluxDB data points.


Deprecation Notes
*****************

* Configuration file path /etc/monasca/persister.conf is deprecated.
  Use the standard path /etc/monasca/monasca-persister.conf or the
  configuration dir (supported via oslo.config) /etc/monasca/monasca-
  persister.conf.d/any_config_name.conf


Bug Fixes
*********

* Fixed handling of InfluxDB parse point errors in case these were
  not validated in the API.

Changes in monasca-persister 1.13.0..1.14.0
-------------------------------------------

9900e18 Docker support influxdb parse point error
9d8f5b4 Fix Cassandra tempest tests job name
4c96a96 Fix config file in docker
2ae2748 persister support cassandra in docker env
a75c96f README.rst: make it us-ascii
0ab5684 some points unable to parse
e1ce058 Update hacking version to latest
fe88e8f Add job for releasenotes
0e59d8b Update documentation to use new default config
b91d3c7 Use global job for building docker image
846116b add python 3.7 unit test job
a59f436 Replace persister.conf with monasca-persister.conf
5d082a9 Fix default alarm_state_history_driver value
8e76d46 Add tempest tests jobs
6508384 Change default for [kafka]num_processors to 1
50590c8 Update .gitignore
2390249 Drop monasca_persister/LICENSE
874e695 Fix the misspelling of "available"
e6d49a2 Change openstack-dev to openstack-discuss
c8a4987 Remove setup.py check from pep8 job
f48c40f Disable ClassPathURLCheck for Java build


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   4 +
.zuul.yaml                                         |  17 +-
README.rst                                         |  10 +-
config-generator/persister.conf                    |   2 +-
java/pom.xml                                       |   4 +
lower-constraints.txt                              |   3 +
monasca_persister/LICENSE                          | 175 ----------------
monasca_persister/README.md                        |  12 +-
monasca_persister/conf/kafka_common.py             |   2 +-
monasca_persister/conf/repositories.py             |  11 +-
monasca_persister/config.py                        |  27 ++-
monasca_persister/persister.py                     |   4 +
monasca_persister/repositories/persister.py        |   8 +
perf/README.md                                     |   2 +-
.../fix-influxdb-parse-error-17402d74ffc39d4c.yaml |   9 +
...standard-config-file-path-3e0c482e33eaab89.yaml |   8 +
releasenotes/source/conf.py                        | 229 +++++++++++++++++++++
releasenotes/source/index.rst                      |  10 +
releasenotes/source/unreleased.rst                 |   5 +
setup.cfg                                          |   4 +-
test-requirements.txt                              |   8 +-
tox.ini                                            |   9 +-
26 files changed, 457 insertions(+), 238 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 759904c..047cc37 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -11,0 +12,6 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
+pycodestyle>=2.5.0 # MIT
+
+# release notes
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+reno>=2.5.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list