We are gleeful to announce the release of: vitrage 15.0.0 This release is part of the flamingo 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. Changes in vitrage 14.0.0..15.0.0 --------------------------------- ae9e248d sqlalchemy: Use built-in declarative 2bf8d764 Address future warning by networkx 82d7c2ea add pyproject.toml to support pip 23.1 894dd74d Update license defenition in favor of SPDX 5b887799 Drop compatibility with networkx < 2 4a668e34 Replace pysnmp-lextudio with pysnmp ae122101 Replace oslo_utils.encodeutils.exception_to_unicode aafc997e Update master for stable/2025.1 27d42640 Replace pytz Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 +++--- pyproject.toml | 3 ++ releasenotes/source/2025.1.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 7 ++-- setup.cfg | 3 +- vitrage/api/controllers/v1/template.py | 11 ++--- vitrage/api/controllers/v1/topology.py | 42 +++++++------------ vitrage/api/hooks.py | 2 +- vitrage/graph/driver/networkx_graph.py | 12 +++--- vitrage/middleware/basic_and_keystone_auth.py | 4 +- vitrage/notifier/plugins/snmp/snmp_sender.py | 25 +++++++----- vitrage/snmp_parsing/service.py | 58 +++++++++++++++------------ vitrage/storage/history_facade.py | 11 +++-- vitrage/storage/sqlalchemy/models.py | 2 +- 15 files changed, 101 insertions(+), 98 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dcd367ba..6affc21a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ python-dateutil>=2.7.0 # BSD -networkx>=2.4 # BSD +networkx>=3.4 # BSD @@ -29 +29 @@ voluptuous>=0.11.1 # BSD License -SQLAlchemy>=1.2.5 # MIT +SQLAlchemy>=1.4.0 # MIT @@ -31 +31 @@ sympy>=1.1.1 # BSD -pysnmp-lextudio>=5.0.0 # BSD +pysnmp>=7.1.0 # BSD @@ -41 +40,0 @@ cotyledon>=1.6.8 # Apache-2.0 -pytz>=2018.3 # MIT
participants (1)
-
no-reply@openstack.org