From fb29d44ca2f4005a77cbcdb33bbb5f3a74f6ec0a Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Thu, 23 Apr 2026 12:27:14 +0200 Subject: [PATCH] Update CHANGES.rst for version 3.9.2 Added changelog entry for Apache Libcloud 3.9.2 regarding SSH support for paramiko 4. --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0fd3472ce8..41915c0f2a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Changelog ========= +Changes in Apache Libcloud 3.9.2 +-------------------------------- + +Compute +~~~~~~~ + +- [SSH] Support paramiko 4 + + RSA key support has been removed as of paramiko 4, so only import it + and check if the version number is less than 4. + (#2135) + [Steve Kowalik - @s-t-e-v-e-n-k] + Changes in Apache Libcloud 3.9.1 --------------------------------