We are psyched to announce the release of: cyborg 14.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/cyborg Download the package from: https://tarballs.openstack.org/cyborg/ Please report issues through: https://bugs.launchpad.net/openstack-cyborg/+bugs For more details, please see below. Changes in cyborg 13.0.0..14.0.0 -------------------------------- e4ba33a Remove six ff67fef Update gate jobs as per the 2025.1 cycle testing runtime c85a787 Replace deprecated configure_auth_token_middleware 66a55c2 Remove default override for config options policy_file 5f896d2 pci unify management 28180a6 Fix requiremt check job 2c9fc3d Drop deprecated onerror 8a866dd Remove workaround for eventlet bug #592 59a5063 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + bindep.txt | 1 + cyborg/accelerator/drivers/pci/__init__.py | 0 cyborg/accelerator/drivers/pci/base.py | 29 +++ cyborg/accelerator/drivers/pci/devspec.py | 288 +++++++++++++++++++++ cyborg/accelerator/drivers/pci/pci/__init__.py | 0 cyborg/accelerator/drivers/pci/pci/driver.py | 30 +++ cyborg/accelerator/drivers/pci/pci/sysinfo.py | 147 +++++++++++ cyborg/accelerator/drivers/pci/utils.py | 231 +++++++++++++++++ cyborg/accelerator/drivers/pci/whitelist.py | 91 +++++++ cyborg/cmd/__init__.py | 6 - cyborg/common/authorize_wsgi.py | 33 +-- cyborg/common/constants.py | 1 + cyborg/common/exception.py | 9 + cyborg/conf/devices.py | 11 + .../drivers/fpga/intel/prepare_test_data.py | 2 +- .../drivers/nic/intel/prepare_test_data.py | 2 +- .../drivers/qat/intel/prepare_test_data.py | 2 +- devstack/lib/cyborg | 2 +- devstack/settings | 1 - releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 12 +- setup.cfg | 1 + test-requirements.txt | 4 - 26 files changed, 859 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98dbc73..2bd414c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# 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. @@ -8 +8 @@ WSME>=0.10.1 # MIT -eventlet>=0.26.0 # MIT +eventlet>=0.27.0 # MIT @@ -21,2 +21,2 @@ oslo.versionedobjects>=1.31.2 # Apache-2.0 -oslo.policy>=3.7.0 # Apache-2.0 -SQLAlchemy>=0.9.0,!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT +oslo.policy>=4.5.0 # Apache-2.0 +SQLAlchemy>=1.1.9 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 66de0be..dff9ef8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -
participants (1)
-
no-reply@openstack.org