We are pleased to announce the release of: blazar 15.0.0 This release is part of the epoxy 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. 15.0.0 ^^^^^^ Bug Fixes * Fixes functionality of host randomization feature. LP#2099927 Changes in blazar 14.0.0..15.0.0 -------------------------------- dbdf1b8 Fix host randomization 92cba0c Add secure RBAC role as new default 5df5277 Replace deprecated datetime.utcnow() 99d93c8 reno: Update master for unmaintained/2023.1 0db9a32 Remove default override for config options policy_file 55cb9a9 Update gate jobs as per the 2025.1 cycle testing runtime 3483be4 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + blazar/config.py | 16 --- blazar/manager/service.py | 7 +- blazar/plugins/floatingips/floatingip_plugin.py | 3 +- blazar/plugins/instances/instance_plugin.py | 6 +- blazar/plugins/oshosts/host_plugin.py | 15 ++- blazar/policies/base.py | 41 +++++- blazar/policies/floatingips.py | 11 +- blazar/policies/leases.py | 20 +-- blazar/policies/oshosts.py | 21 ++- blazar/policy.py | 8 -- .../filters/test_max_lease_duration_filter.py | 24 ++-- .../plugins/instances/test_instance_plugin.py | 41 +++--- .../plugins/oshosts/test_physical_host_plugin.py | 31 ++--- .../fix-host-randomization-bcab5276ef6199e6.yaml | 5 + .../secure-rbac-defaults-2c46da839de3d59c.yaml | 17 +++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 4 +- setup.cfg | 2 - 26 files changed, 223 insertions(+), 220 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ab3de64..1dd9d5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25 +25 @@ oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 @@ -29 +29 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0 -oslo.utils>=4.5.0 # Apache-2.0 +oslo.utils>=7.0.0 # Apache-2.0