Release Notes¶
0.0.0¶
Prelude¶
Added new tool kuryr-status upgrade check
.
New Features¶
Introduce hw_veb binding driver. This driver can perform binding of SR-IOV neutron port.
New framework for
kuryr-status upgrade check
command is added. This framework allows adding various checks which can be run before a Kuryr upgrade to ensure if the upgrade can be performed safely.
Add support for multiple binding drivers. Introduce a new config called ‘enabled_drivers’ which specifies a list of binding drivers allowed to use.
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of Kuryr to support python 2.7 is OpenStack Train. The minimum version of Python now supported by Kuryr is Python 3.6.
Operator can now use new CLI tool
kuryr-status upgrade check
to check if Kuryr deployment can be safely upgraded from N-1 to N release.
Deprecation Notes¶
Rename the config ‘driver’ to ‘default_driver’ in ‘binding’ group. This is for making it clear that it is allowed to have more than one type of bindings.
Other Notes¶
Started using reno for release notes.