[release-announce] [kuryr] kuryr-lib 0.3.0

no-reply at openstack.org no-reply at openstack.org
Tue Jan 3 21:14:48 UTC 2017


We are ecstatic to announce the release of:

kuryr-lib 0.3.0: Kuryr shared config and utilities

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/kuryr

For more details, please see below.

Changes in kuryr-lib 0.2.0..0.3.0
---------------------------------

0439d7b Refactor out keystoneauth code from neutron
0f118fe Avoid hard-coding of 'neutron' config group
31869c5 Removes unnecessary utf-8 encoding
fe2e6d0 Updated from global requirements
0cd6cfa Passing port's project_id in port_bind
efe0078 Fix mock order
94544ee mac and mtu is not configured in macvlan and ipvlan driver
007a651 Delete deprecated Hacking in tox.ini
e039508 Links do not point to any document
8440008 Add reno support to kuryr


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

.gitignore                                  |   3 +
__init__.py                                 |   2 -
kuryr/lib/binding/drivers/ipvlan.py         |   3 +-
kuryr/lib/binding/drivers/macvlan.py        |   4 +-
kuryr/lib/binding/drivers/utils.py          |  13 ++
kuryr/lib/binding/drivers/veth.py           |  31 +--
kuryr/lib/config.py                         |   8 +-
kuryr/lib/constants.py                      |   7 +
kuryr/lib/opts.py                           |  10 +-
kuryr/lib/utils.py                          |  23 +-
releasenotes/source/_static/.placeholder    |   0
releasenotes/source/_templates/.placeholder |   0
releasenotes/source/conf.py                 | 342 ++++++++++++++++++++++++++++
releasenotes/source/index.rst               |   9 +
releasenotes/source/unreleased.rst          |   5 +
requirements.txt                            |   2 +-
tox.ini                                     |   8 +-
21 files changed, 468 insertions(+), 48 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8196c0d..b3f7414 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ ipaddress>=1.0.7;python_version<'3.3' # PSF
-keystoneauth1>=2.14.0 # Apache-2.0
+keystoneauth1>=2.16.0 # Apache-2.0





More information about the Release-announce mailing list