Changelog for
python3-ec2imgutils-9.0.1-28.11.noarch.rpm :
* Sat Dec 12 2020 Robert Schweikert
- Update to version 9.0.1 (bsc#1179890) + Support gp3 as option to create EBS root volume. This allows image creation with the new storage class and save 20% of cost.
* Mon Aug 24 2020 Robert Schweikert - Update to version 9.0.0 + Handle traceback generated by ec2uploadimg + Fix ec2removeimg implementation w.r.t. missing implementation of delete confirmation when multiple images are to be deleted
* Mon Jun 15 2020 Sean Marlow - Update to version 8.1.2 (bsc#1172948) + Fix regression in deprecation and list image related to logger changes.
* Mon Jun 08 2020 Robert Schweikert - Update to version 8.1.1 + Handle log adapter when getting log_level and set log_level as instance attr
* Fri Jun 05 2020 Robert Schweikert - Update to version 8.1.0 (bsc#1172579) + Do not call the AWS API if the image copy setting has no value to avoid an API error. + Add new utility ec2listimg to list images owned by the specified account + Switch all code to support output to a logger
* Wed May 20 2020 Robert Schweikert - Update to version 8.0.0 (bsc#1171933) + Incompatible command line argument change for ec2publishimg. The - -allow-copy option is no longer a bolean. It now supports the image and none keywords as well as a comma separated list of AWS account numbers. + Support having the snapshot copy permissions set differently than the image copy permissions. This supports published image aggregation into AWS MP. + ec2uploadimg tags the helper instance
* Thu Mar 19 2020 Robert Schweikert - Update to version 7.0.9 (bsc#1167148) + Support uploading with helper instances that handle disk attachments via NVMe protocol + Improve output of help for clarity + Improve progress message for ssh connection to make it easier to discover issues + Fix implementation for using root-swap method with a running instance
* Wed Feb 05 2020 Robert Schweikert - Update to version 7.0.8 (bsc#1162712) + For ARM image upload automatically enable ENA support. ARM based instances require the ENA driver in the kernel
* Thu Nov 14 2019 Sean Marlow - Update to version 7.0.7 + Fix cleanup with --use-root-swap img upload.- Update to version 7.0.6 + Add requirements files to manifest. + Avoid race condition with security group creation. + Remove code duplication when avoiding group name collision.
* Mon Aug 05 2019 Robert Schweikert - Update to version 7.0.5 (bsc#1144357, 1144358) + Avoid name collision when creating a security group with a generated nmae.