summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2015-09-11 14:51:26 +0000
committerErno Kuvaja <jokke@usr.fi>2015-09-11 14:58:18 +0000
commit04a54fed14e146a8203252b0adf9fe0fd8d8e6d8 (patch)
tree1cd761c9a8e659d700977d9daf55d50da65e3834 /doc
parent337b2dce72726a90200bf89960e033f83888fd73 (diff)
downloadpython-glanceclient-04a54fed14e146a8203252b0adf9fe0fd8d8e6d8.tar.gz
1.0.1 Release notes
f6712f5 Print the reverting back to v1 to stderr 2c7da7c Invalid output running the command 'glance image-show <image_id>' 5026774 Don't make `help` require auth parameters 75ec903 check for None value in utils.safe_header f0b30f4 Updated from global requirements 1322fbc Consider `--os-token` when using v2 47423eb Check if v2 is available and fallback 90b7dc4 Update path to subunit2html in post_test_hook 1e2274a Password should be prompted once Change-Id: I70329b9596421a4d8c0c953c19759a96f29c8b0d
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d5dfcf1..04a73f9 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -53,6 +53,32 @@ See also :doc:`/man/glance`.
Release Notes
=============
+1.0.1
+-----
+
+* This release provides mainly bugfixes for the bugs discovered after defaulting to v2 API on CLI. If you're using 1.0.0 client, it is highly recommended to upgrade.
+
+* 1494259_: Fixes CLI client called without subcommands
+* 1488914_: Print the reverting back to v1 to stderr
+* 1487645_: Invalid output running the command 'glance image-show <image_id>'
+* 1490457_: Don't make `help` require auth parameters
+* 1491311_: check for None value in utils.safe_header
+* f0b30f4 Updated from global requirements
+* 1490462_: Consider `--os-token` when using v2
+* 1489381_: Check if v2 is available and fallback
+* 1491646_: Update path to subunit2html in post_test_hook
+* 1488892_: Password should be prompted once
+
+.. _1494259: https://bugs.launchpad.net/python-glanceclient/+bug/1494259
+.. _1488914: https://bugs.launchpad.net/python-glanceclient/+bug/1488914
+.. _1487645: https://bugs.launchpad.net/python-glanceclient/+bug/1487645
+.. _1490457: https://bugs.launchpad.net/python-glanceclient/+bug/1490457
+.. _1491311: https://bugs.launchpad.net/python-glanceclient/+bug/1491311
+.. _1490462: https://bugs.launchpad.net/python-glanceclient/+bug/1490462
+.. _1489381: https://bugs.launchpad.net/python-glanceclient/+bug/1489381
+.. _1491646: https://bugs.launchpad.net/python-glanceclient/+bug/1491646
+.. _1488892: https://bugs.launchpad.net/python-glanceclient/+bug/1488892
+
1.0.0
-----