[release-announce] kuryr-libnetwork 2.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 17 20:20:46 UTC 2018


We are ecstatic to announce the release of:

kuryr-libnetwork 2.0.0: Docker libnetwork driver for OpenStack Neutron

This release is part of the rocky 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 1.0.0..2.0.0
----------------------------------------

7a667d1 Fix the release job failure
6693527 Add fullstack test for release overlap address
3299f82 Fix an issue on release_address
a65ae55 Clone Kuryr repository by TARGET_BRANCH
dd52f8c Uncap the version of Flask
450e29d Cleanup the config file on ./clean.sh
42b0c30 modify the kuryr workflow document
bf416ee [ci] Use zuul v3 native job for Rally
33cec28 Replace deprecated "auth_uri" by "www_authenticate_uri"
17db307 Allow skip processing exposed ports
47a4d9a Support running subset of unit tests
8665c98 Trivial: Update pypi url to new url
bf529e0 add lower-constraints job
fb96e87 Check for `standard-attr-tag` Neutron extension
f22de7b Updated from global requirements
01e89e8 update port device_id when device_id is docker endpointID
7f9720c Fix the incorrect reference links
c7727c0 Updated from global requirements
78c5762 Zuul: Remove project name
56a98cf Docs: Add fullstack test guide
d626718 Zuul: Remove project name
cb580db Updated from global requirements
508c65f Update reno for stable/queens


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

.zuul.yaml                                         |  19 ++-
README.rst                                         |  36 ++---
devstack/plugin.sh                                 |   5 +
devstack/settings                                  |   3 +-
.../devref/libnetwork_remote_driver_design.rst     |   6 +-
kuryr_libnetwork/config.py                         |   3 +
kuryr_libnetwork/controllers.py                    | 100 ++++++++------
kuryr_libnetwork/server.py                         |   5 +-
kuryr_libnetwork/utils.py                          |  24 ++++
lower-constraints.txt                              | 131 ++++++++++++++++++
playbooks/kuryr-libnetwork-rally-base/post.yaml    | 106 --------------
playbooks/kuryr-libnetwork-rally-base/run.yaml     |  74 ----------
rally-jobs/plugins/scenarios/kuryr.py              |   2 +-
rally-jobs/plugins/scenarios/utils.py              |   2 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |  16 +--
test-requirements.txt                              |   6 +-
tools/ostestr_compat_shim.sh                       |   8 ++
tox.ini                                            |   9 +-
30 files changed, 704 insertions(+), 311 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5ee8991..3a1f9e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-Flask!=0.11,<1.0,>=0.10 # BSD
-ipaddress>=1.0.16;python_version<'3.3' # PSF
+Flask!=0.11,>=0.10 # BSD
+ipaddress>=1.0.17;python_version<'3.3' # PSF
@@ -10 +10 @@ kuryr-lib>=0.5.0 # Apache-2.0
-neutron-lib>=1.11.0 # Apache-2.0
+neutron-lib>=1.13.0 # Apache-2.0
@@ -12,4 +12,4 @@ os-client-config>=1.28.0 # Apache-2.0
-oslo.concurrency>=3.20.0 # Apache-2.0
-oslo.config>=4.6.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -17 +17 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-neutronclient>=6.3.0 # Apache-2.0
+python-neutronclient>=6.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f0ec2b8..c7b21ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -16 +16 @@ reno>=2.5.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list