summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLouis Taylor <kragniz@gmail.com>2014-11-18 12:28:14 +0000
committerLouis Taylor <kragniz@gmail.com>2014-11-25 15:53:29 +0000
commit49f38a424279ca38b938d698ff6d6ce274659d6d (patch)
tree7bf94da1e7188d008860821ce6777d3a2d9487bf /doc
parent3b6754a8cc8932cd9645d54acc8d02826993a546 (diff)
downloadpython-glanceclient-49f38a424279ca38b938d698ff6d6ce274659d6d.tar.gz
Add release notes for 0.14.0 - 0.14.2
These were not written at the time of release, so this catches up with the latest version. For reference: $ git log --oneline --no-merges 0.13.0..0.14.0 33dcea8 Support for Metadata Definitions Catalog API 16077d9 Catch new urllib3 exception: ProtocolError 6dda6f3 Fix error when logging http response with python 3 d6498b6 Ensure server's SSL cert is validated 9a53c1f Enable osprofiler interface in glanceclient shell 69361a1 Hide stderr noise in test output 1dfce53 Remove deprecated commands from shell 867e4ca Normalize glanceclient requested service url 4494853 Fix glance-client to work with IPv6 controllers f15dc6b Add support for Keystone v3 7736349 Update theme for docs e79031b Add a tox job for generating docs 68c1d1f Don't stream non-binary requests f75a810 Use a correctly formatted example location in help dbb242b Replace old httpclient with requests 1db17aa Enable F841 797d101 Resolving the performance issue for image listing of v2 API e305dad Add profiling support to glanceclinet 9b9f3be Use immutable arg rather mutable arg 1c46c76 Add CONTRIBUTING.rst $ git log --oneline --no-merges 0.14.0..0.14.1 f980fc5 Update how tokens are redacted ba19a53 Handle UnicodeDecodeError in log_http_response 4d6b94a Print traceback to stderr if --debug is set 61e4eba Updated from global requirements 97b1506 Fix v2 requests to non-bleeding edge servers 9fbc313 Work toward Python 3.4 support and testing d97f03e Import missing gettextutils._ in shell.py 4631b76 Fix indentation in tox.ini cda8c4d Downgrade log message for http request failures 8770586 CLI image-update gives a wrong help on '--tags' param $ git log --oneline --no-merges 0.14.1..0.14.2 052904b Don't replace the https handler in the poolmanager 5f4966d Remove network_utils 2b567cf Skip non-base properties in patch method 7ef1b7c Adds support for Glance Tasks calls 1511c86 Fix the ordering of assertEqual arguments ab07caf Stop using intersphinx 929a72e Default to system CA bundle if no CA certificate is provided Change-Id: Ie4195fa9ad7f5f45c387fda4b1db4fbce7a3f98c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst53
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f33e808..32c6ddd 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -37,6 +37,59 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.14.2
+------
+
+* Add support for Glance Tasks calls (task create, list all and show)
+* 1362179_: Default to system CA bundle if no CA certificate is provided
+* 1350251_, 1347150_, 1362766_: Don't replace the https handler in the poolmanager
+* 1371559_: Skip non-base properties in patch method
+
+.. _1362179: https://bugs.launchpad.net/python-glanceclient/+bug/1362179
+.. _1350251: https://bugs.launchpad.net/python-glanceclient/+bug/1350251
+.. _1347150: https://bugs.launchpad.net/python-glanceclient/+bug/1347150
+.. _1362766: https://bugs.launchpad.net/python-glanceclient/+bug/1362766
+.. _1371559: https://bugs.launchpad.net/python-glanceclient/+bug/1371559
+
+
+0.14.1
+------
+
+* Print traceback to stderr if ``--debug`` is set
+* Downgrade log message for http request failures
+* Fix CLI image-update giving the wrong help on '--tags' parameter
+* 1367326_: Fix requests to non-bleeding edge servers using the v2 API
+* 1329301_: Update how tokens are redacted
+* 1369756_: Fix decoding errors when logging response headers
+
+.. _1367326: https://bugs.launchpad.net/python-glanceclient/+bug/1367326
+.. _1329301: https://bugs.launchpad.net/python-glanceclient/+bug/1329301
+.. _1369756: https://bugs.launchpad.net/python-glanceclient/+bug/1369756
+
+
+0.14.0
+------
+
+* Add support for metadata definitions catalog API
+* Enable osprofiler profiling support to glanceclient and its shell. This adds the ``--profile <HMAC_KEY>`` argument.
+* Add support for Keystone v3
+* Replace old httpclient with requests
+* Fix performance issue for image listing of v2 API
+* 1364893_: Catch a new urllib3 exception: ProtocolError
+* 1359880_: Fix error when logging http response with python 3
+* 1357430_: Ensure server's SSL cert is validated to help guard against man-in-the-middle attack
+* 1314218_: Remove deprecated commands from shell
+* 1348030_: Fix glance-client on IPv6 controllers
+* 1341777_: Don't stream non-binary requests
+
+.. _1364893: https://bugs.launchpad.net/python-glanceclient/+bug/1364893
+.. _1359880: https://bugs.launchpad.net/python-glanceclient/+bug/1359880
+.. _1357430: https://bugs.launchpad.net/python-glanceclient/+bug/1357430
+.. _1314218: https://bugs.launchpad.net/python-glanceclient/+bug/1314218
+.. _1348030: https://bugs.launchpad.net/python-glanceclient/+bug/1348030
+.. _1341777: https://bugs.launchpad.net/python-glanceclient/+bug/1341777
+
+
0.13.0
------