We are psyched to announce the release of: ovsdbapp 2.14.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through: https://bugs.launchpad.net/ovsdbapp/+bugs For more details, please see below. Changes in ovsdbapp 2.13.0..2.14.0 ---------------------------------- e69b710 Improve ``get_uuid``, now accepts RowView|Row 7744650 Improve Row stringification 9c17907 Rework venv to support arbitrary schemas c6e228b Update to pylint 3.3.0 bbefde4 reno: Update master for unmaintained/2024.1 7a31def Add wait to list_*_macs tests 7a6a939 Do not force oslo's jsonutils b61e155 Update master for stable/2025.2 03a2a11 Introduce event_name property Diffstat (except docs and test files) ------------------------------------- .pylintrc | 3 +- ovsdbapp/backend/ovs_idl/idlutils.py | 64 ++- ovsdbapp/backend/ovs_idl/rowview.py | 5 + ovsdbapp/event.py | 12 +- .../functional/backend/ovs_idl/idltest.ovsschema | 84 ++++ .../functional/backend/ovs_idl/test_idlutils.py | 162 ++++++ .../schema/hardware_vtep/test_impl_idl.py | 44 +- .../functional/schema/ovn_southbound/event.py | 2 - ovsdbapp/utils.py | 21 +- ovsdbapp/venv.py | 559 ++++++++++++++------- releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 + releasenotes/source/index.rst | 1 + tox.ini | 2 +- 16 files changed, 778 insertions(+), 263 deletions(-)