[release-announce] python-glanceclient 3.2.1 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 12 09:21:26 UTC 2020


We are satisfied to announce the release of:

python-glanceclient 3.2.1: OpenStack Image API Client Library

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

3.2.1
^^^^^

Bug Fixes

* Bug 1889666: 'stores' property added when using image-create-via-
  import --stores <list>

   (https://bugs.launchpad.net/glance/+bug/1889666)

* * Bug 1886650: Glance client does not correctly forward global

    request IDs

   (https://code.launchpad.net/bugs/1886650)

Changes in python-glanceclient 3.2.0..3.2.1
-------------------------------------------

77eab17 Fixes "stores" property added to the image
bae1d89 Pass Global Request ID on with session client
b513c8d Do not use the six library.
928935e Do not use the six library in the tests.
e8455f5 Stop to use the __future__ module.


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

glanceclient/common/http.py                        | 25 +++------
glanceclient/common/https.py                       | 21 ++-----
glanceclient/common/progressbar.py                 |  4 +-
glanceclient/common/utils.py                       | 23 +++-----
glanceclient/exc.py                                |  5 +-
glanceclient/shell.py                              | 40 +------------
glanceclient/v1/apiclient/base.py                  | 12 ++--
glanceclient/v1/apiclient/exceptions.py            |  4 +-
glanceclient/v1/apiclient/utils.py                 |  6 +-
glanceclient/v1/images.py                          | 13 ++---
glanceclient/v1/shell.py                           |  2 -
glanceclient/v2/images.py                          | 15 +++--
glanceclient/v2/metadefs.py                        |  9 ++-
glanceclient/v2/shell.py                           |  3 +
glanceclient/v2/tasks.py                           |  7 ++-
lower-constraints.txt                              |  1 -
.../notes/fix_1889666-22dc97ce577eccc6.yaml        |  6 ++
.../notes/sess_client_grid-3c2101609110f413.yaml   |  6 ++
requirements.txt                                   |  1 -
tox.ini                                            |  2 +-
29 files changed, 208 insertions(+), 255 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 25b670a..ca8abaf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +8,0 @@ warlock<2,>=1.2.0 # Apache-2.0
-six>=1.10.0 # MIT






More information about the Release-announce mailing list