From ea88e503b617a7ac9a0ae7e537d6517e9992a104 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Tue, 17 Mar 2015 19:31:41 -0400 Subject: 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 --- doc/source/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ------- -- cgit v1.2.1