[release-announce] [monasca] monasca-api 1.6.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 14 16:25:06 UTC 2017


We are psyched to announce the release of:

monasca-api 1.6.1: OpenStack Monitoring as a Service

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

Changes in monasca-api 1.6.0..1.6.1
-----------------------------------

4f4927c Bugfix: Forbid colon in dimension name
9169420 Updated from global requirements
493ac22 Adding WSGI support
eabbcdf Update UPPER_CONSTRAINTS_FILE for stable/ocata
e1e4a4c Update .gitreview for stable/ocata


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

.gitreview                                      |  1 +
README.md                                       | 46 ++++++++++++++++++++++++-
monasca_api/api/server.py                       | 36 ++++++++++++++++---
monasca_api/api/wsgi.py                         | 20 +++++++++++
monasca_api/v2/reference/helpers.py             |  4 +--
requirements.txt                                |  2 +-
tox.ini                                         |  2 +-
9 files changed, 152 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4ca703d..b9af154 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16 @@ PasteDeploy>=1.5.0 # MIT
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0





More information about the Release-announce mailing list