[release-announce] python-octaviaclient 2.0.2 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 12 13:20:05 UTC 2021


We are amped to announce the release of:

python-octaviaclient 2.0.2: Octavia client for OpenStack Load
Balancing

This release is part of the ussuri stable release series.

The source is available from:

    https://opendev.org/openstack/python-octaviaclient

Download the package from:

    https://pypi.org/project/python-octaviaclient

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/python-
octaviaclient

For more details, please see below.

2.0.2
^^^^^

Bug Fixes

* Improved the client performance when using a name instead of the
  resource ID.

* Fixed some issues when the number of Octavia resources exceeded
  the 'pagination_max_limit' parameter in Octavia API. The list calls
  now support pagination.

Changes in python-octaviaclient 2.0.1..2.0.2
--------------------------------------------

6d843fb Improve the client performance on large clouds
a5beab0 Support pagination for 'list' API calls
441547f Dropping lower-constraints job
e56989b Cap pylint for stable branches
6f72322 Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
c2e82f1 Update .gitreview for stable/ussuri


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

.gitreview                                         |  1 +
lower-constraints.txt                              | 59 -------------
octaviaclient/api/constants.py                     | 50 +++++++----
octaviaclient/api/v2/octavia.py                    | 98 +++++++++++++++++-----
octaviaclient/osc/v2/utils.py                      | 91 +++++++++++++++-----
.../unit/osc/v2/test_availabilityzoneprofile.py    |  2 +
...sing-a-name-instead-of-ID-51a6637050386a90.yaml |  5 ++
.../notes/fix-cli-pagination-792ad8cd386eb0e7.yaml |  6 ++
test-requirements.txt                              |  2 +-
tox.ini                                            | 12 +--
zuul.d/projects.yaml                               |  1 -
20 files changed, 214 insertions(+), 134 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 585a19a..8b3dc83 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ flake8-import-order==0.12 # LGPLv3
-pylint>=2.2.0 # GPLv2
+pylint>=2.2.0,<=2.5.3 # GPLv2






More information about the Release-announce mailing list