python-octaviaclient 3.13.0 (gazpacho)
We are satisfied to announce the release of: python-octaviaclient 3.13.0 This release is part of the gazpacho 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.13.0 ^^^^^^ Bug Fixes * Removed references to the deprecated Neutron client Replace with calls to Openstack SDK through the osc_lib client Changes in python-octaviaclient 3.12.0..3.13.0 ---------------------------------------------- ee9a80c Revert bug links to Launchpad 5ae1cd5 Replace Neutronclient with Openstack SDK dbb8e17 Update flake8-import-order version to fix checks c0c6866 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- README.rst | 2 +- octaviaclient/osc/v2/utils.py | 105 +++++++++++++-------- .../remove-neutronclient-acb5b7d062239e6d.yaml | 6 ++ releasenotes/source/2025.2.rst | 6 ++ releasenotes/source/conf.py | 3 +- releasenotes/source/index.rst | 1 + requirements.txt | 1 - test-requirements.txt | 2 +- 11 files changed, 87 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d37de3f..eee0649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ keystoneauth1>=3.18.0 # Apache-2.0 -python-neutronclient>=6.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 95b1eef..7d63a74 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ bandit!=1.6.0,>=1.1.0 # Apache-2.0 -flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 +flake8-import-order>=0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org