[release-announce] os-ken 1.4.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Wed Mar 3 16:03:25 UTC 2021
We are jazzed to announce the release of:
os-ken 1.4.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.3.0..1.4.0
------------------------------
28b0341e Fix lower-constraints job
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 17 ++++-------------
requirements.txt | 12 ++++++------
test-requirements.txt | 6 +++---
tools/pip-requires | 16 ++++++++--------
tools/test-requires | 10 ++++------
5 files changed, 25 insertions(+), 36 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9caccef8..d45877f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=2.0 # Apache-2.0
-eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0,!=0.23.0
-msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
+pbr>=2.0.0 # Apache-2.0
+eventlet>=0.22.0,!=0.23.0 # MIT
+msgpack>=0.5.0 # RPC library, BGP speaker(net_cntl)
@@ -10 +10 @@ oslo.config>=5.1.0
-ovs>=2.6.0 # OVSDB
+ovs>=2.8.0 # OVSDB
@@ -12 +12 @@ Routes>=2.3.1 # MIT
-six>=1.4.0
+six>=1.10.0
@@ -14 +14 @@ tinyrpc>=0.6 # RPC library, BGP speaker(net_cntl)
-webob>=1.2 # wsgi
+WebOb>=1.8.2 # wsgi
diff --git a/test-requirements.txt b/test-requirements.txt
index f429a7f2..6edf030c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ coverage>=4.0,!=4.4 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
-oslotest>=1.10.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+oslotest>=3.2.0 # Apache-2.0
@@ -11 +11 @@ stestr>=1.0.0 # Apache-2.0
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
More information about the Release-announce
mailing list