[openstack-announce] [release][stable][glance] python-glanceclient release 0.17.3 (kilo)

doug at doughellmann.com doug at doughellmann.com
Wed Nov 18 20:47:52 UTC 2015


We are content to announce the release of:

python-glanceclient 0.17.3: OpenStack Image API Client Library

This release is part of the kilo stable release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    https://launchpad.net/python-glanceclient/+milestone/0.17.3

Please report issues through launchpad:

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

Changes in python-glanceclient 0.17.2..0.17.3
---------------------------------------------

01a6d7f Release Notes for 0.17.3
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute

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

glanceclient/v2/image_schema.py                    | 223 +++++++++++++++
glanceclient/v2/images.py                          |  30 +-
glanceclient/v2/schemas.py                         |  21 +-
glanceclient/v2/shell.py                           |  11 +-
requirements.txt                                   |   4 +-
test-requirements.txt                              |   2 +-
12 files changed, 676 insertions(+), 25 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a2fb4ac..406fa8d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ pyOpenSSL>=0.11
-requests!=2.4.0,>=2.2.0
+requests!=2.4.0,<2.8.0,>=2.2.0
@@ -13 +13 @@ six>=1.9.0
-oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cf0a1f9..83feb97 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover
-mox3>=0.7.0
+mox3<0.8.0,>=0.7.0





More information about the OpenStack-announce mailing list