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

Change-Id: I25b165a9f04b155fe6471665ab346be76963316f
This commit is contained in:
Louis Taylor 2015-05-12 01:09:04 +01:00
parent 57d9c23677
commit 56c9486800
1 changed files with 14 additions and 0 deletions

View File

@ -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