[release-announce] [vitrage] python-vitrageclient 1.3.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Jul 27 16:00:55 UTC 2017
We are overjoyed to announce the release of:
python-vitrageclient 1.3.0: Vitrage Client API Library
This release is part of the pike stable release series.
Download the package from:
https://pypi.python.org/pypi/python-vitrageclient
For more details, please see below.
1.3.0
^^^^^
New Features
* Added osprofiler support. "OSProfiler" is an OpenStack cross-
project profiling library. It allows the user to generate a trace
per request which is processed in multiple services, and then
generate a tree of calls which is intuitive to understand.
Changes in python-vitrageclient 1.2.0..1.3.0
--------------------------------------------
5eeca19 Added OSProfiler release notes
674270e Updated from global requirements
f5f89f2 Move osprofiler help message to the end of output
9b94b76 Doc Migration: move the developer guide docs under contributor folder
4c7b607 Create a folder for the contributor docs
4a463b3 Switch from oslosphinx to openstackdocstheme
989a041 get verify option from session secure option
316a535 fix import argparse for cliff 2.8.0
bedb2d3 fix import argparse for cliff 2.8.0
deac59e roles are supplied by keycloak
a10e05f supprt keycloak first stage
3d2c0c0 fix the condition to print for the osprofiler
5fd2815 Add option --profile to trigger profiling
c5804d8 Add command for healthcheck
5d3a9a6 Update bash completion
229a781 Fix bug in registering noauth options
614c531 fix the post event without time argument
e50d0f0 post event paramters fix
b4687f9 make the import not relative
fdd79e7 Updated from global requirements
6327e9e add option to connect without authentication
fb09faf Updated from global requirements
471cc55 add validation for topology and post event for cli
c0417bb Updated from global requirements
0eb04c2 Vertex properties refactoring
Diffstat (except docs and test files)
-------------------------------------
README.rst | 8 +-
.../notes/osprofiler-787e801596a792eb.yaml | 6 +
releasenotes/source/conf.py | 10 +-
requirements.txt | 7 +-
setup.cfg | 5 +
test-requirements.txt | 5 +-
tools/vitrage.bash_completion | 21 +-
tox.ini | 2 +-
vitrageclient/auth.py | 147 +++++
vitrageclient/client.py | 9 +-
vitrageclient/shell.py | 75 ++-
vitrageclient/v1/cli/alarm.py | 10 +-
vitrageclient/v1/cli/event.py | 19 +-
vitrageclient/v1/cli/healthcheck.py | 23 +
vitrageclient/v1/cli/resource.py | 4 +-
vitrageclient/v1/cli/topology.py | 17 +-
vitrageclient/v1/client.py | 2 +
vitrageclient/v1/healthcheck.py | 36 ++
37 files changed, 1304 insertions(+), 842 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2bc2f8e..40a4c8c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cliff>=2.6.0 # Apache-2.0
-osc-lib>=1.5.1 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -10 +10,2 @@ oslo.utils>=3.20.0 # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
+iso8601>=0.1.11 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 7ba13b2..b963388 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -15,0 +16 @@ reno!=2.3.1,>=1.8.0 # Apache-2.0
+mock>=2.0 # BSD
More information about the Release-announce
mailing list