[release-announce] kuryr-libnetwork 6.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:16:24 UTC 2020


We jubilantly announce the release of:

kuryr-libnetwork 6.0.0: Docker libnetwork driver for OpenStack Neutron

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

1fd18ab Clean debug-py35 up from tox.ini
1c0e6f8 bump py37 to py38 in tox.ini
b096b19 Remove unnecessary "run" and "post-run"
0557451 Migrate jobs to zuulv3 native
8eee096 Use python3 by default in all jobs
243e500 Install tox before running tests
47dc0e7 Inform that single +2 is required to merge patches
3fc01f5 Add blueprints link to README
63e7072 drop mock from lower-constraints
9609936 Handle subnet without gateway
e544677 Switch to newer openstackdocstheme and reno versions
075a8cb Remove six
4cf3d16 Cap jsonschema 3.2.0 as the minimal version
036703c Update hacking for Python3
7524152 Fix pygments style
fcdb395 Add releasenotes link to README
910f2e7 Replace git.openstack.org URLs with opendev.org URLs
085fb3c Remove translation sections from setup.cfg
afecf76 Add Python3 victoria unit tests
e6541de Update master for stable/ussuri


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

.zuul.yaml                                         | 96 ++++++++++++----------
CONTRIBUTING.rst                                   |  3 +
README.rst                                         |  8 +-
babel.cfg                                          |  2 -
contrib/vagrant/README.md                          |  2 +-
devstack/local.conf.sample                         |  4 +-
.../devref/libnetwork_remote_driver_design.rst     |  2 +-
kuryr_libnetwork/controllers.py                    | 65 ++++++++-------
kuryr_libnetwork/port_driver/base.py               |  4 +-
kuryr_libnetwork/port_driver/driver.py             |  4 +-
kuryr_libnetwork/port_driver/drivers/sriov.py      |  2 +-
kuryr_libnetwork/server.py                         |  2 +-
lower-constraints.txt                              | 13 +--
.../kuryr-libnetwork-fullstack-base/post.yaml      | 80 ------------------
.../kuryr-libnetwork-fullstack-base/run-ipv6.yaml  | 80 ------------------
playbooks/kuryr-libnetwork-fullstack-base/run.yaml | 73 ----------------
.../kuryr-libnetwork-install-multinode/post.yaml   | 15 ----
.../kuryr-libnetwork-install-multinode/run.yaml    | 73 ----------------
playbooks/kuryr-libnetwork-install/post.yaml       | 15 ----
playbooks/kuryr-libnetwork-install/run.yaml        | 72 ----------------
playbooks/post_fullstack_job.yaml                  |  4 +
playbooks/run_fullstack_job.yaml                   |  5 ++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++
requirements.txt                                   |  3 +-
setup.cfg                                          | 15 +---
test-requirements.txt                              |  8 +-
tox.ini                                            | 11 +--
38 files changed, 168 insertions(+), 567 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fb6f181..9375816 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Flask!=0.11,>=0.10 # BSD
-jsonschema>=2.6.0 # MIT
+jsonschema>=3.2.0 # MIT
@@ -17 +16,0 @@ python-neutronclient>=6.7.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 05ca185..f78c3b0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -9 +9,0 @@ docker>=2.4.2 # Apache-2.0
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -15,2 +15,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+reno>=3.1.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD






More information about the Release-announce mailing list