[release-announce] kuryr-lib 0.8.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 18 00:54:29 UTC 2018


We exuberantly announce the release of:

kuryr-lib 0.8.0: Kuryr shared config and utilities

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/kuryr

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/kuryr

For more details, please see below.

Changes in kuryr-lib 0.7.0..0.8.0
---------------------------------

2f38e07 Add logging for the original message
ce39e2a fix tox python3 overrides
8f77c47 add lower-constraints job
24b59fc Updated from global requirements
678fa39 Update reno for stable/queens
7b2c135 fix Neutron misspelling
d317ab8 Avoid tox_install.sh for constraints support
c70ab43 Remove setting of version/release from releasenotes
d8e39cd Add ConflictConfigOption Exception


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

.zuul.yaml                        |   7 +++
kuryr/lib/binding/drivers/veth.py |   8 ++-
kuryr/lib/exceptions.py           |   7 +++
lower-constraints.txt             | 115 ++++++++++++++++++++++++++++++++++++++
releasenotes/source/conf.py       |  11 ++--
releasenotes/source/index.rst     |   1 +
releasenotes/source/queens.rst    |   6 ++
requirements.txt                  |  14 ++---
test-requirements.txt             |  10 ++--
tools/tox_install.sh              |  53 ------------------
tox.ini                           |  22 +++++++-
11 files changed, 178 insertions(+), 76 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e653404..d46278d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,3 @@ ipaddress>=1.0.16;python_version<'3.3' # PSF
-keystoneauth1>=3.2.0 # Apache-2.0
-neutron-lib>=1.10.0 # Apache-2.0
-oslo.concurrency>=3.20.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
+neutron-lib>=1.13.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
@@ -11,2 +11,2 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -15,2 +15,2 @@ pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
-python-neutronclient>=6.3.0 # Apache-2.0
-six>=1.9.0 # MIT
+python-neutronclient>=6.7.0 # Apache-2.0
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b215179..279289d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +10,3 @@ os-testr>=1.0.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -14 +14 @@ reno>=2.5.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -17 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list