[new][telemetry] aodhclient 0.6.0 release (newton)
We are delighted to announce the release of: aodhclient 0.6.0: Python client library for Aodh This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/python-aodhclient With package available at: https://pypi.python.org/pypi/aodhclient Please report issues through launchpad: http://bugs.launchpad.net/python-aodhclient For more details, please see below. 0.6.0 ^^^^^ New Features ************ * Add pagination support for aodhclient, users can now use limit, sort and marker when list alarms and show alarm histories. * The support for alarm search CLI has been dropped. New options for alarm list CLI(--filter and --query) has been added. The new option --query can be used to perform the same operation as the old alarm search CLI, and the new option --filter is used to perform filter query. * Add support for using Aodh command with python-openstackclient. * Add support of get/set alarm state interfaces. Upgrade Notes ************* * Alarm list and query has been split into two separate functions in the SDK layer( CLI user still uses alarm list with --query or --filter as before). Deprecation Notes ***************** * Calling alarm list function with query parameter has been deprecated and will be removed in python-aodhclient 0.7.0, please use alarm query function instead. Changes in aodhclient 0.5.0..0.6.0 ---------------------------------- 2a55993 Add Python 3.5 classifier and venv f39ec43 Add event_id for alarm-history display 3f3087f Add pagination support in Aodhclient 93080b8 Split alarm query and alarm list in SDK layer. c0b4756 Support get/set alarm state interfaces b847c3f Add releasenotes for Newton updates 56a1a50 fix help text for option --composite-rule 1bfa6e2 improve threshold & event alarm query formatting 88baac5 Add explanation for how to get meter name a77511f Add unit test to validate composite alarm args ecd7d1c exceptions: make error code be implicit d622368 Update the home-page with developer documentation 4dd4c2d remove tempest test for alarm name unique constraint 920e91f Only install hacking in pep8 b9345ac shell: treat alarm id as name if it is not uuid like 6d0a33b Bump hacking to 0.11 9d435c9 add valid choice for alarm type help text 9c78f1e Enable releasenotes documentation Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + aodhclient/exceptions.py | 11 +- aodhclient/shell.py | 2 + aodhclient/utils.py | 12 + aodhclient/v2/alarm.py | 83 +++++-- aodhclient/v2/alarm_cli.py | 249 ++++++++++++++----- aodhclient/v2/alarm_history.py | 16 +- aodhclient/v2/alarm_history_cli.py | 19 +- releasenotes/notes/.placeholder | 0 .../add-pagination-support-fcdf1cef0cfa5ca9.yaml | 4 + .../merge-search-to-list-d44cd65ede348c3e.yaml | 6 + .../notes/osc-support-9f9dae2d2203f307.yaml | 3 + ...plit-alarm-query-and-list-5998020b88ddc9f5.yaml | 9 + ...-get-set-state-interfaces-67419b925ffd6877.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 273 +++++++++++++++++++++ releasenotes/source/index.rst | 18 ++ releasenotes/source/mitaka.rst | 6 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 1 + setup.cfg | 5 +- test-requirements.txt | 3 +- tox.ini | 6 +- 28 files changed, 882 insertions(+), 179 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eae9618..e9bce0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ six +debtcollector diff --git a/test-requirements.txt b/test-requirements.txt index 2be20f2..2be9a0c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +4,0 @@ -hacking<0.11,>=0.10.0 - @@ -12,0 +11 @@ oslotest>=1.10.0 # Apache-2.0 +reno>=1.6.2 # Apache2
participants (1)
-
no-reply@openstack.org