[release-announce] [vitrage] python-vitrageclient 1.2.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 8 17:04:07 UTC 2017
We are satisfied to announce the release of:
python-vitrageclient 1.2.0: Vitrage Client API Library
This release is part of the pike release series.
Download the package from:
https://pypi.python.org/pypi/python-vitrageclient
For more details, please see below.
1.2.0
^^^^^
New Features
* A new "resoure list" API was added in order to list all the
resources or the resources with specified type.
* A new "resoure show" API was added in order to show the details of
the specified resource.
Changes in python-vitrageclient 1.1.1..1.2.0
--------------------------------------------
52995bb add release note about resource-list and resource-show
05200a1 Updated from global requirements
e6a888c Updated from global requirements
6e3e45e Updated from global requirements
a813274 Updated from global requirements
049e527 Add 'rm -f .testrepository/times.dbm' command in testenv
d1c4367 Add 'rm -f .testrepository/times.dbm' command in testenv
a63c8ef fix rst typo
6228ca2 fix missing parameter in docstring
22c3504 fix typo
f66807a Add a 'metadata' column to show resource optional properties
2752121 Updated from global requirements
4a3c5d9 Optimize the link address
2b9f60a implement the resource show API
dd2c91a support multi-tenants for resource list API
1913f98 add @propery to format method
4c4ef4e add @propery to format method
bbcf490 change alarm_id in the rca api to alarm_vitrage_id
a8ad648 Updated from global requirements
c413cf2 create an python object from json string
f5de8d2 Remove support for py34
dde2165 Update to a newer hacking library
8051b54 Updated from global requirements
a4b3c01 use upper constraints
3a20fd0 Updated from global requirements
a28aad8 some doc fixes
b8f6662 use bool type for all_tenants param
f51e729 Updated from global requirements
34a3148 Update reno for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
README.rst | 4 +-
.../notes/resource-list-8e913ffa069c02e5.yaml | 4 ++
.../notes/resource-show-d742fe60a7d4a9eb.yaml | 4 ++
releasenotes/source/conf.py | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 +++
requirements.txt | 12 ++---
setup.cfg | 1 -
setup.py | 2 +-
test-requirements.txt | 8 ++--
tools/tox_install.sh | 55 ++++++++++++++++++++++
tox.ini | 14 +++---
vitrageclient/v1/alarm.py | 3 +-
vitrageclient/v1/cli/alarm.py | 7 +--
vitrageclient/v1/cli/event.py | 7 ++-
vitrageclient/v1/cli/rca.py | 12 ++---
vitrageclient/v1/cli/resource.py | 33 ++++++++++---
vitrageclient/v1/cli/template.py | 2 +
vitrageclient/v1/cli/topology.py | 8 ++--
vitrageclient/v1/rca.py | 3 +-
vitrageclient/v1/resource.py | 12 +++--
vitrageclient/v1/topology.py | 2 +-
26 files changed, 155 insertions(+), 61 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 935a2fe..2bc2f8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,6 @@
-pbr>=1.8 # Apache-2.0
-Babel>=2.3.4 # BSD
-cliff>=2.3.0 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-keystoneauth1>=2.18.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+cliff>=2.6.0 # Apache-2.0
+osc-lib>=1.5.1 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+keystoneauth1>=2.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1594074..7ba13b2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
@@ -15 +15 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
More information about the Release-announce
mailing list