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 7dd72a170e7126670970e4278f0497fc46d156c0 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Jun 20 18:55:18 2024 +0200 Fix changelog formatting. --- CHANGES.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a1ec450a4..7ae31240d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -86,13 +86,14 @@ Compute [Miguel Caballer - @micafer] - [KubeVirt] Various improvements and fixes in the driver: - * Improve compatibility with the base NodeDriver class - * Support for deployment (`deploy_node()`) - * Support for general volume (disks) types that KubeVirt supports - * Add support for the `ex_template` parameter in `create_node()` method - * Various improvements in `_to_node()` related to node information parsing - * Improved test suite - * Code refactoring and improvements + * Improve compatibility with the base NodeDriver class + * Support for deployment (`deploy_node()`) + * Support for general volume (disks) types that KubeVirt supports + * Add support for the `ex_template` parameter in `create_node()` method + * Various improvements in `_to_node()` related to node information parsing + * Improved test suite + * Code refactoring and improvements + (#1983) [@cdfmlr]