[release-announce] kuryr-libnetwork 3.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 7 10:48:52 UTC 2019


We are psyched to announce the release of:

kuryr-libnetwork 3.0.0: Docker libnetwork driver for OpenStack Neutron

This release is part of the stein release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/kuryr-libnetwork

Download the package from:

    https://tarballs.openstack.org/kuryr-libnetwork/

Please report issues through launchpad:

    http://bugs.launchpad.net/kuryr-libnetwork

For more details, please see below.

Changes in kuryr-libnetwork 2.0.0..3.0.0
----------------------------------------

5fb8275 Don't update existing port if no change
a9a70b3 Avoid changing name of existing ports
b194b07 Untag resource if it was tagged
dc3cf2c Tag resource if it was not tagged
610fd5f Remove unnecessary port update
7a1e1a4 Don't set binding:host_id before port binding
4788815 Change openstack-dev to openstack-discuss
9f0eb32 Use openstackclient instead of neutronclient
68cb292 Handle single ip port on dual-stack
542cb5a Search ports with matching subnet
f0e48eb Remove unnecessary code
755e7c0 Fix an issue on running subset of tests
c4fd9bf Use templates for cover and lower-constraints
89485dc add python 3.6 unit test job
fdaf37a switch documentation job to new PTI
b922d82 import zuul job settings from project-config
01b9fd3 install-guide: download source from stable branch
d15dde8 Update reno for stable/rocky
ec3dbf6 Don't trigger fullstack job on doc change
5b31188 Switch to using stestr
f891d1b fix tox python3 overrides


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

.zuul.yaml                                         |  16 +-
devstack/plugin.sh                                 |   2 +-
kuryr_libnetwork/controllers.py                    | 210 +++++++++++---------
kuryr_libnetwork/port_driver/driver.py             |  28 +--
kuryr_libnetwork/utils.py                          |  14 ++
lower-constraints.txt                              |   2 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/rocky.rst                      |   6 +
setup.cfg                                          |   2 +-
test-requirements.txt                              |   2 +-
tools/ostestr_compat_shim.sh                       |   8 -
tox.ini                                            |   9 +-
22 files changed, 464 insertions(+), 230 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c7b21ba..05ca185 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list