We are tickled pink to announce the release of: python-troveclient 3.2.0: Client library for OpenStack DBaaS API This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-troveclient Download the package from: https://pypi.org/project/python-troveclient Please report issues through: https://bugs.launchpad.net/python-troveclient/+bugs For more details, please see below. 3.2.0 ^^^^^ New Features ************ * Support following instance log actions: openstack database log show <instance_id> <log_name> openstack database log set <instance_id> <log_name> [OPTIONS] * Support to show log content and save instance log files: openstack database log tail [--lines LINES] <instance> <log_name> openstack database log save [--file FILE] <instance> <log_name> Upgrade Notes ************* * Python 2.7 support has been dropped. Last release of python- troveclient to support py2.7 is OpenStack Train. The minimum version of Python now supported by python-troveclient is Python 3.6. Changes in python-troveclient 3.1.0..3.2.0 ------------------------------------------ adde0d0 Support log tail/save for instance f5a5773 Support log actions in osc plugin 1680ef7 Drop python 2.7 support and testing 4da608e Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- .../notes/drop-py-2-7-4ca3cf6a8ab8ca34.yaml | 6 + ...i-01-instance-log-actions-794fced41f9c11ea.yaml | 9 + ...02-instance-log-tail-save-0b267a761faa11ea.yaml | 9 + releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 + setup.cfg | 7 +- tox.ini | 17 +- troveclient/osc/v1/database_instances.py | 29 ---- troveclient/osc/v1/database_logs.py | 190 ++++++++++++++++++++- troveclient/v1/instances.py | 51 +++--- troveclient/v1/shell.py | 26 ++- 14 files changed, 316 insertions(+), 110 deletions(-)