2023.1 Series Release Notes

3.0.0

Upgrade Notes

  • Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8.

2.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of python-aodhclient to support py2.7 is OpenStack Train. The minimum version of Python now supported by python-aodhclient is Python 3.6.

1.5.0

New Features

  • Add threshold type alarm back. Gnocchi is not actively maintained currently but there are still users running Ceilometer in production and relying on Ceilometer for auditing and billing.

1.0.0

New Features

  • Ceilometer alarms are no longer supported.

Upgrade Notes

  • Ceilometer alarms will need to be recreated as alarms that target Gnocchi as storage is not provided in Ceilometer anymore. You must downgrade client if you still continue to use Ceilometer storage in older deployments.

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.