[release-announce] octavia-lib 2.3.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 27 08:49:37 UTC 2021


We are tickled pink to announce the release of:

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

This release is part of the wallaby 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.

2.3.0
^^^^^

New Features

* Added parameter "alpn_protocols" to pools. This parameter contains
  the list of protocols supported by pools, in descending order of
  preference. The supported protocols are "http/1.0", "http/1.1" and
  "h2".

Changes in octavia-lib 2.2.0..2.3.0
-----------------------------------

0bc8c6a Add alpn_protocols to the pool data model
c6fb93a Fix lower-constraints
21170fd Add Python3 wallaby unit tests
7f09b85 Update master for stable/victoria


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

lower-constraints.txt                                         |  4 ++--
octavia_lib/api/drivers/data_models.py                        |  4 +++-
.../notes/add-pool-alpn-protocols-a791538ab214e780.yaml       |  7 +++++++
releasenotes/source/index.rst                                 |  1 +
releasenotes/source/victoria.rst                              |  6 ++++++
test-requirements.txt                                         |  2 +-
zuul.d/projects.yaml                                          |  2 +-
8 files changed, 30 insertions(+), 7 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 3fa0310..c0bef4d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ doc8>=0.6.0 # Apache-2.0
-pylint>=2.2.0 # GPLv2
+pylint>=2.5.3 # GPLv2






More information about the Release-announce mailing list