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 22cf88ad43bf00a26e891a675d47ec3b46710c6a Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Aug 1 10:56:26 2023 +0200 Add changelog entry for #1906. --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 010361d3e..35f350121 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,15 @@ Compute (GITHUB-1904) [John Wren Kennedy - @jwk404] +- [AWS EC2] Add support for the following new arguments to the + ``ex_register_image()`` method: + * ``boot_mode`` - control bios vs uefi boot + * ``tpm_support`` - enable a tpm + * ``uefi_data`` - provide NV UEFI vars + * ``imds_support`` - require IMDSv2. + (GITHUB-1906) + [Ross Vandegrift - @rvandegrift] + Storage ~~~~~~~