We are jazzed to announce the release of: kuryr-libnetwork 7.0.0: Docker libnetwork driver for OpenStack Neutron This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/kuryr-libnetwork Download the package from: https://tarballs.openstack.org/kuryr-libnetwork/ Please report issues through: https://bugs.launchpad.net/kuryr-libnetwork/+bugs For more details, please see below. Changes in kuryr-libnetwork 6.0.0..7.0.0 ---------------------------------------- 8f78668 Add doc/requirements e7bc12e Fix lower-constraints job c34f977 docs: add CAP_NET_ADMIN to service AmbientCapabilities 952e881 optimize size and time using --no-cache-dir 29342dd Run fullstack jobs on available python c4d74c2 Add Python3 wallaby unit tests d6e710d Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- Dockerfile | 4 ++-- lower-constraints.txt | 8 +++----- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 3 --- tox.ini | 11 +++++++---- 10 files changed, 25 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9375816..44bbf97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ jsonschema>=3.2.0 # MIT -kuryr-lib>=0.5.0 # Apache-2.0 +kuryr-lib>=0.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f78c3b0..a44617d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -openstackdocstheme>=2.2.1 # Apache-2.0 @@ -15,2 +13,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -reno>=3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD