17
0

Commit Graph

  • 3152290c2e Accepting request 1154110 from Cloud:Tools factory Dominique Leuenberger 2024-03-01 22:39:38 +00:00
  • a6e67cc54d - 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. - Fix version confusion between boto3 and botocore for dependency Robert Schweikert 2024-02-23 15:20:26 +00:00
  • 0f0af180a7 Accepting request 1093134 from Cloud:Tools Dominique Leuenberger 2023-06-14 14:31:45 +00:00
  • f218dfc65d - Fix version confusion between boto3 nd botocore for dependency Robert Schweikert 2023-06-07 12:43:57 +00:00
  • 37f2e5895a - FIx timestamp in changes file Robert Schweikert 2023-05-31 17:08:13 +00:00
  • 78032b1ac5 Wed 26 Apr 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 Robert Schweikert 2023-04-26 20:02:59 +00:00
  • 7667b9323d Accepting request 980185 from Cloud:Tools Dominique Leuenberger 2022-06-01 15:34:49 +00:00
  • 3ffd84d161 - 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 Robert Schweikert 2022-05-24 20:29:33 +00:00
  • c40814472a - 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. Robert Schweikert 2022-05-24 13:52:38 +00:00
  • 330e736a88 Accepting request 941284 from Cloud:Tools Dominique Leuenberger 2021-12-18 19:30:05 +00:00
  • a518845538 Accepting request 941277 from home:seanmarlow:branches:Cloud:Tools Robert Schweikert 2021-12-17 18:34:47 +00:00
  • 8a0e1f33bd Accepting request 930678 from Cloud:Tools Dominique Leuenberger 2021-11-10 20:47:07 +00:00
  • f5c4444816 - Update to version 9.0.4 (bsc#1192298) + Set a time out for the ssh connection to avoid hang in a multi threaded environment Robert Schweikert 2021-11-03 13:57:38 +00:00
  • d8d9cdd475 Accepting request 921179 from Cloud:Tools Dominique Leuenberger 2021-09-23 21:04:23 +00:00
  • 9e23a719ef OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=32 Robert Schweikert 2021-09-23 19:22:35 +00:00
  • ffa14c107b Accepting request 914684 from Cloud:Tools Dominique Leuenberger 2021-08-28 20:29:01 +00:00
  • a1401b41fc - 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. Robert Schweikert 2021-08-27 19:47:23 +00:00
  • 563976d54c Accepting request 855360 from Cloud:Tools Dominique Leuenberger 2020-12-12 19:32:04 +00:00
  • 25c56eac15 - 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. Robert Schweikert 2020-12-12 13:17:03 +00:00
  • a65345f2ea Accepting request 830919 from Cloud:Tools Dominique Leuenberger 2020-09-01 18:09:09 +00:00
  • 10b98546b4 - 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 Robert Schweikert 2020-08-24 18:04:54 +00:00
  • 8f0284d929 Accepting request 815760 from Cloud:Tools Dominique Leuenberger 2020-06-19 15:24:06 +00:00
  • 563b70f4dd Accepting request 814769 from home:seanmarlow:branches:Cloud:Tools Robert Schweikert 2020-06-18 14:50:44 +00:00
  • d9a2e4511d Accepting request 812633 from Cloud:Tools Dominique Leuenberger 2020-06-08 22:09:47 +00:00
  • bbca3e8f00 - Update to version 8.1.1 + Handle log adapter when getting log_level and set log_level as instance attr Robert Schweikert 2020-06-08 13:53:46 +00:00
  • 82fe06e1d4 Accepting request 811905 from Cloud:Tools Dominique Leuenberger 2020-06-06 21:39:19 +00:00
  • 20f5d17af6 - 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 Robert Schweikert 2020-06-05 18:21:48 +00:00
  • e473d71e30 Accepting request 808021 from Cloud:Tools Yuchen Lin 2020-05-26 15:19:15 +00:00
  • f918bf637a - 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 Robert Schweikert 2020-05-21 15:01:26 +00:00
  • 1f095d4f81 Accepting request 789812 from Cloud:Tools Dominique Leuenberger 2020-03-30 21:05:57 +00:00
  • 9222c94e45 - 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 Robert Schweikert 2020-03-23 14:09:23 +00:00
  • 9bf358dc46 Accepting request 773704 from Cloud:Tools Dominique Leuenberger 2020-02-13 09:12:00 +00:00
  • 4e81d153dd - 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 Robert Schweikert 2020-02-05 13:07:22 +00:00
  • 93b587df2e Accepting request 749017 from Cloud:Tools Dominique Leuenberger 2019-11-17 18:23:00 +00:00
  • aea272a918 Accepting request 748770 from home:seanmarlow:branches:Cloud:Tools Robert Schweikert 2019-11-16 05:38:18 +00:00
  • 717dd6e5b0 Accepting request 722911 from Cloud:Tools Dominique Leuenberger 2019-08-13 11:27:33 +00:00
  • 38155cc7a9 - Update to version 7.0.5 (bsc#1144357, 1144358) + Avoid name collision when creating a security group with a generated nmae. Robert Schweikert 2019-08-05 16:24:14 +00:00
  • 55db8bd2ec Accepting request 660091 from Cloud:Tools Dominique Leuenberger 2018-12-21 07:21:47 +00:00
  • 943164c9d5 - 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) Robert Schweikert 2018-12-19 18:00:38 +00:00
  • fd4d1ec382 Accepting request 653630 from Cloud:Tools Dominique Leuenberger 2018-12-04 19:55:56 +00:00
  • 8583628231 - Fix build issue, tarball had missing files Robert Schweikert 2018-11-16 16:43:59 +00:00
  • 3fb8164b22 - Update to version 7.0.3 + General improvements, latent bug fixes Robert Schweikert 2018-11-15 19:05:10 +00:00
  • 5ef5ea3a48 Accepting request 647676 from Cloud:Tools Dominique Leuenberger 2018-11-14 13:42:12 +00:00
  • 0d66eb7e22 - Update to version 7.0.2 + Fix syntax error in ec2deprecateimg, ec2publishimg, ec2removeimg Robert Schweikert 2018-11-09 19:24:46 +00:00
  • 587a191ed1 - Update to version 7.0.1 + Fix syntax error in ec2uploadimg Robert Schweikert 2018-11-09 14:41:28 +00:00
  • 3d6a37a77c Accepting request 646741 from home:rjschwei Robert Schweikert 2018-11-09 14:06:49 +00:00