[release-announce] os-ken 2.4.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Thu May 19 10:57:43 UTC 2022


We are jazzed to announce the release of:

os-ken 2.4.0: A component-based software defined networking framework
for OpenStack.

This release is part of the zed release series.

The source is available from:

    https://opendev.org/openstack/os-ken

Download the package from:

    https://pypi.org/project/os-ken

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/os-ken

For more details, please see below.

2.4.0
^^^^^

Upgrade Notes

* Python 3.6 & 3.7 support has been dropped. The minimum version of
  Python now supported is Python 3.8.

Changes in os-ken 2.3.1..2.4.0
------------------------------

f66debc7 Remove "distutils" dependency
88683465 Fix typo
51d1eed1 Update python testing as per zed cycle teting runtime
712535f6 Drop lower-constraints.txt and its testing
ab2115aa Update master for stable/yoga


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

.zuul.yaml                                         |   3 +-
lower-constraints.txt                              | 136 ---------------------
os_ken/flags.py                                    |  11 +-
os_ken/lib/packet/zebra.py                         |   6 +-
os_ken/ofproto/ofproto_v1_0_parser.py              |   2 +-
os_ken/ofproto/ofproto_v1_2_parser.py              |   2 +-
os_ken/ofproto/ofproto_v1_3_parser.py              |   2 +-
os_ken/ofproto/ofproto_v1_4_parser.py              |   2 +-
os_ken/ofproto/ofproto_v1_5_parser.py              |   2 +-
.../drop-python-3-6-and-3-7-c06450ace51c101d.yaml  |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/yoga.rst                       |   6 +
requirements.txt                                   |   5 +
setup.cfg                                          |   5 +-
tox.ini                                            |   6 -
15 files changed, 30 insertions(+), 164 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a9d8a121..7c8857c8 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.
+
@@ -10,0 +15 @@ ovs>=2.8.0  # OVSDB
+packaging>=20.4  # Apache-2.0






More information about the Release-announce mailing list