Current Series Release Notes¶
5.0.0¶
Upgrade Notes¶
Support for Python 3.10 has been dropped. Python 3.11 is the minimum version of Python now supported.
Support for Python 3.9 has been dropped.
The LinuxBridgePlugin has been removed from the os_vif library. This plugin was previously used by the Nova compute service to plug virtual interfaces into Linux Bridge bridges when neutron was deployed with ML2/LinuxBridge as the mechanism driver. Neutron removed support for ML2/LinuxBridge in 2025.1 (Epoxy).
Deprecation Notes¶
The
os_vif.versionmodule and associated objects has been deprecated for removal. Prefer use ofimportlib.metadatato inspect version information for installed packages.