This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch changelog_update in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit fb29d44ca2f4005a77cbcdb33bbb5f3a74f6ec0a Author: Miguel Caballer Fernandez <[email protected]> AuthorDate: Thu Apr 23 12:27:14 2026 +0200 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 0fd3472ce..41915c0f2 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 --------------------------------
