python-qinlingclient 2.1.0 (stein)
We are glad to announce the release of: python-qinlingclient 2.1.0: python-qinlingclient This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-qinlingclient Download the package from: https://pypi.org/project/python-qinlingclient Please report issues through launchpad: https://storyboard.openstack.org/#!/project/926 For more details, please see below. 2.1.0 ^^^^^ New Features * Support function alias CLI. * Support to specify function timeout when creating and updating the functions. When the specified timeout is reached, Qinling will terminate the function execution. * Support function name in most of the function operations CLI. Changes in python-qinlingclient 2.0.0..2.1.0 -------------------------------------------- dd2ceeb Add release note for timeout support aa9dcc5 Update min tox version to 2.0 8261f46 Don't quote {posargs} in tox.ini 02a0fcd Update the outdated URL in docstring 2e44051 Update bug report url to storyboard 2c4debf Support function name in most function operations 4d3f51c Function timeout support 6c37a32 Use templates for cover and lower-constraints 9bad7cc Allow to specify either container or object for swift function update cd67550 switch documentation job to new PTI 1d10e37 add python 3.6 unit test job 5c9342b Fix doc generation 93d8b3f import zuul job settings from project-config 064fc01 Fix minor typos 168e0c7 Delete qinlingclient.tests.unit.test_client 247f58d Add unit tests for qinlingclient.v1.webhook c716a37 Add unit tests for qinlingclient.v1.job 50cc0e8 Add unit tests for qinlingclient.v1.function_worker 0ff8be4 Add unit tests for qinlingclient.v1.function_version c27fc59 Add unit tests for qinlingclient.v1.function_execution 5f16b57 Add unit tests for qinlingclient.v1.function_alias 197e37a Add unit tests for qinlingclient.v1.function f14bc86 Add unit tests for qinlingclient.v1.runtime 37d1a33 Add unit tests for qinlingclient.osc.v1.function_alias 124b4dc Add unit tests for qinlingclient.osc.v1.webhook 914583f Add unit tests for qinlingclient.osc.v1.job a3e1949 Add unit tests for qinlingclient.osc.v1.function_worker 97f2ca1 Add unit tests for qinlingclient.osc.v1.function_version 8a70ffb Add unit tests for qinlingclient.osc.v1.function_execution 14d3355 Add unit tests for qinlingclient.osc.v1.function b73d8ac Add unit tests for qinlingclient.osc.v1.runtime bda4158 Update reno for stable/rocky d634db0 Support function alias d05de88 handle required parameters not provided case in function creation Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 +- lower-constraints.txt | 4 +- qinlingclient/i18n.py | 2 +- qinlingclient/osc/v1/base.py | 12 +- qinlingclient/osc/v1/function.py | 103 +- qinlingclient/osc/v1/function_alias.py | 163 +++ qinlingclient/osc/v1/function_version.py | 4 +- qinlingclient/utils.py | 10 + qinlingclient/v1/client.py | 3 + qinlingclient/v1/function_alias.py | 59 + .../notes/function-aliasing-299f134f370d0681.yaml | 3 + .../notes/function-timeout-f4c9d6d8ea2c7204.yaml | 5 + ...t-name-function-operation-1d32c4c2fc58bf26.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 + setup.cfg | 6 + test-requirements.txt | 5 +- tox.ini | 8 +- 46 files changed, 6509 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3a5a878..69e468b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ mock>=2.0.0 # BSD -requests-mock>=1.2.0 # Apache-2.0 +requests-mock>=1.5.2 # Apache-2.0 @@ -14,0 +15 @@ oslotest>=3.2.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 @@ -17 +18 @@ oslotest>=3.2.0 # Apache-2.0 -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org