python-octaviaclient 2.1.0 (victoria)
We are glad to announce the release of: python-octaviaclient 2.1.0: Octavia client for OpenStack Load Balancing This release is part of the victoria 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.1.0 ^^^^^ New Features * Added a repeatable optional argument "--tls-version" for setting one or more TLS protocol versions when createing or updating a listener. * Added a repeatable optional argument "--tls-version" for setting one or more TLS protocol versions when creating or updating a pool. Changes in python-octaviaclient 2.0.1..2.1.0 -------------------------------------------- 4caa45d Switch to newer openstackdocstheme and reno versions fc9df66 Add the ability to specify TLS protocols for a pool 3246613 Add Python3 victoria unit tests 9c42408 Remove mocking of functools.partial 8635219 Add the ability to specify TLS protocols for a listener dd1741d Remove Babel requirement ec5b1f5 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- README.rst | 12 +++++++++--- lower-constraints.txt | 2 +- octaviaclient/osc/v2/constants.py | 6 ++++-- octaviaclient/osc/v2/listener.py | 18 ++++++++++++++++++ octaviaclient/osc/v2/pool.py | 19 +++++++++++++++++++ octaviaclient/osc/v2/utils.py | 2 ++ ...sion-support-for-listeners-4a6a661af5f9de9a.yaml | 6 ++++++ ...s-version-support-to-pools-852f02b034f436f9.yaml | 6 ++++++ releasenotes/source/conf.py | 7 +++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ requirements.txt | 1 - test-requirements.txt | 1 + zuul.d/projects.yaml | 2 +- 21 files changed, 124 insertions(+), 70 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b46f09b..64c8f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ -Babel!=2.4.0,>=2.3.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 585a19a..2b52050 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9 @@ doc8>=0.6.0 # Apache-2.0 +Pygments>=2.2.0 # BSD license
participants (1)
-
no-reply@openstack.org