We joyfully announce the release of: ovsdbapp 2.5.0: A library for creating OVSDB applications This release is part of the caracal 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.4.1..2.5.0 -------------------------------- ef564d6 nb: allow to add route even if learned route exists 02a7b2b TAAS: Add commands for creating Mirrors dae455b nb: provide 'route_table' in lr-route-{add,del,list} 033b6e3 nb: add 'nexthop' argument to 'lr_route_del' 6193545 Handle events with conditions and match_fn dd56fd5 venv: unit tests don't work for 'hardware_vtep' a39b4f8 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/event.py | 12 + ovsdbapp/constants.py | 1 + ovsdbapp/schema/ovn_northbound/api.py | 93 +++++++- ovsdbapp/schema/ovn_northbound/commands.py | 142 +++++++++++- ovsdbapp/schema/ovn_northbound/impl_idl.py | 37 +++- .../schema/hardware_vtep/test_impl_idl.py | 14 ++ .../schema/ovn_northbound/test_impl_idl.py | 244 ++++++++++++++++++++- .../functional/schema/ovn_southbound/event.py | 11 + .../schema/ovn_southbound/test_impl_idl.py | 16 ++ ovsdbapp/venv.py | 6 +- releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + tox.ini | 2 +- 13 files changed, 560 insertions(+), 25 deletions(-)
participants (1)
-
no-reply@openstack.org