Victoria Series Release Notes

2.0.0

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.

0.9.0

Prelude

Added new tool kuryr-status upgrade check.

New Features

  • 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.

Upgrade Notes

  • 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.

0.7.0

New Features

  • Introduce hw_veb binding driver. This driver can perform binding of SR-IOV neutron port.

  • Add support for multiple binding drivers. Introduce a new config called ‘enabled_drivers’ which specifies a list of binding drivers allowed 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 than one type of bindings.

0.1.0

Other Notes

  • Started using reno for release notes.