[release-announce] vitrage 7.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 8 13:03:27 UTC 2020


We are amped to announce the release of:

vitrage 7.0.0: The OpenStack RCA Service

This release is part of the ussuri 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.

7.0.0
^^^^^


Upgrade Notes
*************

* The deprecated "os-region-name" option has been dropped.


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

* The "region-name" is deprecated in keystone_client's cfgs, and use
  "region_name" instead.

Changes in vitrage 6.0.1..7.0.0
-------------------------------

e3e49387 Add region option to clients of other  openstack datasource
5a7fde45 Bugfix: Consistency query timestamp format is not the same as vertices
6c3bb2fd Update hacking for Python3
8f0ffc6e Add nova_client's region option
eb1bf861 Use SERVICE_PROTOCOL variable in the devstack plugin


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

devstack/settings                                  |  2 +-
lower-constraints.txt                              |  4 ---
...tone_client-region-option-b3f30100370a5471.yaml |  7 +++++
test-requirements.txt                              |  2 +-
tox.ini                                            | 18 ++++++++++++-
.../consistency/consistency_enforcer.py            | 14 +++++-----
vitrage/hacking/checks.py                          | 31 +++++++++++-----------
vitrage/keystone_client.py                         |  4 +--
vitrage/os_clients.py                              |  5 ++++
.../entity_graph/consistency/test_consistency.py   | 27 ++++++++++---------
vitrage/utils/datetime.py                          | 12 +++++++++
12 files changed, 81 insertions(+), 60 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 62da7ffe..222e763a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list