From 5cdbcdf3fc20c9136739f0dfac2db63d670e2303 Mon Sep 17 00:00:00 2001 From: "Mark J. Washenberger" Date: Thu, 8 Aug 2013 19:17:51 -0700 Subject: [PATCH] Add 0.10.0 docs update Change-Id: Ib2e75abc7d696f89d97918738bfc960cf3d1da5b --- doc/source/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -----