[release-announce] octavia-lib 1.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 27 18:03:10 UTC 2019


We contentedly announce the release of:

octavia-lib 1.1.0: A library to support Octavia provider drivers.

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/octavia-lib

Download the package from:

    https://pypi.org/project/octavia-lib

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/openstack/octavia-lib

For more details, please see below.

Changes in octavia-lib 1.0.0..1.1.0
-----------------------------------

544d05f Fix some driver library bugs
7f3e074 Add FLAVOR as a constant.
7684657 Add missing libraries to requirement files


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

lower-constraints.txt                              |  2 ++
octavia_lib/api/drivers/driver_lib.py              | 31 +++++++++++-----------
octavia_lib/common/constants.py                    |  1 +
requirements.txt                                   |  1 +
setup.cfg                                          |  1 +
test-requirements.txt                              |  1 +
tox.ini                                            | 12 ++++++---
8 files changed, 46 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 932c39e..584f574 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ oslo.log>=3.36.0 # Apache-2.0
+oslo.serialization>=2.28.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ea27439..f0ad8f1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,0 +10 @@ doc8>=0.6.0 # Apache-2.0
+mock>=2.0.0 # BSD






More information about the Release-announce mailing list