[release-announce] python-glanceclient 2.16.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 8 00:35:13 UTC 2019


We are gleeful to announce the release of:

python-glanceclient 2.16.0: OpenStack Image API Client Library

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-glanceclient

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/python-glanceclient

For more details, please see below.

2.16.0
^^^^^^


Prelude
*******

This version of python-glanceclient adds Python 3.6 classifier and
gating on Python 3.7 environment.


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

* For parity with the old "checksum" field, this release adds the
  ability for CLI users to filter the image list based upon a
  particular multihash value using the "--hash <HASH_VALUE>" option.
  Issue the command:

  for more information.

* Support for embedding validation data (checksum and multihash)
  when adding a location to an image. Requires the Stein release
  server- side.

  The "glance.images.add_location()" method now accepts an optional
  argument "validation_data", in the form of a dictionary containing
  "checksum", "os_hash_algo" and "os_hash_value".

  The "location-add" command now accepts optional arguments "--
  checksum", "--hash-algo" and "--hash-value".


Bug Fixes
*********

* * Bug 1788271: Add image-list filter for multihash


  * Bug 1598714: Remove redundant information from error message

   (https://code.launchpad.net/bugs/1788271)
  (https://code.launchpad.net/bugs/1598714)

Changes in python-glanceclient 2.15.0..2.16.0
---------------------------------------------

44a4dbd Release notes for 2.16.0
ae4355b Remove redundant information from error message
e3f4858 Update min tox version to 2.0
fab575d Update irrelevant-files for dsvm-functional tests
332cc18 add python 3.7 unit test job
4511a44 Add image-list filter for multihash
4aeddfe Change openstack-dev to openstack-discuss
d848d5a Add Python 3.6 classifier to setup.cfg
3f7171d Embed validation data when adding location


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

.zuul.yaml                                         | 19 +++++++
glanceclient/exc.py                                |  2 +-
glanceclient/v2/images.py                          |  5 +-
glanceclient/v2/shell.py                           | 21 +++++++-
.../notes/2.16.0_Release-43ebe06b74a272ba.yaml     | 12 +++++
.../notes/multihash-filter-ef2a48dc48fae9dc.yaml   | 13 +++++
.../validation-data-support-dfb2463914818cd2.yaml  | 12 +++++
setup.cfg                                          |  3 +-
tox.ini                                            |  2 +-
11 files changed, 166 insertions(+), 14 deletions(-)







More information about the Release-announce mailing list