We are jazzed to announce the release of: placement 13.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/placement Download the package from: https://pypi.org/project/placement Please report issues through: https://storyboard.openstack.org/#!/project/openstack/placement For more details, please see below. Changes in placement 12.0.0..13.0.0 ----------------------------------- 8f58003c Bump os-traits to 3.3.0 in requirements 49bdff56 Changed OS version CentOS to CentOS Stream. 981fa52d Adapt cmd unit test depending on python version f20e13f0 Add round-robin candidate generation strategy 5a3ce853 doc: Use dnf instead of yum e6fa73e8 Adapt tests to new messages from jsonschema 4.23.0 04718d65 Factor out allocation candidate generation strategy 9351241f Add a global limit on the number of allocation candidates 7d5c30dd Replace deprecated FormatChecker.cls_checks 4b026899 Update gate jobs as per the 2025.1 cycle testing runtime eadcc022 reno: Update master for unmaintained/2023.1 8d60e4af Switch python version used for periodic jobs ffbedd67 Remove Python 3.8 support ad0e10ea requirements: Remove setuptools dd43fa56 Drop db migration tool f419ec41 Move upper functional job to py312 de225ad1 Replace py38 job by py311 job 51cff46c Drop SQLALCHEMY_WARN_20 9c810058 Update master for stable/2024.2 0736c610 pre-commit: Add sphinx-lint aa520fec pre-commit: Add autopep8 09486704 Integrate pre-commit 1a7a8075 tox: Simplify functional testenv definitions 5a17e405 Add placement.wsgi.api module Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 40 +++ .zuul.yaml | 31 ++- .../2005297-negative-aggregate-membership.rst | 4 +- .../implemented/allow-provider-re-parenting.rst | 12 +- placement/auth.py | 1 + placement/cmd/status.py | 1 + placement/conf/placement.py | 67 ++++- placement/lib.py | 1 + placement/objects/allocation_candidate.py | 142 ++++++---- placement/objects/research_context.py | 6 + placement/objects/rp_candidates.py | 1 + .../functional/db/test_allocation_candidates.py | 2 + .../gabbits/allocation-candidates-member-of.yaml | 1 - .../gabbits/allocations-bug-1714072.yaml | 6 +- .../functional/gabbits/allocations-mappings.yaml | 4 +- .../unit/objects/test_allocation_candidate.py | 57 ++++ placement/util.py | 24 +- placement/{wsgi.py => wsgi/__init__.py} | 0 .../__init__.py => placement/wsgi/api.py | 17 +- placement_db_tools/mysql-migrate-db.sh | 307 --------------------- placement_db_tools/postgresql-migrate-db.sh | 287 ------------------- .../add-placment-wsgi-module-ae42938ebe0258cb.yaml | 22 ++ ...n-limit-and-strategy.yaml-e73796898163fb55.yaml | 63 +++++ .../notes/drop-python-3-8-4636cf15992db5e7.yaml | 5 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 3 +- setup.cfg | 5 +- tox.ini | 26 +- 54 files changed, 708 insertions(+), 1075 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9a919621..5932e743 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +11,0 @@ requests>=2.25.0 # Apache-2.0 -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL @@ -25 +24 @@ os-resource-classes>=1.1.0 # Apache-2.0 -os-traits>=3.1.0 # Apache-2.0 +os-traits>=3.3.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org