[release-announce] openstacksdk 0.57.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed May 19 15:33:11 UTC 2021


We are amped to announce the release of:

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

This release is part of the xena 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.

Changes in openstacksdk 0.56.0..0.57.0
--------------------------------------

3fd70ddc Add compute microversion 2.79
8ed2d100 setup.cfg: Replace dashes with underscores
0c9742e2 Extend functional test of image
3958422a Fix MFA authorization
6269f8cf Fix get_server_password method
b42fbbde Remove references to 'sys.version_info'
8b343e38 Fix import order in message and workflow unit tests
bcdeb001 Add support for API Extensions
ed566ac2 Add support for project options
2598947d Fix import order in load_balancer unit tests
b6c4c50c Revert tags query_params back to tag
722669d0 Adjust image _base_proxy condition
6a237bcc Increase RAM for the Ironic CI jobs
c7e3081b Implement driver vendor passthrough
d72e6081 setup.cfg: Replace dashes with underscores
f05a6954 Add min_count and max_count attributes to Server
34d23cd1 Adding retype_volume to BlockStorageCloudMixin
6327052e Add support for the GroupType resource
60ed1fa5 Switch to openstack-python3-xena-jobs template
c49bbafb Fix import order in compute unit tests
f589f21b statsd: use timedelta and pipeline
5d88f882 Add pre-commit


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

.pre-commit-config.yaml                            |  28 ++++++
.zuul.yaml                                         |   6 +-
openstack/baremetal/v1/_proxy.py                   |  29 ++++++
openstack/baremetal/v1/driver.py                   |  60 ++++++++++++
openstack/block_storage/v3/_proxy.py               | 106 +++++++++++++++++++++
openstack/block_storage/v3/extension.py            |  31 ++++++
openstack/block_storage/v3/group_type.py           |  36 +++++++
openstack/block_storage/v3/volume.py               |  10 ++
openstack/compute/v2/_proxy.py                     |   2 +-
openstack/compute/v2/server.py                     |  11 ++-
openstack/compute/v2/volume_attachment.py          |   6 +-
openstack/config/loader.py                         |   6 ++
openstack/identity/v3/project.py                   |   3 +
openstack/image/_base_proxy.py                     |   2 +-
openstack/image/v2/image.py                        |   4 +-
openstack/proxy.py                                 |  12 +--
.../functional/block_storage/v3/test_extension.py  |  24 +++++
.../functional/block_storage/v3/test_group_type.py |  39 ++++++++
.../unit/compute/v2/test_availability_zone.py      |   2 +-
.../unit/compute/v2/test_server_diagnostics.py     |   2 +-
.../unit/compute/v2/test_server_remote_console.py  |   2 +-
.../unit/compute/v2/test_volume_attachment.py      |   5 +-
.../unit/load_balancer/test_availability_zone.py   |   3 +-
.../test_availability_zone_profile.py              |   3 +-
.../unit/load_balancer/test_flavor_profile.py      |   3 +-
.../unit/load_balancer/test_health_monitor.py      |   3 +-
setup.cfg                                          |   8 +-
tox.ini                                            |   4 -
66 files changed, 740 insertions(+), 64 deletions(-)







More information about the Release-announce mailing list