[trove] python-troveclient 2.15.0 (rocky)
We joyfully announce the release of: python-troveclient 2.15.0: Client library for OpenStack DBaaS API This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-troveclient Download the package from: https://pypi.python.org/pypi/python-troveclient Please report issues through launchpad: https://bugs.launchpad.net/python-troveclient For more details, please see below. 2.15.0 ^^^^^^ New Features * The command "trove cluster-grow" is now available to use in the python-openstackclient CLI as "openstack database cluster grow" * The command "trove cluster-shrink" is now available to use in the python-openstackclient CLI as "openstack database cluster shrink" Changes in python-troveclient 2.14.0..2.15.0 -------------------------------------------- 1dd0c2e add lower-constraints job 0e6c017 Updated from global requirements 8f5f328 Updated from global requirements 5757f3a Clean imports in code 8aaf3c8 Updated from global requirements 728d937 Fix invalid mock in OSC cluster creating unittest a2da920 Add cluster-grow and cluster-shrink to OSC 0b28b04 Handle error response for webob>=1.6.0 0ecff6e Update reno for stable/queens 26425a6 Updated from global requirements bf24669 Add 'update' command to OSC 4c34430 Remove now obsolete Zuul job name 3bc58e7 Updated from global requirements 19f512b Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +- lower-constraints.txt | 88 ++++++++++++++++++++++ ...luster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml | 10 +++ .../notes/add-update-to-osc-05eb21c5fa18a788.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ requirements.txt | 6 +- setup.cfg | 3 + test-requirements.txt | 6 +- tox.ini | 7 ++ troveclient/apiclient/exceptions.py | 24 +++++- troveclient/osc/v1/database_clusters.py | 87 ++++++++++++++++++--- troveclient/osc/v1/database_instances.py | 56 ++++++++++++++ troveclient/v1/shell.py | 6 +- 19 files changed, 426 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 31d6fec..2d57e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable<0.8,>=0.7.2 # BSD @@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 @@ -14 +14 @@ python-swiftclient>=3.2.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d3a1735..cd56b3e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ python-openstackclient>=3.12.0 # Apache-2.0 -requests-mock>=1.1.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +requests-mock>=1.2.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -17 +17 @@ reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org