[release-announce] monasca-log-api 2.10.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 25 09:31:24 UTC 2019


We are jazzed to announce the release of:

monasca-log-api 2.10.0: Monasca API for sending log entries

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/monasca-log-api

Download the package from:

    https://tarballs.openstack.org/monasca-log-api/

Please report issues through:

    https://bugs.launchpad.net/monasca/+bugs

For more details, please see below.

Changes in monasca-log-api 2.9.0..2.10.0
----------------------------------------

d64ab32 Blacklist sphinx 2.1.0 (autodoc bug)
2f2593f Return valid url when querying versions endpoint
deb5ae0 Update api-ref location
4de81f8 Add Python 3 Train unit tests
5b73565 Remove unused log v2 endpoints
55e7a78 Replace git.openstack.org URLs with opendev.org URLs
29e25e6 Add support for using Falcon 2.0.0
21736bb OpenDev Migration Patch
a8402b4 Dropping the py35 testing
15a9dc0 Push Docker image to Docker Hub
3c79ce5 Use proper naming for docker service image zuul job
32aaf11 Update master for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                       |  2 +-
.zuul.yaml                                       | 57 ++++++++++++++--
README.rst                                       |  4 +-
api-guide/source/index.rst                       |  2 +-
devstack/README.md                               |  6 +-
devstack/Vagrantfile                             | 10 +--
devstack/plugin.sh                               |  8 ---
lower-constraints.txt                            |  2 +-
monasca_log_api/app/api.py                       |  1 +
monasca_log_api/app/base/validation.py           |  2 +-
monasca_log_api/app/controller/v2/aid/service.py |  2 -
monasca_log_api/app/controller/v2/logs.py        |  2 +-
monasca_log_api/app/controller/v3/aid/helpers.py | 10 ++-
monasca_log_api/app/controller/versions.py       |  4 +-
playbooks/docker-publish.yml                     | 12 ++++
releasenotes/source/index.rst                    |  1 +
releasenotes/source/stein.rst                    |  6 ++
requirements.txt                                 |  2 +-
setup.cfg                                        |  3 +-
test-requirements.txt                            |  5 +-
tox.ini                                          |  4 +-
31 files changed, 240 insertions(+), 182 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 5fb44c2..ef15ae5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Paste>=2.0.2 # MIT
-falcon>=1.0.0 # Apache-2.0
+falcon>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c9af685..5621797 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0
@@ -19 +19,2 @@ doc8>=0.6.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list