[release-announce] vitrage 5.0.1 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 17 12:05:09 UTC 2019


We are glad to announce the release of:

vitrage 5.0.1: The OpenStack RCA Service

This release is part of the train stable release series.

The source is available from:

    https://opendev.org/openstack/vitrage

Download the package from:

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

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/vitrage

For more details, please see below.

5.0.1
^^^^^

New Features

* Starting with Train release Vitrage supports database migrations.
  It means that starting U release you will be able to upgrade Vitrage
  from the previous release.

Changes in vitrage 5.0.0..5.0.1
-------------------------------

8d5254a4 Fix index in counter
3a2639a0 Add database migrations release note
e0cf274d Add ability to upgrade db
29d402c9 Fix sampling timestamp format of deduced alarms.
f33fc74f Run vertices cleanup at the end of get_all
08a33599 Add _static folder to fix docs build error
4a1a10ef Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
e1045016 Update .gitreview for stable/train


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

.gitreview                                         |   1 +
.../database-migrations-ffca2f9f3283f2a2.yaml      |   6 +
requirements.txt                                   |   1 +
setup.cfg                                          |   2 +
tox.ini                                            |   6 +-
vitrage/cli/storage.py                             |  35 ++-
vitrage/datasources/driver_base.py                 |   1 +
vitrage/entity_graph/driver_exec.py                |  48 +++-
vitrage/entity_graph/graph_init.py                 |   6 +-
vitrage/evaluator/actions/action_executor.py       |   2 +-
vitrage/storage/base.py                            |   4 -
vitrage/storage/impl_sqlalchemy.py                 |  26 ---
vitrage/storage/sqlalchemy/migration/__init__.py   |  91 ++++++++
vitrage/storage/sqlalchemy/migration/alembic.ini   |  58 +++++
.../sqlalchemy/migration/alembic_migrations/README |  18 ++
.../migration/alembic_migrations/__init__.py       |   0
.../sqlalchemy/migration/alembic_migrations/env.py |  76 ++++++
.../migration/alembic_migrations/script.py.mako    |  32 +++
.../versions/4e44c9414dff_initial_migration.py     | 260 +++++++++++++++++++++
.../alembic_migrations/versions/__init__.py        |   0
vitrage/storage/sqlalchemy/models.py               |   6 +-
24 files changed, 760 insertions(+), 40 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a1de30f3..7f4d00bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,0 +6 @@ pbr>=3.1.1 # Apache-2.0
+alembic>=0.9.8  # MIT






More information about the Release-announce mailing list