summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Washenberger <mark.washenberger@markwash.net>2013-08-08 19:17:51 -0700
committerMark J. Washenberger <mark.washenberger@markwash.net>2013-08-08 19:20:39 -0700
commit5cdbcdf3fc20c9136739f0dfac2db63d670e2303 (patch)
tree4c63327e170fe5494abe97571a0a6f3d4aa14dcf
parent1d7da740b22945c43a9f36affca3c1b3fbad91fa (diff)
downloadpython-glanceclient-5cdbcdf3fc20c9136739f0dfac2db63d670e2303.tar.gz
Add 0.10.0 docs update
Change-Id: Ib2e75abc7d696f89d97918738bfc960cf3d1da5b
-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 01bbf64..1e84b81 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -37,6 +37,25 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.10.0
+------
+
+* 1192229_: Security Update! Fix SSL certificate CNAME checking to handle ip addresses correctly
+* Add an optional progress bar for image downloads
+* Additional v2 api functionality, including image creation and uploads
+* Allow v1 admin clients to list all users' images, and to list the images of specific tenants.
+* Add a --checksum option to the v2 CLI for selecting images by checksum
+* Added support for image creation and uploads to the v2 library
+* Added support for updating and deleting v2 image tags to the v2 library and CLI
+* Added support for managing image memberships to the v2 library and CLI
+* Added a cli man page.
+* 1184566_: Fix support for unix pipes when uploading images in the v1 CLI
+* 1157864_: Fix an issue where glanceclient would fail with eventlet.
+
+.. _1192229: http://bugs.launchpad.net/python-glanceclient/+bug/1192229
+.. _1184566: http://bugs.launchpad.net/python-glanceclient/+bug/1184566
+.. _1157864: http://bugs.launchpad.net/python-glanceclient/+bug/1157864
+
0.9.0
-----