[release-announce] ovsdbapp 2.3.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 27 15:24:11 UTC 2023
We are stoked to announce the release of:
ovsdbapp 2.3.0: A library for creating OVSDB applications
This release is part of the bobcat 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.2.1..2.3.0
--------------------------------
f8fe13a Add support for manipulating BFD entries
6ab3f75 Add if_exists and **kwargs columns to db_set
d1afa56 Add 'no timeout' option to wait_for_change
ab6682e Add Interface paramteres to ``OvsdbIdl.add_port`` method.
f2c5a39 Add new function ls_get_localnet_ports
ee28e38 Use OVN's OVS submodule for functional tests
2ed1280 [CI] Set the default OS_TEST_PATH in the stestr conf file
54dc562 Update master for stable/2023.1
019f0a2 All ``AddCommand`` child classes return the new register UUID
Diffstat (except docs and test files)
-------------------------------------
.stestr.conf | 2 +-
ovsdbapp/api.py | 11 +-
ovsdbapp/backend/ovs_idl/__init__.py | 5 +-
ovsdbapp/backend/ovs_idl/command.py | 14 ++-
ovsdbapp/backend/ovs_idl/idlutils.py | 20 +++-
ovsdbapp/constants.py | 2 +
ovsdbapp/schema/open_vswitch/api.py | 5 +-
ovsdbapp/schema/open_vswitch/commands.py | 5 +-
ovsdbapp/schema/open_vswitch/impl_idl.py | 5 +-
ovsdbapp/schema/ovn_northbound/api.py | 90 +++++++++++++-
ovsdbapp/schema/ovn_northbound/commands.py | 118 ++++++++++++++++++-
ovsdbapp/schema/ovn_northbound/impl_idl.py | 20 ++++
.../schema/open_vswitch/test_common_db.py | 40 +++++++
.../schema/open_vswitch/test_impl_idl.py | 19 ++-
.../schema/ovn_northbound/test_impl_idl.py | 131 +++++++++++++++++++++
releasenotes/source/2023.1.rst | 6 +
releasenotes/source/index.rst | 1 +
tools/setup-ovs.sh | 27 ++---
tox.ini | 6 +-
20 files changed, 553 insertions(+), 51 deletions(-)
More information about the Release-announce
mailing list