summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d2a16e5..1d92ab6 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -38,6 +38,38 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.16.0
+------
+
+* Add --limit option to the v2 list operation. This allows a user to limit the
+ number of images requested from the glance server. Previously the client
+ would always go through the entire list of images
+* The CLI exit code on keyboard interrupt is now ``130``, changed from ``1``.
+
+* 1370283_: The set of supported SSL ciphers is now reduced to a smaller and more secure subset
+* 1384664_, 1402746_: Fix enabling the progress bar on download and upload when
+ image data is piped into the client causing the client to crash
+* 1415935_: NoneType header values are now ignored when encoding headers
+* 1341777_: Requests which are streamed are now explicitly closed when the end
+ of the stream has been reached
+* 1394236_: The CLI is now strict about what it counts as a boolean, and exits
+ with an error if a non-boolean value is used as input to a boolean option
+* 1401197_: The CLI is now strict about valid inputs to ``--os-image-api-version``
+* 1333119_: The CLI now raises a more useful error message when a user requests the deletion of an image which is already deleted
+* 1384759_: Fix client erroring if ``--os-tenant-id`` and ``--os-tenant-name``
+ are not defined
+* 1228744_: Add globoff option to debug curl statements. This allows it to work with IPv6 addresses
+
+.. _1370283: https://bugs.launchpad.net/python-glanceclient/+bug/1370283
+.. _1384664: https://bugs.launchpad.net/python-glanceclient/+bug/1384664
+.. _1402746: https://bugs.launchpad.net/python-glanceclient/+bug/1402746
+.. _1415935: https://bugs.launchpad.net/python-glanceclient/+bug/1415935
+.. _1394236: https://bugs.launchpad.net/python-glanceclient/+bug/1394236
+.. _1401197: https://bugs.launchpad.net/python-glanceclient/+bug/1401197
+.. _1384759: https://bugs.launchpad.net/python-glanceclient/+bug/1384759
+.. _1228744: https://bugs.launchpad.net/python-glanceclient/+bug/1228744
+.. _1333119: https://bugs.launchpad.net/python-glanceclient/+bug/1333119
+
0.15.0
------