From 5570fecc99dbc171bd33e28f9a304d1055c0868e Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Tue, 12 May 2015 01:09:04 +0100 Subject: [PATCH] Add release notes for 0.5.0 This adds release notes for the following commits: $ git log --oneline --no-merges 0.4.0..HEAD b0798ac Drop use of 'oslo' namespace package 751f9ae Fix RBD delete image on creation failure 73bf032 Use is_valid_ipv6() from oslo.utils 5c71f1d Properly instantiate Forbidden exception 19fede3 Update README to work with release tools e8884d2 Remove ordereddict from requirements dc378a7 gridfs: add pymongo to test-requirements and update tests cddecb1 Add release notes for 0.1.10-0.3.0 774d9ac Only warn on duplicate path on fs backend 63fcfd5 Propagate BadStoreConfiguration to library user 4d8a752 Update oslo libraries 4fba478 Initialize vmware session during store creation --- doc/source/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index d5f8f36..b5a2dcc 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,6 +13,20 @@ Contents Release Notes ============= +0.5.0 +----- + +* _1449639: Fix failure when creating an image which already exists in the RBD store +* _1444663: Correctly instantiate Forbidden exception +* _1428257: Do not raise an exception when a duplicate path on filesystem store is used. Instead emmit a warning +* _1422699: Propagate BadStoreConfiguration to library user +* Initialize vmware session during store creation + +.. _1449639: https://bugs.launchpad.net/glance-store/+bug/1449639 +.. _1444663: https://bugs.launchpad.net/glance-store/+bug/1444663 +.. _1428257: https://bugs.launchpad.net/glance-store/+bug/1428257 +.. _1422699: https://bugs.launchpad.net/glance-store/+bug/1422699 + 0.4.0 ----- * Deprecate the gridfs store