Zed Series Release Notes¶
2.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of Kuryrto support python 2.7 is OpenStack Train. The minimum version of Python nowsupported by Kuryr is Python 3.6.
0.9.0¶
Prelude¶
Added new toolkuryr-statusupgradecheck.
New Features¶
New framework for
kuryr-statusupgradecheckcommand is added.This framework allows adding various checks which can be run before aKuryr upgrade to ensure if the upgrade can be performed safely.
Upgrade Notes¶
Operator can now use new CLI tool
kuryr-statusupgradecheckto check if Kuryr deployment can be safely upgraded fromN-1 to N release.
0.7.0¶
New Features¶
Introduce hw_veb binding driver. This driver can perform bindingof SR-IOV neutron port.
Add support for multiple binding drivers. Introduce a new configcalled ‘enabled_drivers’ which specifies a list of binding driversallowed to use.
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 thanone type of bindings.
0.1.0¶
Other Notes¶
Started using reno for release notes.
