summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-18 00:25:19 +0000
committerGerrit Code Review <review@openstack.org>2015-05-18 00:25:19 +0000
commite180dbf12cc597c95be363fc309e4f526538373b (patch)
treefe51243dde240df9f0eb61e06f3d9c7b1f156bd4
parent688f90230572c7581b7d054d02c83c5694588c4c (diff)
parent5fa71aa5607df3a389a28456cd22670a25e1a452 (diff)
downloadpython-glanceclient-e180dbf12cc597c95be363fc309e4f526538373b.tar.gz
Merge "Add release notes for 0.18.0"
-rw-r--r--doc/source/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 29c799e..4de91d7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -53,6 +53,25 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.18.0
+------
+
+* 1442664_, 1442883_, 1357430_: Fix errors when SSL compression is disabled
+* 1399778_: Remove ``locations`` from image-create arguments
+* 1439513_: Fix error on python 3 when creating a task with and invalid property
+* Stop accepting ``*args`` in the main client interface
+* Expose ``is_base`` schema property attribute, allowing the client to differentiate between base and custom image properties
+* 1433962_: Validate whether a tag is valid when filtering for images. Invalid tags now raise an error rather than being ignored
+* 1434381_: Add ``--human-readable`` option to ``image-show``
+
+.. _1442664: https://bugs.launchpad.net/python-glanceclient/+bug/1442664
+.. _1442883: https://bugs.launchpad.net/python-glanceclient/+bug/1442883
+.. _1357430: https://bugs.launchpad.net/python-glanceclient/+bug/1357430
+.. _1399778: https://bugs.launchpad.net/python-glanceclient/+bug/1399778
+.. _1439513: https://bugs.launchpad.net/python-glanceclient/+bug/1439513
+.. _1433962: https://bugs.launchpad.net/python-glanceclient/+bug/1433962
+.. _1434381: https://bugs.launchpad.net/python-glanceclient/+bug/1434381
+
0.17.0
------