[release-announce] networking-sfc 15.0.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 5 12:27:09 UTC 2022


We jubilantly announce the release of:

networking-sfc 15.0.0: APIs and implementations to support Service
Function Chaining in Neutron.

This release is part of the zed release series.

The source is available from:

    https://opendev.org/openstack/networking-sfc

Download the package from:

    https://pypi.org/project/networking-sfc

Please report issues through:

    https://bugs.launchpad.net/networking-sfc/+bugs

For more details, please see below.

Changes in networking-sfc 14.0.0..15.0.0
----------------------------------------

021f273 Adopt to latest VlanManager and functional job changes
b1ad8c7 Drop lower-constraints.txt and its testing
161c6ee Fix networking-sfc-tempest-multinode job
ddb298c [sqlalchemy-20] Add Context for all SQL transactions
5c1e08b Update python testing as per zed cycle teting runtime
b361517 CI: fix weekly job
b4b5e68 Register common cfg options from Neutron
3a0fd8a Add weekly jobs
475af9b Add Python3 zed unit tests
6d09c28 Update master for stable/yoga


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              | 149 ----------------
networking_sfc/db/flowclassifier_db.py             |   2 +
networking_sfc/db/sfc_db.py                        | 189 +++++++++++----------
networking_sfc/extensions/flowclassifier.py        |   2 +
.../sfc/agent/extensions/openvswitch/sfc_driver.py |   5 +-
networking_sfc/services/sfc/drivers/ovs/driver.py  |  43 ++---
.../drop-python-3-6-and-3-7-608a75a370abeb02.yaml  |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/yoga.rst                       |   6 +
requirements.txt                                   |   4 +
setup.cfg                                          |   5 +-
tox.ini                                            |   8 +-
zuul.d/jobs.yaml                                   |  19 ++-
zuul.d/project.yaml                                |  13 +-
zuul.d/projects.yaml                               |   7 +
15 files changed, 186 insertions(+), 272 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 9bd7b51..a604b9a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+






More information about the Release-announce mailing list