[release-announce] os-ken 1.3.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Fri Dec 4 15:45:12 UTC 2020


We are gleeful to announce the release of:

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

This release is part of the wallaby 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.

Changes in os-ken 1.2.0..1.3.0
------------------------------

ee19c59a Use TOX_CONSTRAINTS_FILE
43e7848b Add basic tempest-integrated-networking job to os-ken ci
ec04d5c4 Limit sockaddr UT to little-endian systems
a130ac7a Add Python3 wallaby unit tests
3a34619f Update master for stable/victoria
f61da641 Fix lower-constraints and pep8 for Focal


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

.zuul.yaml                             |  8 +++++++-
lower-constraints.txt                  | 22 +++++++++++-----------
os_ken/lib/packet/cfm.py               |  2 +-
releasenotes/source/index.rst          |  1 +
releasenotes/source/victoria.rst       |  6 ++++++
requirements.txt                       |  2 +-
test-requirements.txt                  |  2 +-
tox.ini                                |  6 ++++--
9 files changed, 35 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 35763f29..9caccef8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ netaddr>=0.7.18 # BSD
-oslo.config>=2.5.0
+oslo.config>=5.1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f9cdda91..f429a7f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,<0.13 # Apache-2.0
+hacking>=3.2.0,<3.3.0 # Apache-2.0






More information about the Release-announce mailing list