[monasca] monasca-log-api 2.5.0 (queens)
We are jazzed to announce the release of: monasca-log-api 2.5.0: Monasca API for sending log entries This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-log-api/ For more details, please see below. 2.5.0 ^^^^^ Upgrade Notes * Upgrade integrations tests setup for Zuul V3. Changes in monasca-log-api 2.4.0..2.5.0 --------------------------------------- 6b7a433 Updated from global requirements b8d7b60 Remove -U from pip install 5e13aac Avoid tox_install.sh for constraints support fbd7e61 Remove setting of version/release from releasenotes 6e4b4f5 Updated from global requirements 0668901 Zuul: add file extension to playbook path bd703dd Remove test_hook files 9c16362 Migrate log integration test to ZuulV3 Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .zuul.yaml | 34 ++++ ChangeLog | 204 --------------------- devstack/post_test_hook.sh | 111 ----------- devstack/pre_test_hook.sh | 0 devstack/settings | 2 +- etc/monasca/log-api-logging.conf | 2 +- monasca_log_api_tempest/contrib/post_test_hook.sh | 111 +++++++++++ monasca_log_api_tempest/contrib/pre_test_hook.sh | 0 playbooks/legacy/monascalog-tempest-base/post.yaml | 16 ++ playbooks/legacy/monascalog-tempest-base/run.yaml | 76 ++++++++ releasenotes/notes/zuul_v3-b4138cd73cb6117a.yaml | 3 + releasenotes/source/conf.py | 11 +- requirements.txt | 6 +- tools/tox_install.sh | 30 --- tox.ini | 10 +- 16 files changed, 255 insertions(+), 362 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7f534e4..af4645c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,2 +9,2 @@ keystonemiddleware>=4.17.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 -oslo.context!=2.19.1,>=2.14.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0 @@ -14 +14 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org