[monasca] monasca-log-api 2.4.0 (queens)
We exuberantly announce the release of: monasca-log-api 2.4.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. Changes in monasca-log-api 2.3.0..2.4.0 --------------------------------------- e6210f0 Replace the usage of some aliases in tempest 3db24a9 Updated from global requirements 257fb55 Fix WSGI application df1574e Make ZuulV3 working 7bd339c Add ChangeLog file 1787c33 Drop download_file for get_extra_file of devstack 49c7dd9 Add .stestr.conf . 6f28e1b Updated from global requirements 7f0ca25 Updated from global requirements 12d0bcf Updated from global requirements 5e92248 Updated from global requirements a9fa907 Updated from global requirements 12877a1 Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 4 + ChangeLog | 204 ++++++++++++++++++++++++++++++++++ devstack/plugin.sh | 64 +++-------- devstack/post_test_hook.sh | 4 +- monasca_log_api/app/wsgi.py | 15 ++- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 + requirements.txt | 16 +-- test-requirements.txt | 16 +-- 13 files changed, 263 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9c77d34..7f534e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Paste # MIT +Paste>=2.0.2 # MIT @@ -8,7 +8,7 @@ falcon>=1.0.0 # Apache-2.0 -keystonemiddleware>=4.12.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.context>=2.14.0 # Apache-2.0 -oslo.middleware>=3.27.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +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.middleware>=3.31.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 38c3494..230e649 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ bandit>=1.1.0 # Apache-2.0 -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 @@ -12 +12 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -14,2 +14,2 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 -simplejson>=2.2.0 # MIT +os-testr>=1.0.0 # Apache-2.0 +simplejson>=3.5.1 # MIT @@ -18 +18 @@ simplejson>=2.2.0 # MIT -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 @@ -20,3 +20,3 @@ sphinx>=1.6.2 # BSD -os-api-ref>=1.0.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 -openstackdocstheme>=1.16.0 # Apache-2.0 +os-api-ref>=1.4.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org