Add release notes for 0.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
This commit is contained in:
Nikhil Komawar 2015-03-17 19:31:41 -04:00 committed by nikhil komawar
parent c89bfe2722
commit ea88e503b6
1 changed files with 13 additions and 0 deletions

View File

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