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 2022/09/08 11:07:05 UTC

[libcloud] 01/07: Add missing changelog entry for #1699.

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 092e3ef16c8807b778e775bac6928d99eed81a1d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Sep 8 12:22:17 2022 +0200

    Add missing changelog entry for #1699.
---
 CHANGES.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 1088147f7..e51e2e8b9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,16 @@ Compute
   (GITHUB-1736)
   [Palash Gandhi - @palashgandhi]
 
+- [GCE] Add improved support for retrieving GCE image pricing data using
+  ``libcloud.pricing.get_image_price("gce_images", ...)`` method.
+
+  Existing way of retrieving image pricing using
+  ``libcloud.pricing.get_pricing("compute", "gce_images")`` method continues to
+  work.
+
+  (GITHUB-1699)
+  [Eis D. Zaster - @Eis-D-Z]
+
 Storage
 ~~~~~~~