We are ecstatic to announce the release of: os-vif 4.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/os-vif Download the package from: https://pypi.org/project/os-vif Please report issues through: https://bugs.launchpad.net/os-vif/+bugs For more details, please see below. 4.0.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . * This library no longer supports Windows Operating Systems. Changes in os-vif 3.7.0..4.0.0 ------------------------------ 7152159 Clean up Windows support 2df01e8 address test stablity under load 5ff850d reno: Update master for unmaintained/2023.1 b272621 Remove Python 3.8 support 416c783 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- os_vif/internal/ip/api.py | 15 +---- os_vif/internal/ip/windows/__init__.py | 0 os_vif/internal/ip/windows/impl_netifaces.py | 47 --------------- .../internal/ip/windows/test_impl_netifaces.py | 46 --------------- .../notes/remove-py38-e0701b3363079bbf.yaml | 5 ++ .../notes/remove-windows-23df1c587d505d72.yaml | 4 ++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++ releasenotes/source/index.rst | 1 + setup.cfg | 4 +- tox.ini | 2 + vif_plug_ovs/constants.py | 3 - vif_plug_ovs/linux_net.py | 9 +-- vif_plug_ovs/ovs.py | 39 +----------- vif_plug_ovs/ovsdb/ovsdb_lib.py | 8 +-- 21 files changed, 50 insertions(+), 260 deletions(-)
participants (1)
-
no-reply@openstack.org