neutron-lib 2.10.0 (wallaby)
We are satisfied to announce the release of: neutron-lib 2.10.0: Neutron shared routines and utilities This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/neutron-lib Download the package from: https://pypi.org/project/neutron-lib Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-lib 2.9.1..2.10.0 ------------------------------------ 90ac6ae Make neutron-lib aware about system scope tokens 02e070f Populate full VLAN range in "parse_network_vlan_ranges" Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 24 +++++++------- neutron_lib/constants.py | 1 + neutron_lib/db/utils.py | 6 ++-- neutron_lib/plugins/utils.py | 4 ++- requirements.txt | 18 +++++----- 7 files changed, 83 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 17b8abf..8b7fc1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=4.0.0 # Apache-2.0 @@ -9 +9 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.14.0 # Apache-2.0 @@ -14,2 +14,2 @@ oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 -oslo.context>=2.19.2 # Apache-2.0 +oslo.config>=8.0.0 # Apache-2.0 +oslo.context>=2.22.0 # Apache-2.0 @@ -17,2 +17,2 @@ oslo.db>=4.44.0 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 +oslo.i18n>=3.20.0 # Apache-2.0 +oslo.log>=4.3.0 # Apache-2.0 @@ -20,2 +20,2 @@ oslo.messaging>=7.0.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.policy>=3.6.2 # Apache-2.0 +oslo.serialization>=2.25.0 # Apache-2.0 @@ -23 +23 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=4.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org