From 26280ed58b5d16feed4ab27be063d305ef48a252 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Wed, 18 Mar 2015 16:23:01 -0400 Subject: [PATCH] Add release notes for 0.17.0 $ git log 0.16.1..HEAD --no-merges --oneline db5d729 Updated help for v2 member-update api 3f3066b Extend images CLI v2 with new sorting syntax bbd27d5 Add the ability to specify the sort dir for each key 976fe17 Import sys module fc79467 Adds the ability to sort images with multiple keys f00f769 add examples for properties and doc build script f6f5733 Apply expected patch format when updating tags in v2.images a9a692b v2: read limit for list from --limit in shell 0ab5a78 Fix leaking sockets after v2 list operation f98ab68 Fix leaking sockets after v1 list operation 6e0b1f4 removed excessive call to os.path.exists b47925e Unit tests covering missing username or password b64dba8 Remove duplicate 'a' in the help string of --os-image-url 6d21959 v2: Allow upload from stdin on image-create 4c7c7ad Fix v2 image create --file documentation eeef763 Fix minor typo in version error message Change-Id: I90d7e4a5109d82e25a63135e94193f4c4f7d4f34 --- doc/source/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index fc88cbd9..bbf845b8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -39,6 +39,27 @@ See also :doc:`/man/glance`. Release Notes ============= +0.17.0 +------ + +* 1420707_: Updated help for v2 member-update api +* glance-sorting-enhancements_: Extend images CLI v2 with new sorting syntax +* glance-sorting-enhancements_: Add the ability to specify the sort dir for each key +* glance-sorting-enhancements_: Adds the ability to sort images with multiple keys +* 1306774_: Apply expected patch format when updating tags in v2.images +* 1429088_: v2: read limit for list from --limit in shell +* 1428797_: Fix leaking sockets after v2 list operation +* 1423939_: Fix leaking sockets after v1 list operation +* 1408033_: v2: Allow upload from stdin on image-create + +.. _1420707: https://bugs.launchpad.net/python-glanceclient/+bug/1420707 +.. _glance-sorting-enhancements: https://blueprints.launchpad.net/glance/+spec/glance-sorting-enhancements +.. _1306774: https://bugs.launchpad.net/python-glanceclient/+bug/1306774 +.. _1429088: https://bugs.launchpad.net/python-glanceclient/+bug/1429088 +.. _1428797: https://bugs.launchpad.net/python-glanceclient/+bug/1428797 +.. _1423939: https://bugs.launchpad.net/python-glanceclient/+bug/1423939 +.. _1408033: https://bugs.launchpad.net/python-glanceclient/+bug/1408033 + 0.16.1 ------