We are ecstatic to announce the release of: blazar 13.0.0: Reservation Service for OpenStack clouds This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/blazar Download the package from: https://tarballs.openstack.org/blazar/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar 12.0.0..13.0.0 -------------------------------- 7df1935 Fix usage of sqlalchemy.engine.Connection.execute db66efe reno: Update master for unmaintained/xena 6b6e318 reno: Update master for unmaintained/wallaby 67a8cba reno: Update master for unmaintained/victoria b91c0f6 Replace usage of LegacyEngineFacade 9aa976a Fix InstanceReservations affinity nullable flag 6ad67e5 Add non-fatal handling for enforcement exceptions a803ba3 reno: Update master for unmaintained/yoga 0481ad4 Add support for specifying a custom CA bundle 807ebb0 Fix unit test broken by dependency bump b0dbd0a Update python classifier in setup.cfg 667a8bd Update bindep package list for Debian Bookworm e78848e Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- bindep.txt | 4 +- blazar/config.py | 4 +- .../versions/02e2f2186d98_resource_property.py | 16 +- .../versions/1fd6c2eded89_add_trust_id_to_comp.py | 2 +- blazar/db/sqlalchemy/api.py | 344 ++++++++++----------- blazar/db/sqlalchemy/facade_wrapper.py | 25 +- blazar/db/sqlalchemy/models.py | 2 +- blazar/db/sqlalchemy/utils.py | 168 +++++----- blazar/manager/service.py | 4 +- blazar/utils/openstack/base.py | 20 +- blazar/utils/openstack/neutron.py | 7 +- blazar/utils/openstack/nova.py | 10 +- blazar/utils/openstack/placement.py | 7 +- ...ment-exceptions-non-fatal-b22c129dfd9267ef.yaml | 9 + ...-passing-custom-ca-bundle-df71047568cd82f6.yaml | 7 + releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- setup.cfg | 2 + 26 files changed, 446 insertions(+), 313 deletions(-)
participants (1)
-
no-reply@openstack.org