We are tickled pink to announce the release of: oslo.limit 2.6.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.limit Download the package from: https://pypi.org/project/oslo.limit Please report issues through: https://bugs.launchpad.net/oslo.limit/+bugs For more details, please see below. 2.6.0 ^^^^^ New Features * The following options have been added to the "[oslo_limit]" section. When these options are set instead of the "endpoint_id" option, endpoint id is looked up from keystone API. * "endpoint_service_name" * "endpoint_service_type" * "endpoint_region_name" * "endpoint_interface" Changes in oslo.limit 2.5.0..2.6.0 ---------------------------------- 1e2ea40 Add note about requirements lower bounds fd330a2 Bump min openstacksdk to use name filter for service 585d49f Run pyupgrade to clean up Python 2 syntaxes 14ea68e pre-commit: Bump versions bc1b590 Declare Python 3.12 support fb950a1 Update master for stable/2024.2 9575a24 Query endpoint id from keystone Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 34 ++- oslo_limit/exception.py | 8 +- oslo_limit/fixture.py | 2 +- oslo_limit/limit.py | 84 +++++-- oslo_limit/opts.py | 23 +- ...endpoint-id-from-keystone-9d8419673902c258.yaml | 11 + releasenotes/source/2024.2.rst | 6 + releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 6 +- setup.cfg | 1 + test-requirements.txt | 6 - tox.ini | 4 +- 16 files changed, 379 insertions(+), 70 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ad2b58e..3402e46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -5 +9 @@ oslo.log>=3.44.0 # Apache-2.0 -openstacksdk>=0.31.1 # Apache-2.0 +openstacksdk>=0.47.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9e7302d..7a5f4ac 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2 +1,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -7,5 +5,0 @@ coverage>=4.0 # Apache-2.0 - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org