summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Komawar <nik.komawar@gmail.com>2015-06-09 23:41:16 -0400
committerLouis Taylor <louis@kragniz.eu>2015-06-10 10:04:23 +0100
commitdb6420b44779411d6d1f238f6b887f83f1988986 (patch)
tree6e3ce9c6c0ca504a8c1fc49b60b3de22e637af92
parentdfa98ab04c7fb7260b25e92af18caa2a016698c6 (diff)
downloadpython-glanceclient-db6420b44779411d6d1f238f6b887f83f1988986.tar.gz
Add release notes for 0.19.00.19.0
Changes included in this release: $ git log 0.18.0..HEAD --no-merges --oneline dfa98ab Updated from global requirements 6cb26fc Include owner and status option in v2 image list 5d933b0 Fix Metadef Object update issue with python-glanceclient 9f5c581 Fix functional tests in gate 1686d6a Do not crash on homedir mkdir 1f89beb Improve import related error handling 583adc3 Check image-download for redirection 9c172fb Add some basic CLI functional tests bf413a6 Use assertIn instead of assertTrue in tests 6431fae Unorder compare in tests 5fa71aa Add release notes for 0.18.0 6d31116 Update README to work with release tools 71d9783 Create functional test base f2a8a52 Move unit tests to standard directory f931a20 Fixed doc example Co-Authored-By: Louis Taylor <louis@kragniz.eu> Change-Id: Ied7f5b4f298e2bbf4a5486eb6b7dbcea2d0e74d3
-rw-r--r--doc/source/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 70aa4a3..396ad43 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -53,6 +53,20 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.19.0
+------
+
+* 1381514_: Include ``owner`` in v2 image list
+* 1433884_: Fix ``md-object-update`` issue
+* 1446096_: Stop crashing if ``$HOME`` is not writable
+* 1402632_: Improve import related error handling
+
+.. _1381514: https://bugs.launchpad.net/python-glanceclient/+bug/1381514
+.. _1433884: https://bugs.launchpad.net/python-glanceclient/+bug/1433884
+.. _1455102: https://bugs.launchpad.net/python-glanceclient/+bug/1455102
+.. _1446096: https://bugs.launchpad.net/python-glanceclient/+bug/1446096
+.. _1402632: https://bugs.launchpad.net/python-glanceclient/+bug/1402632
+
0.18.0
------