[release-announce] placement 10.0.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 4 11:25:00 UTC 2023


We enthusiastically announce the release of:

placement 10.0.0

This release is part of the bobcat 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 9.0.0..10.0.0
----------------------------------

cf2678f2 Update 2023.2 reqs to support os-traits 3.0.0 as min version
5ce84158 Fix bindep.txt for python 3.11 job(Debian Bookworm)
e62c3a6f Fix a wrong assertion method
b2f4fbd5 tests: Warn on *any* SAWarning warning
d00a9fed tests: Use base class for all functional tests
f71603d6 db: Replace use of deprecated API
972dfd48 Bugtracker link update
ed6e84aa Move implemented specs for Xena and Yoga release
9668281a Do not use coalesce for consumers.uuid
1a6cc9af Update master for stable/2023.1
0a8c7c5a Db: Drop redundant indexes for columns already having unique constraint
fcd9e88d Update python testing as per zed cycle testing runtime
d84c2839 Modify the comment that is confused


Diffstat (except docs and test files)
-------------------------------------

CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   3 +-
bindep.txt                                         |   8 +-
.../allow-provider-re-parenting.rst                |   0
.../support-consumer-types.rst                     |   0
...ment-mixing-required-traits-with-any-traits.rst |   0
...6-any-traits-in-allocation_candidates-query.rst |   0
.../611cd6dffd7b_block_on_null_root_provider_id.py |  21 +++-
...2b8bb98d0_drop_redundant_indexes_for_unique_.py |  40 +++++++
.../b5c396305c25_block_on_null_consumer.py         |  12 ++-
placement/db/sqlalchemy/models.py                  |   8 +-
placement/objects/allocation.py                    |   6 +-
placement/objects/research_context.py              |  14 +--
.../drop-python-3-6-and-3-7-9db9b12a73106e26.yaml  |   5 +
releasenotes/source/2023.1.rst                     |   6 ++
releasenotes/source/index.rst                      |   1 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   2 +-
24 files changed, 194 insertions(+), 167 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 91d38cf8..6842b282 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +29 @@ os-resource-classes>=1.1.0 # Apache-2.0
-os-traits>=2.10.0 # Apache-2.0
+os-traits>=3.0.0 # Apache-2.0






More information about the Release-announce mailing list