You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/06/22 12:56:09 UTC

[libcloud] 03/03: Add a changelog entry for #1294, #1202.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit d9ca8fcbebc442f2275a69dbfad34873d4af6998
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 14:55:15 2019 +0200

    Add a changelog entry for #1294, #1202.
---
 CHANGES.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 2799c9c..a3b96cb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,6 +21,15 @@ Compute
   ``device_owner`` of a port is ``compute:None``. (GITHUB-1295)
   [Miguel Caballer - @micafer]
 
+Storage
+~~~~~~~
+
+- [Azure Blobs] Fix a bug with Azure storage driver works when used against a
+  storage account that was created using ``kind=BlobStrage``. The includes
+  updating minimum API version used / supported by storage driver from
+  ``2012-02-12`` to ``2014-02-14'``. (LIBCLOUD-851, GITHUB-1202, GITHUB-1294)
+  [Clemens Wolff - @c-w, Davis Kirkendall - @daviskirk]
+
 Changes in Apache Libcloud 2.5.0
 --------------------------------