We exuberantly announce the release of: python-octaviaclient 3.10.0 This release is part of the epoxy 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.10.0 ^^^^^^ New Features ************ * Add support for setting Security Groups on VIP ports. "--vip-sg-id <sg_id>" can be passed (it can be provided more than once) to "loadbalancer create" and "loadbalancer set". A user can clear the Security Groups of a VIP port by passing "--vip-sg-id" to "loadbalancer unset". Upgrade Notes ************* * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in python-octaviaclient 3.9.0..3.10.0 --------------------------------------------- cf1bf8a Fix doc job for Ubuntu Noble 625da16 Add vip-sg-id support for load balancers c12baba Remove duplicate hacking checks eb4d808 reno: Update master for unmaintained/2023.1 66c39f7 Remove Python 3.8 support Diffstat (except docs and test files) ------------------------------------- octaviaclient/hacking/checks.py | 57 ------------------ octaviaclient/osc/v2/constants.py | 1 + octaviaclient/osc/v2/load_balancer.py | 20 +++++++ octaviaclient/osc/v2/utils.py | 15 +++++ .../notes/add-vip-sg-id-22691a95cc8b3fc7.yaml | 8 +++ .../notes/remove-py38-43d418a45c0752ac.yaml | 5 ++ releasenotes/source/2023.1.rst | 2 +- setup.cfg | 4 +- tox.ini | 3 - 13 files changed, 127 insertions(+), 129 deletions(-)
participants (1)
-
no-reply@openstack.org