[release-announce] octavia-lib 3.0.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 11:01:23 UTC 2022


We are happy to announce the release of:

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

This release is part of the zed release series.

The source is available from:

    https://opendev.org/openstack/octavia-lib

Download the package from:

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

Please report issues through:

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

For more details, please see below.

3.0.0
^^^^^

Upgrade Notes

* Update Python base version from 3.6 to 3.8. As per Openstack
  Python runtime versions policy Python 3.8 will be the the minimum
  Python version in the Zed release cycle.

Changes in octavia-lib 2.5.0..3.0.0
-----------------------------------

ebd7334 Drop lower-constraints.txt and its testing
e7b57a1 Move to Python 3.8
b24ab51 Update master for stable/yoga
4aaed16 Add Python3 yoga unit tests
c9e0e91 Replace deprecated UPPER_CONSTRAINTS_FILE variable


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

lower-constraints.txt                                     | 15 ---------------
.../notes/move-to-python-3.8-6a29d13144e8c378.yaml        |  6 ++++++
releasenotes/source/index.rst                             |  1 +
releasenotes/source/yoga.rst                              |  6 ++++++
requirements.txt                                          |  4 ++++
setup.cfg                                                 |  6 +++---
tox.ini                                                   | 13 ++-----------
zuul.d/projects.yaml                                      |  5 ++---
8 files changed, 24 insertions(+), 32 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2575953..6910166 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+






More information about the Release-announce mailing list