Changelog for
python311-ec2imgutils-10.0.3-4.2.noarch.rpm :
* Wed Apr 24 2024 Robert Schweikert
- Fix the distro condition, Python 3.11 starts with 15 SP4 and openSUSE Leap 15.4 not a version greated than 15.4
* Wed Mar 13 2024 Robert Schweikert - Remove the split provides for the python3 package per agreement
* Fri Mar 08 2024 Dominique Leuenberger - Use regulare python singlespec machinery: the python module is used by the command line tools but also as python module directly.
* Tue Feb 27 2024 Robert Schweikert - Rename package to python-ec2imgutils to follow the latest naming convention- Switch to Python 3.11 build use wheel
* Thu Feb 22 2024 Robert Schweikert - Support IMDS version setting (bsc#1220168) + For SLE 15 SP6 and later images we want to have instance launch with IMDS v2 as the default access protocol. This is accomplished by setting the a attribute on the image. The new --imds-support command line argument supports this setting.
* Wed Jun 07 2023 Robert Schweikert - Fix version confusion between boto3 and botocore for dependency
* Wed Apr 26 2023 Robert Schweikert - Update to version 10.0.2 (bsc#1209255, jsc#PED-3781) + Add \'uefi-preferred\' boot mode setting
* Tue May 24 2022 Robert Schweikert - Update to version 10.0.1 + Follow up fix to (bsc#1199722) allow the user a choice of 2.0 and v2.0 as tpm versions on the command line
* Thu May 19 2022 Robert Schweikert - Update to version 10.0.0 (bsc#1199722) + Add --tpm-support as command line option and tpm_support to the API to register images that support NitroTPM + API change for ec2deprecateimg. It is now possible to deprecate an image without providing a successor image.
* Fri Dec 17 2021 Sean Marlow - Add rpm-macros to build requirements in spec.
* Wed Nov 03 2021 Robert Schweikert - Update to version 9.0.4 (bsc#1192298) + Set a time out for the ssh connection to avoid hang in a multi threaded environment
* Tue Sep 14 2021 Robert Schweikert - Update to version 9.0.3 (bsc#1190538) + Support setting the boot mode for EC2 images, either to legacy-bios or uefi. Argument is optional, without it instance will use the default boot mode for the given instance type.
* Fri Aug 20 2021 Robert Schweikert - Update to version 9.0.2 (bsc#1189649) + In addition to tagging images in AWS also set them to deprecated in EC2. This allows the framework to hide the images from new users when images are no longer supposed to be used.