[release-announce] python-vitrageclient 2.3.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 26 15:20:07 UTC 2018


We are stoked to announce the release of:

python-vitrageclient 2.3.0: Vitrage Client API Library

This release is part of the rocky stable release series.

Download the package from:

    https://pypi.org/project/python-vitrageclient

For more details, please see below.

2.3.0
^^^^^


New Features
************

* Added pagination support for "vitrage alarm list"

* Added alarm histroy API. "vitrage alarm history" can be called
  with "--start" or "--start" and "--end" parameters to show alarms
  that were active on a specific time period


Bug Fixes
*********

* Update openstack client with the latest client commands that were
  added

Changes in python-vitrageclient 2.2.0..2.3.0
--------------------------------------------

76e7198 support for alarm and RCA history
33720fc Bugfix: support vitrage alarm list for alarm with no resource
8674d18 Add release notes for updating the osc with latest commands
ece8a6d Update the home-page for python-vitrageclient
ef608b9 Fixed the template add cli documentation
cf27586 update osc with latest commands
62a046f Remove mox3 from lower-constraints
2ad7a77 fix tox python3 overrides


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

lower-constraints.txt                              |  1 -
.../added-pagination-support-71c3a4a0fec59c82.yaml |  4 ++
.../notes/osc_update_command-bc2ad6363daaf2e4.yaml |  4 ++
.../support-alarm-history-ce9c184ef0a35777.yaml    |  5 ++
setup.cfg                                          | 16 ++++-
tools/vitrage.bash_completion                      |  3 +-
tox.ini                                            |  6 ++
vitrageclient/common/utils.py                      |  2 +-
vitrageclient/shell.py                             |  1 +
vitrageclient/v1/alarm.py                          | 72 ++++++++++++++++++++-
vitrageclient/v1/cli/alarm.py                      | 73 ++++++++++++++++++++++
12 files changed, 243 insertions(+), 15 deletions(-)







More information about the Release-announce mailing list