[release-announce] python-troveclient 7.1.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu May 27 10:47:01 UTC 2021


We are gleeful to announce the release of:

python-troveclient 7.1.0: Client library for OpenStack DBaaS API

This release is part of the xena 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.

7.1.0
^^^^^

New Features

* Support both project name and ID in quota CLI.

Changes in python-troveclient 7.0.0..7.1.0
------------------------------------------

cd68986 Get backup list by instance ID or name
e41d08d Support project name in quota CLI
1d53377 Respect endpoint, cacert and debug options
8a3a26e Add Python3 xena unit tests
23d3ed7 Update master for stable/wallaby


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

.zuul.yaml                                         |  2 +-
.../notes/xena-support-project-name-quota-cli.yaml |  3 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/wallaby.rst                    |  6 ++++
requirements.txt                                   |  3 +-
tox.ini                                            |  2 +-
troveclient/osc/plugin.py                          |  5 +++-
troveclient/osc/v1/database_backups.py             | 19 ++++++++++--
troveclient/osc/v1/database_quota.py               | 34 ++++++++++++----------
troveclient/utils.py                               | 27 +++++++++++++----
11 files changed, 102 insertions(+), 28 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index dec3c5f..bd623cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
@@ -13,0 +14 @@ osc-lib>=1.8.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0






More information about the Release-announce mailing list