From c057fe47d6889912b7675aa54102509cd464171a Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 11 Dec 2012 15:33:35 -0800 Subject: [PATCH] Document v0.7.0 release Change-Id: I3ee1c2c558d77341e0f50415cf13a85281c4aa5d --- doc/source/index.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index d5c1fa0a..29b39694 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,21 @@ Once you've configured your authentication parameters, you can run ``glance help Release Notes ============= +0.7.0 +----- + +* Add ``--store`` option to ``image-create`` command +* Deprecate ``--ca-file`` in favor of ``--os-cacert`` +* 1082957_: Add ``--sort-key`` and ``--sort-dir`` CLI options to ``image-list`` command +* 1081542_: Change default ``image-list`` CLI sort to order by image name ascending +* 1079692_: Verify SSL certification hostnames when using HTTPS +* 1080739_: Use ``--os-region-name`` in service catalog lookup + +.. _1082957: http://bugs.launchpad.net/python-glanceclient/+bug/1082957 +.. _1081542: http://bugs.launchpad.net/python-glanceclient/+bug/1081542 +.. _1079692: http://bugs.launchpad.net/python-glanceclient/+bug/1079692 +.. _1080739: http://bugs.launchpad.net/python-glanceclient/+bug/1080739 + 0.6.0 -----