Zed Series Release Notes

7.0.0

Prelude

In this release we’re removing SR-IOV support completely from Kuryr. The motivation is that it is not tested upstream or maintained. Moreover the preferred way of attaching additional SR-IOV ports is to use Multus.

New Features

  • Introduced a new project driver that is able to specify different project for each namespace.

    [kubernetes]
    pod_project_driver = annotation
    service_project_driver = annotation
    namespace_project_driver = annotation
    network_policy_project_driver = annotation
    

Upgrade Notes

  • Support for SR-IOV additional ports is removed in this release.