[release-announce] kuryr-libnetwork 5.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 10:59:01 UTC 2020


We are gleeful to announce the release of:

kuryr-libnetwork 5.0.0: Docker libnetwork driver for OpenStack Neutron

This release is part of the ussuri 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 4.0.0..5.0.0
----------------------------------------

bf8a79a Use unittest.mock instead of third party mock
d63d664 Fix doc building
bfbaea9 Cleanup py27 support
21e4e34 Uncap jsonschema
62ff2f9 Fix test_container_ipam_request_address_with_existing_port
d9523c7 Update docs and scripts for using python3
97266ff Retry a few times on listing extensions
46e1cbf [ussuri][goal] Drop python 2.7 support and testing
fc7cc09 Switch to Ussuri jobs
46442db Fix unit tests CI job
1e76a4a Update master for stable/train
310d710 [train][goal] Define new kuryr-libnetwork-fullstack-ipv6-only job


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

.zuul.yaml                                         | 20 +++---
README.rst                                         | 10 +--
devstack/plugin.sh                                 |  2 +-
kuryr_libnetwork/controllers.py                    | 32 +++++++--
lower-constraints.txt                              |  1 -
.../kuryr-libnetwork-fullstack-base/run-ipv6.yaml  | 80 ++++++++++++++++++++++
playbooks/kuryr-libnetwork-fullstack-base/run.yaml | 12 +---
.../kuryr-libnetwork-install-multinode/run.yaml    |  2 +-
playbooks/kuryr-libnetwork-install/run.yaml        |  2 +-
.../notes/drop-py-2-7-033606554411d7c6.yaml        |  6 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 ++
requirements.txt                                   |  3 +-
scripts/run_kuryr.sh                               |  2 +-
setup.cfg                                          | 17 +----
setup.py                                           |  9 ---
tools/generate_config_file_samples.sh              |  2 +-
tox.ini                                            | 20 ++----
37 files changed, 186 insertions(+), 102 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3a1f9e6..fb6f181 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7 @@ Flask!=0.11,>=0.10 # BSD
-ipaddress>=1.0.17;python_version<'3.3' # PSF
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT






More information about the Release-announce mailing list