We are pumped to announce the release of: ovsdbapp 1.0.0: A library for creating OVSDB applications This release is part of the ussuri 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. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of ovsdbapp to support python 2.7 is OpenStack Train. The minimum version of Python now supported by ovsdbapp is Python 3.6. Changes in ovsdbapp 0.18.0..1.0.0 --------------------------------- 781ecb5 More robustly handle venv ovs/ovn paths 575219d Log invalid address values in lsp_set_addresses 910609c Make it possible to reference a newly created object within a transaction 5d70d45 Make ovndir configurable b22a6a0 Drop python 2 support and testing 0bd24c2 Fix debug_venv for ovn split e4c55dd Add consts for OVN install path c2a04b6 Switch to Ussuri jobs 6651018 ovn_northbound: make all list commands ReadOnlyCommand 75277b8 Help with troubleshooting failures from venv.py Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/__init__.py | 4 ++ ovsdbapp/constants.py | 1 + ovsdbapp/schema/ovn_northbound/commands.py | 12 ++-- .../schema/ovn_northbound/test_impl_idl.py | 43 ++++++++++++- ovsdbapp/venv.py | 72 ++++++++++++++-------- .../notes/drop-py27-support-c426980520444bfa.yaml | 6 ++ setup.cfg | 3 +- tools/debug_venv | 2 +- tools/debug_venv.py | 7 ++- tools/setup-ovs.sh | 18 ++++-- tox.ini | 7 ++- zuul.d/project.yaml | 3 +- 12 files changed, 129 insertions(+), 49 deletions(-)
participants (1)
-
no-reply@openstack.org