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 357370eecd5dd1de0020fac636c7ba8352b4b735 Author: Tomaz Muraus <[email protected]> AuthorDate: Wed Apr 15 22:11:15 2020 +0200 Sync up changelog with v2.8.2 release. --- CHANGES.rst | 113 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 62 insertions(+), 51 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0ea7f8e..046073e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -44,36 +44,6 @@ Compute (GITHUB-1437) [Jo De Boeck - @grimpy] -- Add support for Ed25519 private keys for ``deploy_node()`` functionality - when using paramiko >= 2.2.0. - (GITHUB-1445) - [Tomaz Muraus - @Kami] - -- Fix ``deploy_node()`` so it correctly propagates an exception is a private key - which is used is password protected, but no password is specified. - - Previously it incorrectly tried to retry on such exception. This means the - exception would only bubble up after all the retry attempts have been - exhausted. - (GITHUB-1445) - [Tomaz Muraus - @Kami] - -- Allow user to specify password for encrypted keys by passing - ``ssh_key_password`` argument to the ``deploy_node()`` method. - - Previously they - (GITHUB-1445) - [Tomaz Muraus - @Kami] - -- Fix ``deploy_node()`` so it correctly propagates an exception if invalid - or unsupported private key is used. - - Previously it incorrectly tried to retry on such exception. This means the - exception would only bubble up after all the retry attempts have been - exhausted. - (GITHUB-1445) - [Tomaz Muraus - @Kami] - - Add new ``at_exit_func`` argument to ``deploy_node()`` method. With this argument user can specify which function will be called before exiting with the created node in question if the deploy process has been canceled @@ -83,27 +53,6 @@ Compute (GITHUB-1445) [Tomaz Muraus - @Kami] -- Fix ``deploy_node()`` method so we don't retry on fatal - ``SSHCommandTimeoutError`` exception (exception which is thrown when a - command which is running on remote host times out). - (GITHUB-1445) - [Tomaz Muraus - @Kami] - -- Add new ``timeout`` argument to ``ScriptDeployment`` and - ``ScriptFileDeployment`` class constructor. - - With this argument, user can specify an optional run timeout for that - deployment step run. - (GITHUB-1445) - [Tomaz Muraus - @Kami] - -- Add new ``stdout`` and ``stderr`` attribute to ``SSHCommandTimeoutError`` - class. - - Those attributes contain value of stdout and stderr produced so far. - (GITHUB-1445) - [Tomaz Muraus - @Kami] - - [OpenStack] Fix auto assignment of volume device when using device name ``auto`` in the ``attach_volume`` method. (GITHUB-1444) @@ -160,6 +109,68 @@ Container (GITHUB-1435) [Tomaz Muraus] +Changes in Apache Libcloud v2.8.2 +--------------------------------- + +Compute +~~~~~~~ + +- Add support for Ed25519 private keys for ``deploy_node()`` functionality + when using paramiko >= 2.2.0. + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Fix ``deploy_node()`` so it correctly propagates an exception is a private key + which is used is password protected, but no password is specified. + + Previously it incorrectly tried to retry on such exception. This means the + exception would only bubble up after all the retry attempts have been + exhausted. + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Allow user to specify password for encrypted keys by passing + ``ssh_key_password`` argument to the ``deploy_node()`` method. + + Previously they + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Fix ``deploy_node()`` so it correctly propagates an exception if invalid + or unsupported private key is used. + + Previously it incorrectly tried to retry on such exception. This means the + exception would only bubble up after all the retry attempts have been + exhausted. + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Fix ``deploy_node()`` method so we don't retry on fatal + ``SSHCommandTimeoutError`` exception (exception which is thrown when a + command which is running on remote host times out). + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Add new ``timeout`` argument to ``ScriptDeployment`` and + ``ScriptFileDeployment`` class constructor. + + With this argument, user can specify an optional run timeout for that + deployment step run. + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- Add new ``stdout`` and ``stderr`` attribute to ``SSHCommandTimeoutError`` + class. + + Those attributes contain value of stdout and stderr produced so far. + (GITHUB-1445) + [Tomaz Muraus - @Kami] + +- [OpenStack] Fix auto assignment of volume device when using device name + ``auto`` in the ``attach_volume`` method. + (GITHUB-1444) + [Joshua Hesketh - @jhesketh] + Changes in Apache Libcloud v2.8.1 ---------------------------------
