We are tickled pink to announce the release of: os_vif 3.0.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/os_vif Download the package from: https://pypi.org/project/os_vif For more details, please see below. 3.0.0 ^^^^^ Other Notes * The yoga release of OpenStack was the final release to support python 3.6 as a result os-vif has now dropped support for python 3.6. The final release of os-vif to support python 3.6 was 2.8.0. os-vif now requires python 3.8 and is tested with 3.8, 3.9 and 3.10. newer versions may work but will not be tested in the zed cycle. Changes in os_vif 2.8.0..3.0.0 ------------------------------ 771dfff update ci since linuxbridge is now experimental 1651a73 Drop lower-constraints.txt and its testing 75b290f Delete trunk bridges to avoid race with Neutron a12edbf update job template to zed 9ace551 Check for hybrid plugging in OVS 95fbe6a Change minversion of tox to 3.18.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +- lower-constraints.txt | 22 ----- .../OVSVif-hybrid-unplug-f37bf57bc8e913de.yaml | 10 +++ .../notes/drop-py36-support-0e9b07073f6ad73f.yaml | 8 ++ requirements.txt | 4 + setup.cfg | 5 +- tox.ini | 16 +--- vif_plug_ovs/constants.py | 2 + vif_plug_ovs/ovs.py | 25 +++++- 13 files changed, 240 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4337185..8238f70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org