summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2015-05-12 01:09:04 +0100
committerLouis Taylor <louis@kragniz.eu>2015-05-12 01:43:51 +0100
commit56c9486800a371e853056a3badd6eb11c2f88ad9 (patch)
treed02d55f1a09ae959f561e280d0c4f1c64776c6a4 /doc
parent57d9c23677409b1734698720c1e287d9928f44c5 (diff)
downloadglance_store-56c9486800a371e853056a3badd6eb11c2f88ad9.tar.gz
Add release notes for 0.5.00.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
Diffstat (limited to 'doc')
-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 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