python-qinlingclient 1.1.0 (rocky)
We are gleeful to announce the release of: python-qinlingclient 1.1.0: python-qinlingclient This release is part of the rocky 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. 1.1.0 ^^^^^ Prelude ******* Support to specify the resource(memory/cpu) limitation when creating the function. New Features ************ * End user could restrict the resource consumption for the function execution by specifying "--cpu" and "--memory-size" when creating the function. Those resource limitation has the default value if not provided, please refer to Qinling documentation for more details. * The end user can create job by specifying function version, default value is 0 if it's not provided. * The user can create or update webhook by specifying the function version ("--function-version") together with the function. * Support resource name in CLI, specifically runtime name in function operations and function name in the operations of other resources like execution, function version, job and webhook. Changes in python-qinlingclient 1.0.0..1.1.0 -------------------------------------------- 82b2cbb Add release note for function version support in job CLI 79260d7 Fix webhook operation 8e12c22 Support function version for job creation c7f40f6 Add release note for resource name support in CLI 5a883de Support function_version for webhook operations 28f6514 Add release notes link to README 4dcc903 Allow specifying name of related resource when creation d8a375a Release note for resource limitation CLI 23af650 fix tox python3 overrides f228c7d Support create function with customized cpu and memory_size 207f52c Add commands to scale up/down function workers 9d5229a Add docs job to tox 0c6dad8 Support create exeuction with version number dc37fc1 Improve function creation CLI 2163341 Fix the home-page url df44bb4 fix the url in HACKING.rst 3a2eecc setup.cfg: remove qinling console script Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- README.rst | 3 +- qinlingclient/osc/v1/base.py | 14 +-- qinlingclient/osc/v1/function.py | 107 ++++++++++++++++++++- qinlingclient/osc/v1/function_execution.py | 22 ++++- qinlingclient/osc/v1/function_version.py | 14 ++- qinlingclient/osc/v1/job.py | 24 ++++- qinlingclient/osc/v1/webhook.py | 34 +++++-- qinlingclient/utils.py | 7 ++ qinlingclient/v1/function.py | 18 +++- qinlingclient/v1/function_execution.py | 9 +- qinlingclient/v1/job.py | 15 ++- qinlingclient/v1/runtime.py | 2 +- qinlingclient/v1/webhook.py | 9 +- ...ction-resource-limitation-f6f519999f5e23cd.yaml | 10 ++ ...-function-version-for-job-7cb12ebb9fd64456.yaml | 4 + ...ction-version-for-webhook-67beca9f1c78eb58.yaml | 4 + .../support-resource-name-cd26d0edbd56bdc5.yaml | 5 + setup.cfg | 7 +- tox.ini | 13 +++ 20 files changed, 280 insertions(+), 43 deletions(-)
participants (1)
-
no-reply@openstack.org