summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Komawar <nikhilskomawar@gmail.com>2015-03-17 19:31:41 -0400
committernikhil komawar <nikhil.komawar@rackspace.com>2015-03-18 22:05:58 +0000
commitea88e503b617a7ac9a0ae7e537d6517e9992a104 (patch)
treecad1042531001c3b1adbc66111e184dd270d2681
parentc89bfe2722566f852a93bac966691cf1af2ad29a (diff)
downloadglance_store-ea88e503b617a7ac9a0ae7e537d6517e9992a104.tar.gz
Add release notes for 0.4.00.4.0
$ git log 0.3.0..HEAD --no-merges --oneline c89bfe2 Fix intermittent failure in test_vmware_store f98018c Deprecate the gridfs store 6aa9dd1 Remove incubative openstack.common.context module 4f05481 Update help text with sample conf 2454639 Use oslo_config.cfg.ConfigOpts in glance_store 5121910 Make dependency on boto entirely conditional b8d6263 Move from oslo.utils to oslo_utils (supplement) affcd80 Fix timeout during upload from slow resource 8bd848d Throw NotFound exception when template is gone 89e8884 Correct such logic in store.get() when chunk_size param provided Change-Id: Ie89bdf1c252a41b4c7b7ac40376d254b5f71fc8f
-rw-r--r--doc/source/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 50350a8..81a1249 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -13,6 +13,19 @@ Contents
Release Notes
=============
+0.4.0
+-----
+* Deprecate the gridfs store
+* Use oslo_config.cfg.ConfigOpts in glance_store
+* _1426767: Make dependency on boto entirely conditional
+* _1429785: Fix timeout during upload from slow resource
+* _1418396: Throw NotFound exception when template is gone
+* Correct such logic in store.get() when chunk_size param provided
+
+.. _1426767: https://bugs.launchpad.net/glance-store/+bug/1426767
+.. _1429785: https://bugs.launchpad.net/glance-store/+bug/1429785
+.. _1418396: https://bugs.launchpad.net/glance-store/+bug/1418396
+
0.0.1a1
-------