[release-announce] vitrage 4.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 21 17:41:41 UTC 2019


We are ecstatic to announce the release of:

vitrage 4.3.0: The OpenStack RCA Service

This release is part of the stein stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/vitrage

Download the package from:

    https://tarballs.openstack.org/vitrage/

For more details, please see below.

4.3.0
^^^^^

Prelude

Vitrage Stein release contains some significant changes:

* New and simplified template language! the new templates are
  shorter and much easier to understand and reuse:
  https://docs.openstack.org/vitrage/latest/contributor/vitrage-
  templates.html

* Added a Trove datasource and a Zaqar notifier.

* New APIs for querying Vitrage services and for resource count.

* Performance improvements and faster data retrieval. The memory
  signature and processing runtime were significantly reduced.

Changes in vitrage 4.2.0..4.3.0
-------------------------------

bddd3bf6 optimize snmp_service
21c089f5 Added Stein prelude
ee993cb9 Bugfix - template add with params that have default values
2be799b3 Document the template parameters in version 3
ea334645 validate static configuration


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

.../contributor/vitrage-template-format-v2.rst     |   2 +-
lower-constraints.txt                              |   1 +
.../notes/stein-prelude-5e6f583803807d84.yaml      |  11 ++
requirements.txt                                   |   3 +-
vitrage/datasources/static/__init__.py             |  69 +++++++++
vitrage/datasources/static/driver.py               |  17 ++-
.../evaluator/template_functions/v2/__init__.py    |   3 -
vitrage/snmp_parsing/service.py                    |  12 +-
9 files changed, 232 insertions(+), 50 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2deac1fc..df41497b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -56 +56,2 @@ tooz>=1.58.0 # Apache-2.0
-psutil>=5.4.3 # BSD
\ No newline at end of file
+psutil>=5.4.3 # BSD
+jsonschema>=2.6.0 # MIT






More information about the Release-announce mailing list