Commit graph

15 commits

Author SHA1 Message Date
Colin Percival
501d807ed7 Update bsdec2-image-upload to version 1.2.2.
This adds a new --arm64 option which flags the resulting AMI as
running on the arm64 architecture (e.g., the a1.* instance family).
2019-03-20 06:19:16 +00:00
Colin Percival
046c9290f6 Update to version 1.2.1. This brings two changes:
1. A new --publicsnap option which marks the EBS snapshot for the AMI's
root disk as being public.
2. When sending an SNS notification about new AMIs, the SNS region is
extracted from the Topic ARN rather than using the same region as was
used for uploading the AMI.
2018-08-01 22:06:23 +00:00
Colin Percival
120b53b79e Update bsdec2-image-upload to version 1.2.
This brings support for automatically sending SNS notifications about
new AMIs (requested by Amazon), and adjusts the "copy AMIs out to all
the regions" step to perform copies in parallel (which should speed
up the process of releasing new AMIs significantly).
2018-07-17 07:37:05 +00:00
Colin Percival
816e2efb8d Update bsdec2-image-upload to version 1.1.4.
This fixes a problem which surfaced just in time to obstruct FreeBSD
11.2-RELEASE relating to the output sent by the DescribeConversionTasks
API.
2018-06-24 08:46:09 +00:00
Colin Percival
0b7b90d944 Update bsdec2-image-upload to version 1.1.3: Retry failed Amazon S3 PUTs
and most failed EC2 API calls.

Relnotes:	This should help the release engineer remain sane.
2017-07-12 06:13:12 +00:00
Colin Percival
909f0ba046 Update bsdec2-image-upload to version 1.1.2. This works around recent
breakage in the EC2 DescribeConversionTasks API and should unbreak the
AMI upload process.
2017-06-21 20:56:56 +00:00
Colin Percival
e785a178b8 Update bsdec2-image-upload to version 1.1.1. This adds an --ena option
which marks newly registered images as supporting the Elastic Network
Adapter hardware.
2017-05-25 18:58:12 +00:00
Colin Percival
f42a9340f9 Update bsdec2-image-upload to version 1.1.0. This new version makes use
of the DescribeRegions API call to get a list of EC2 regions rather than
using a static list compiled in; some users may need to update their IAM
policies to allow DescribeRegions.
2016-10-10 02:07:49 +00:00
John Marino
19e1ce461c net/bsdec2-image-upload: Add SSL flags
Approved by:	SSL blanket
2016-09-11 00:19:19 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Colin Percival
e1a103572d Update to 1.0.2. This adds a new --sriov option which enables EC2
Enhanced Networking on the created image(s) and support for the
ap-northeast-2 (Seoul) region.
2016-01-12 09:36:26 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Antoine Brodin
7522f189ef Allow staging as a regular user 2014-11-30 20:26:41 +00:00
Colin Percival
6f8d023351 Update to 1.0.1. The only change is a workaround for OpenSSL API stupidity
which should fix the build on older FreeBSD releases.
2014-11-29 00:59:32 +00:00
Colin Percival
ed859ed10c Add bsdec2-image-upload port:
Tool for uploading disk images into Amazon EC2 and creating Amazon
  Machine Images from them.

This will be used to build FreeBSD/EC2 images in the future.
2014-11-23 22:34:43 +00:00