Package Release Info

python3-ec2uploadimg-5.0.1-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

* Wed Dec 19 2018 Robert Schweikert <rjschwei@suse.com>
- Add enforce-architecture.patch (bsc#1118027)
  + Support ARM architecture
- Add proper-subnet-use.diff
  + Use the proper subnet if no default subnet exists in the account
* Tue Sep 12 2017 rjschwei@suse.com
- Update to version 5.0.1
  + Add support for billing code addition during registration
    ~ Introduces incompatibility in API
  + Read VPC subnet information from ec2utils.conf
* Thu Aug 10 2017 rjschwei@suse.com
- Update to version 4.0.0
  + Convert to Python 3
* Thu Jan 05 2017 jgleissner@suse.com
- Update to version 3.0.2
  + fix use running instance as helper
* Tue Jan 03 2017 rjschwei@suse.com
- Update to version 3.0.1 (bsc#1007793)
  + Use block device map info from helper instance
  + Support new command line argument --instance-id to designate a
    running instance as the helper instance. Brings incompatible
    change of the uploader c-tor
* Sat Nov 05 2016 jengelh@inai.de
- Orthography fix in description.
* Wed Oct 26 2016 rjschwei@suse.com
- Update to version 2.0.0 (bsc#1007084)
  + Add --ena-support command line argument to enable ENA device support
  + Incompatible change, argument order for uploader class
* Thu Sep 15 2016 rjschwei@suse.com
- Update to version 1.1.3 (bsc#999019)
  + Support use of uploading without --verbose option
- From 1.1.2
  + Fix install from source by properly setting up a namespace
* Fri Jun 17 2016 rjschwei@suse.com
- Update to version 1.1.1 (bsc#981224)
  + Only pass relevant arguments to the registration API
* Mon Apr 11 2016 rjschwei@suse.com
- Update to version 1.1.0 (bsc#972845)
  + Allow the specification of security groups to use for the helper instance
  + Support the use of the private IP of the helper instance for image
    uploading
  + Add command line option to launch the helper instance into a
    specific VPC
  + Add consistency check. When using root swap the image used to
    launch the helper instance must be of the same virtualization type
    as the target image
* Fri Apr 08 2016 rjschwei@suse.com
- Update to version 1.0.0
  + Convert to use boto3
  + Incompatible changes
    ~ Remove --timeout command line option
    ~ Add --ssh-timeout command line option
    ~ Add --wait-count command line option
* Thu Feb 18 2016 rjschwei@suse.com
- Update to version 0.7.2 (bsc#966958)
  + Add error condition if uniqueness requirement is not met on command line
    ~ One region only if ami id or boot kernel are specified
  + Change code to accommodate changes in base utils for get_from_config(
* Mon Jan 04 2016 rjschwei@suse.com
- Add python-paramio as dependency (bsc#960585)
* Fri Nov 20 2015 rjschwei@suse.com
- Fix typo in package description (bsc#955993)
* Fri Nov 13 2015 rjschwei@suse.com
- Update to version 0.7.1 (bnc#954990)
  + Check that the specified account can be found in the config file
    provide error message if the account is not found
* Thu Aug 13 2015 rjschwei@suse.com
- Include in SLE 12 (FATE#319357)
* Tue Jul 14 2015 rjschwei@suse.com
- Update to version 0.7.0
  + Fix logic error in unsetting the bootkernel for HVM images
* Wed Jul 01 2015 rjschwei@suse.com
- Update to version 0.6.0
  + Fix issue #41, detach the storage volume prior to AMI creation
    or it will be carried forward to the new AMI
* Fri Jun 26 2015 rjschwei@suse.com
- Update to version 0.5.0
  + Fix issue #37, properly handle the unpack of a tarball
* Wed Jun 24 2015 rjschwei@suse.com
- Update to version 0.4.0
  + Support creation of image using root volume swap
  + Support customization of root volume size
  + Fix packaging issue on SLE 11
  + Properly print progress indicators during source upload
  + Properly handle tarball that only contains the image file