From db6420b44779411d6d1f238f6b887f83f1988986 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Tue, 9 Jun 2015 23:41:16 -0400 Subject: [PATCH] Add release notes for 0.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 Change-Id: Ied7f5b4f298e2bbf4a5486eb6b7dbcea2d0e74d3 --- doc/source/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ------