This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch update_changes in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit f83d5ca1027ddcb98c7eaaddced0d6c617d12dde Author: Miguel Caballer <[email protected]> AuthorDate: Wed Feb 11 11:48:51 2026 +0100 Update changelog --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b92860ce9..a178ded91 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ 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] + Changes in Apache Libcloud 3.9.0 --------------------------------
