[release-announce] ovsdbapp 1.7.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 18 17:52:10 UTC 2020


We exuberantly announce the release of:

ovsdbapp 1.7.0: A library for creating OVSDB applications

This release is part of the wallaby 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.7.0
--------------------------------

e36f327 Add update_tables method to Idl
3b7d243 Ensure lists of Commands can be stringfied
e2bce27 requirements: Drop os-testr
1a1219f Bump ovs minimum version for support of indexing
83cf7aa Don't give up when an Exception happens in idl.run
dc09d66 Avoid race condition with RowEvent handling
ca6b972 Don't compile OVS kernel module
601d8a6 Don't use name mangling when we don't need it
abebc67 Update master for stable/victoria
d215e4c Stop to use the __future__ module.
fda2bac Switch from unittest2 compat methods to Python 3.x methods


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              |  3 +-
ovsdbapp/backend/ovs_idl/command.py                |  2 +
ovsdbapp/backend/ovs_idl/connection.py             | 55 +++++++++++---
ovsdbapp/backend/ovs_idl/event.py                  |  6 ++
ovsdbapp/backend/ovs_idl/fixtures.py               |  2 -
ovsdbapp/backend/ovs_idl/idlutils.py               | 35 ++++++++-
ovsdbapp/event.py                                  | 35 ++++++---
.../functional/backend/ovs_idl/test_connection.py  | 85 ++++++++++++++++++++++
.../schema/open_vswitch/test_common_db.py          |  4 +-
.../schema/ovn_northbound/test_impl_idl.py         |  8 +-
.../schema/ovn_southbound/test_impl_idl.py         |  2 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++
requirements.txt                                   |  2 +-
test-requirements.txt                              |  1 -
tools/debug_venv.py                                |  2 -
zuul.d/ovsdbapp-jobs.yaml                          |  1 +
18 files changed, 213 insertions(+), 39 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
diff --git a/test-requirements.txt b/test-requirements.txt
index 692140d..7b8fca9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +10,0 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list