This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
from f2d949fff Merge pull request #1955 from apache/dependabot/pip/black-23.9.1 add 5a9b157d2 Updated Linode (Akamai Connected Cloud) support (including cloud-init) new 03e60cc0f Merge branch 'linode-cloudinit' of https://github.com/mraygalaxy2/libcloud into mraygalaxy2-linode-cloudinit new 01c7e61de Improve upgrade notes entry. new 1c4f364b1 Re-generate supported providers tables. new bc631dd73 Reformat code with black. new bb0dba7d0 Default ex_userdata to None instead of False, add test for ex_userdata argument. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.rst | 5 ++ .../_supported_methods_image_management.rst | 2 +- .../_supported_methods_key_pair_management.rst | 2 +- docs/storage/_supported_providers.rst | 44 ++++++------ docs/upgrade_notes.rst | 21 ++++++ libcloud/compute/drivers/linode.py | 84 +++++++++++++++++++++- .../fixtures/linode_v4/create_key_pair.json | 6 ++ .../compute/fixtures/linode_v4/list_key_pairs.json | 13 ++++ libcloud/test/compute/test_linode_v4.py | 80 ++++++++++++++++++--- 9 files changed, 219 insertions(+), 38 deletions(-) create mode 100644 libcloud/test/compute/fixtures/linode_v4/create_key_pair.json create mode 100644 libcloud/test/compute/fixtures/linode_v4/list_key_pairs.json