We are gleeful to announce the release of: ovsdbapp 1.6.0: A library for creating OVSDB applications This release is part of the victoria stable 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 1.5.0..1.6.0 -------------------------------- fd7377d Bump ovs minimum version for support of indexing 87b747a Avoid race condition with RowEvent handling 8b4b212 Update TOX_CONSTRAINTS_FILE for stable/victoria 5d44ca9 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 2 +- ovsdbapp/backend/ovs_idl/event.py | 6 ++++++ ovsdbapp/backend/ovs_idl/idlutils.py | 19 +++++++++++++++++++ ovsdbapp/event.py | 11 +++++++++++ .../functional/schema/ovn_southbound/test_impl_idl.py | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 8 files changed, 41 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 153b5ff..76ae984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ netaddr>=0.7.18 # BSD -ovs>=2.8.0 # Apache-2.0 +ovs>=2.10.0 # Apache-2.0