[release-announce] openstacksdk 0.60.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Thu Nov 25 11:03:37 UTC 2021


We are gleeful to announce the release of:

openstacksdk 0.60.0: An SDK for building applications to work with
OpenStack

This release is part of the yoga release series.

The source is available from:

    https://opendev.org/openstack/openstacksdk

Download the package from:

    https://pypi.org/project/openstacksdk

Please report issues through:

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

For more details, please see below.

0.60.0
^^^^^^


New Features
************

* Add support to display node fields "boot_mode" and "secure_boot"
  which are introduced in API 1.75.

* Add support for changing node states "boot_mode" and "secure_boot"
  in sync with functionality introduced in API 1.76.


Bug Fixes
*********

* hw_qemu_guest_agent attribute of the image is a string boolean
  with values *yes* and *no*.

Changes in openstacksdk 0.59.0..0.60.0
--------------------------------------

9ed215d4 Keep creating keystone admin endpoint for heat
6c42203f Add Python3 yoga unit tests
dc0c9d90 Update master for stable/xena
b4f93e33 Change image.hw_qemu_guest_agent to be string
9deb08e0 Add description args for device profile create
116d875c Add support for changing baremetal node's boot_mode and secure_boot states
4d4eafa7 Add support for reading node's "boot_mode" and "secure_boot" fields
043524ab Add compute microversion 2.78


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

.zuul.yaml                                         |  4 +-
openstack/accelerator/v2/device_profile.py         |  2 +
openstack/baremetal/v1/_common.py                  |  3 +
openstack/baremetal/v1/_proxy.py                   | 21 +++++++
openstack/baremetal/v1/node.py                     | 70 +++++++++++++++++++++-
openstack/compute/v2/server.py                     | 16 +++++
openstack/image/v2/image.py                        |  5 +-
.../unit/accelerator/v2/test_device_profile.py     |  4 +-
.../notes/add-node-boot-mode-5f49882fdd86f35b.yaml |  5 ++
.../add-node-boot-mode-set-5718a8d6511b4826.yaml   |  5 ++
...image-hw_qemu_guest_agent-bf1147e52c84b5e8.yaml |  5 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/xena.rst                       |  6 ++
16 files changed, 261 insertions(+), 7 deletions(-)







More information about the Release-announce mailing list