We are overjoyed to announce the release of: masakari 19.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/masakari Download the package from: https://tarballs.openstack.org/masakari/ Please report issues through: https://bugs.launchpad.net/masakari/+bugs For more details, please see below. Changes in masakari 18.0.0..19.0.0 ---------------------------------- 89a8580 Replace deprecated configure_auth_token_middleware 64bb03f Make functional jobs voting a150c7f Do not use network for server in functional tests 6bddb01 Use separate access creds in functional tests fb620aa Fix logging in functional tests 5ff43ec Remove default override for config options policy_file 1601ab4 Adapt tests to new messages from jsonschema 4.23.0 27d79d1 [devstack] use role member instead of Member 1f160eb reno: Update master for unmaintained/2023.1 99d8b78 Remove workaround for eventlet bug #592 78b2f19 Fix document rendering and update 2025.1 cycle testing 0ef0ee2 Update master for stable/2024.2 cad7ef2 Fix a typo and links in the Notifications doc 6e5c865 reno: Update master for unmaintained/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 ++++- devstack/plugin.sh | 11 +++-- masakari/cmd/__init__.py | 6 --- masakari/conf/api.py | 24 +++++----- masakari/conf/base.py | 6 +-- masakari/conf/engine.py | 8 ++-- masakari/conf/osapi_v1.py | 22 ++++----- masakari/policy.py | 7 --- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- tox.ini | 3 +- 24 files changed, 116 insertions(+), 129 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 337c2d2..74e4b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org