[release-announce] python-cyborgclient 1.7.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 22 11:38:23 UTC 2022


We high-spiritedly announce the release of:

python-cyborgclient 1.7.0: Python client for cyborg API

This release is part of the yoga release series.

The source is available from:

    https://opendev.org/openstack/python-cyborgclient

Download the package from:

    https://pypi.org/project/python-cyborgclient

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/cyborg

For more details, please see below.

1.7.0
^^^^^

New Features

* Add support for microversion 2.2, which can show device profile by
  name, like this: "openstack --os-accelerator-api-version 2.2
  accelerator device profile show <device_profile>"

* Add support for microversion 2.1, when apply arq patch,
  "project_id" of current user can be saved in arq, which can
  forbidden other user to operate the arq, like this: "openstack --os-
  accelerator-api- version 2.1 accelerator arq bind --fileds
  project_id"

Changes in python-cyborgclient 1.6.0..1.7.0
-------------------------------------------

7d563bb bump openstacksdk >=0.46.0
9c26ba7 Add support project-id for arq patch releasenote
63d8d1f Add support for show device profile by name releasenote
2680c35 Refactor the columns generate for device profile list
9d00b7d Updating python testing classifier as per Yoga testing runtime
e1cf238 Get device profile by name in cyborgclient


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

cyborgclient/exceptions.py                         |  2 +-
cyborgclient/osc/plugin.py                         |  4 +-
cyborgclient/osc/v2/accelerator_request.py         |  7 +++
cyborgclient/osc/v2/device_profile.py              | 73 +++++++++-------------
.../notes/show-dp-by-name-4d22b106b718f215.yaml    |  6 ++
.../notes/support-project-id-931fc61c818da675.yaml |  7 +++
requirements.txt                                   |  2 +-
setup.cfg                                          |  1 +
tox.ini                                            |  2 +-
10 files changed, 97 insertions(+), 63 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ebd9838..48aaee1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18 +18 @@ decorator>=3.4.0 # BSD
-openstacksdk>=0.42.0 # Apache-2.0
+openstacksdk>=0.46.0 # Apache-2.0






More information about the Release-announce mailing list