python-octaviaclient 3.7.0 (caracal)
We jubilantly announce the release of: python-octaviaclient 3.7.0: Octavia client for OpenStack Load Balancing This release is part of the caracal 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. 3.7.0 ^^^^^ New Features * Added support for the vip_vnic_type field on load balancers. A vip_vnic_type of 'direct' indicates the VIP is using SR-IOV. Changes in python-octaviaclient 3.6.0..3.7.0 -------------------------------------------- 51ed435 Added the vip_vnic_type load balancer field fda5593 reno: Update master for unmaintained/yoga 4d68bd6 Bump hacking 706bfa3 Update python classifier in setup.cfg 497f7d4 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- octaviaclient/hacking/checks.py | 6 +++--- octaviaclient/osc/v2/constants.py | 1 + octaviaclient/osc/v2/load_balancer.py | 8 ++++++++ octaviaclient/osc/v2/utils.py | 1 + octaviaclient/osc/v2/validate.py | 4 ++-- .../Add-vip_vnic_type-load-balancer-field-f1bc1345ee741f88.yaml | 5 +++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- setup.cfg | 2 ++ test-requirements.txt | 4 ++-- tox.ini | 3 ++- 12 files changed, 34 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e372073..5d38791 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -11 +11 @@ bandit!=1.6.0,>=1.1.0 # Apache-2.0 -flake8-import-order==0.12 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org