file nor command line options. (bsc#1214626) - Add support for building AWS Nitro Enclave images. (bsc#1230401) - The translation of the `ssd` value for the backing_store param changes from `gp2` to `gp3`. OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python-ec2imgutils?expand=0&rev=10
243 lines
9.7 KiB
Plaintext
243 lines
9.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 29 15:56:54 UTC 2025 - João Mello <joao.mello@suse.com>
|
|
|
|
- Create subnet and security-group when they are not provided via config
|
|
file nor command line options. (bsc#1214626)
|
|
- Add support for building AWS Nitro Enclave images. (bsc#1230401)
|
|
- The translation of the `ssd` value for the backing_store param changes
|
|
from `gp2` to `gp3`.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 18 19:11:34 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Change the build to use a specific Python interpreter rather than building
|
|
multiple versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 11:23:49 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 12:28:57 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Remove the split provides for the python3 package per agreement
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 10:06:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use regulare python singlespec machinery: the python module is
|
|
used by the command line tools but also as python module
|
|
directly.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 27 14:32:09 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Rename package to python-ec2imgutils to follow the latest naming
|
|
convention
|
|
- Switch to Python 3.11 build use wheel
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 21:38:49 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 7 12:43:26 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Fix version confusion between boto3 and botocore for dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 26 22:00:24 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 10.0.2 (bsc#1209255, jsc#PED-3781)
|
|
+ Add 'uefi-preferred' boot mode setting
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 20:28:24 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 14:19:38 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 17:56:07 UTC 2021 - Sean Marlow <sean.marlow@suse.com>
|
|
|
|
- Add rpm-macros to build requirements in spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 3 13:55:26 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 20:47:09 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 14:37:01 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 12 12:21:19 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 17:57:41 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 16:43:47 UTC 2020 - Sean Marlow <sean.marlow@suse.com>
|
|
|
|
- Update to version 8.1.2 (bsc#1172948)
|
|
+ Fix regression in deprecation and list image related to logger
|
|
changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 13:52:22 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 8.1.1
|
|
+ Handle log adapter when getting log_level and set log_level as
|
|
instance attr
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 5 13:39:47 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 19:00:49 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 21:42:00 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 5 13:05:02 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- 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 21:53:26 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
|
|
|
- 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 5 16:22:22 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.5 (bsc#1144357, 1144358)
|
|
+ Avoid name collision when creating a security group with a
|
|
generated nmae.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 15:01:03 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.4
|
|
+ Fix traceback in ec2rmimg due to variable name issue
|
|
+ Use proper subnet when no default exists in user account
|
|
+ Properly enforce use of machine argument and support ARM (bsc#1118027)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 16:38:59 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Fix build issue, tarball had missing files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 15 19:03:48 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.3
|
|
+ General improvements, latent bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 19:23:43 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.2
|
|
+ Fix syntax error in ec2deprecateimg, ec2publishimg, ec2removeimg
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 14:39:04 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.1
|
|
+ Fix syntax error in ec2uploadimg
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 6 19:16:37 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 7.0.0
|
|
+ Complete ec2removeimg implementation
|
|
+ Ready for release and replacement of individual packages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 1 12:09:21 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Update to version 6.9.99
|
|
+ Initial implementation of ec2removeimg
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 27 23:41:38 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Initial build
|
|
+ Version 6.9.98
|
|
+ First consolidation build of ec2deprecateimg, ec2publishimg, ec2uploadimg
|