Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
Changelog
=========

Changes in Apache Libcloud 3.9.1
--------------------------------

Compute
~~~~~~~

- [OpenStack] Initial Blazar support

This is an initial implementation of Blazar support in Libcloud. It currently
supports listing the available leases and hosts.
(#2094)
[Miguel Caballer - @micafer]


- [Azure ARM] Update US GovCloud AD endpoint for AZURE_ARM provider.
(#2062)
[Chris Clifford - @CrCliff]

- [OpenStack] Add hypervisor_hostname attribute to OpenStack node.
(#2063)
[Miguel Caballer - @micafer]


- [GCP] Use the fully-qualified name for the GCP IMDS endpoint.
(#2060)
[Frederic Hemery - @Arkelenia]

DNS
~~~~

- [Cloudflare] Removal of zone_name from Cloudflare record response following API deprecation

This change will cause that record name returned by the Cloudflare driver to be fully
qualified (e.g. "www.example.com") instead of relative to the zone (e.g. "www").
This is due to the fact that Cloudflare has deprecated the "zone_name" field in their
API response and it is no longer available.
(#2068)
[Chris Smith - cha0tic87]

Changes in Apache Libcloud 3.9.0
--------------------------------

Expand Down