[libnet-amazon-ec2-perl] annotated tag upstream/0.30 created (now 2dcf296)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Aug 23 13:03:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to annotated tag upstream/0.30
in repository libnet-amazon-ec2-perl.

        at  2dcf296   (tag)
   tagging  e5ff9912a7f4d007ba032928251a9086a7f0b66e (commit)
  replaces  upstream/0.29
 tagged by  Florian Schlichting
        on  Sat Aug 22 15:04:28 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.30

Allard Hoeve (1):
      Parse tagsets on volumes

Anubhav Mishra (1):
      Changed amazon's base url to the new one. Following the new convention here: http://docs.aws.amazon.com/general/latest/gr/rande.html

Brett Paden (1):
      run_instance tweaks: Cannot submit subnet with group name; must use group id instead. Added support for this edge condition.  Also added PrivateIpAddress option.

Chia-liang Kao (8):
      Do not cache timestamp.  This avoids long-running processes causing aws to return 'Request has expired' errors
      workaround weird image description issue
      support filter for describe_instances
      support ClientToken for run_instances.
      pod for the filter param
      pod for ClientToken in run_instances
      timestamp clearing introduced in 8156574 is no longer required
      avoid calling timestamp twice

Etienne Michon (1):
      Make group_name accept undef

Florian Schlichting (1):
      Imported Upstream version 0.30

Graham Knop (2):
      Follow Amazon's signing rules more strictly
      add stringification overloads to errors

HIROSE Masaaki (1):
      Add support BlockDeviceMapping into create_image method

Igor T (2):
      added network interfaces attributes to describe_instances
      fixed network interface description to be maybe String

Jeff Finucane (4):
      add in ssl support as suggested by Brad Barden bradford.barden at supervalu.com
      add group_name to NAE::GroupSet and fix live test "Checking for running instance"
      avoid 'Request has expired' on long lived Net::Amazon::EC2 objects
      documentation fix

Jennine Townsend (1):
      Allow undef in block device mappings so we can list both EBS and ephemeral mappings

Jim Browne (5):
      Add support for IAM instance profiles in run_instances
      Remove spurious warn present since at least 0.14
      Add initial support for IAM roles.
      Add filter support to describe_snapshots
      Support passed security tokens for STS temporary credentials

Jonas Courteau (1):
      Added describe_subnet and the appropriate response framework

Mark Allen (84):
      Make tag creation use a hash instead of arrayrefs
      Merge pull request #1 from 2shortplanks/master
      Update doc for 0.15
      Support proxy environment variables RT#67145
      Fix groupSet params RT#67145
      Added Changelog for 0.15
      Make group set optional in ReservationInfo class
      OK for group_set required with fix from 24b0d4b
      Bump to 0.16
      Spelling fix. RT #74239
      Merge pull request #5 from clkao/timestamp
      Merge pull request #4 from clkao/image-description
      Merge pull request #3 from clkao/filter-instances
      Merge pull request #2 from clkao/client-token
      Roll 0.17
      Merge pull request #6 from clkao/timestamp
      Roll 0.18
      Merge pull request #9 from miquelruiz/master
      Merge pull request #10 from ByteInternet/fix-describe-volumes-tagset
      Permit modify_instance_attribute to take a HASHREF
      Prep for 0.19 release
      Improve describe_tag (RT#76139 and #76140)
      Update Changelog for 0.19
      Update t/02_live.t for return_errors
      Merge pull request #11 from miquelruiz/master
      Stop failing test when server listens on port 80
      OK, really 0.20
      Merge pull request #12 from stevecaldwell77/master
      Allow undef in TagSet values RT #80071
      DeleteSnapshot does not take an array (GI #13)
      Bump version to 0.21
      Merge pull request #14 from phips/master
      Allow undef or arrayref in AvailabilityZone.pm
      Ignore more files
      Add last few changes here
      Use AWS signatuve v2 and SSL by default
      Update Changelog and docs
      Update deps in Makefile.PL
      Few more doc changes
      Update copyright on README
      Decouple CIDR IPs from security group auth
      Make region_name accept undef
      Merge pull request #16 from EtienneM/master
      Add UserData to run_instances for test purposes
      Permit associate_address in VPC (RT#82139)
      Prepare 0.23
      Merge pull request #18 from brettpaden/options_for_run_instance
      Merge pull request #20 from vincent-k/master
      Merge pull request #24 from jimbrowne/iam-profile
      Merge pull request #19 from hirose31/feature/create_image-blockdevicemapping
      Merge pull request #27 from jimbrowne/spurious-warn
      Merge pull request #29 from haarg/errors-overload
      Merge pull request #28 from haarg/fix-signing
      Merge pull request #26 from jimbrowne/temp-security-creds
      Merge pull request #25 from jimbrowne/snapshot-filter
      Prepare 0.24
      Merge pull request #30 from jimbrowne/security-token-parameter
      Merge pull request #31 from campus-explorer/master
      Increment version to 0.25
      Make POD for register_image() match code RT#88379
      Handle no output get_console_output() RT#67748
      Loop if error on secgroup deletion
      Roll 0.25
      Merge pull request #32 from wintersky/allow-both-ebs-and-ephemeral
      Merge pull request #33 from unixtastic/master
      Roll 0.26
      Merge pull request #34 from unixtastic/master
      Merge pull request #35 from unixtastic/master
      Roll 0.27
      Merge pull request #36 from mhwest13/dis
      Loop if describe_instance_status() is undef
      Roll 0.28
      Roll 0.29
      Merge pull request #37 from Captainkrtek/master
      Merge pull request #38 from hootsuitesteven/master
      Merge pull request #40 from jc-asdf/master
      Merge pull request #41 from anubhavmishra/master
      Merge pull request #39 from mhwest13/dis_fix
      Merge pull request #43 from tsiganenok/master
      Address RT#90999 and RT#102798
      Add tagsets for images and snapshots RT#102787
      Increase timeout value for describe_instances test
      Ignore diffs and patch files
      Roll 0.30

Mark Fowler (1):
      fix all warnings podchecker warns us about

Mark Phillips (2):
      Updated InstanceType documentation
      Rebase

Matt West (6):
      Adding ability to exec describe_instance_status routine
      Copyright update and test for the function
      test bugfix, silly fat finger
      Fixing describe_instance_status call to fetch all the status responses
      Ooops, forgot to set the var, this removes a duplicate aws call
      Allowing for maxresults to be set, as well as nexttoken

Miquel Ruiz (2):
      throw exception on failing api calls
      Treatment of no XML responses

Shinji Tanaka (1):
      Merge pull request #2 from toritori0318/describe_tags

Stephen Caldwell (6):
      add support for VolumeType and Iops to EBS volumes; add support for EbsOptimized attribute for instances
      add EbsOptimized attribute to test for run_instances
      update API version to 2012-07-20
      silence an uninitialized warning in test
      support the BlockDeviceMapping.n.EBS.VolumeType parameter when calling run_instances
      bumping version to a dev version for extlib, until we get https://github.com/mrallen1/net-amazon-ec2/pull/31 accepted

Stephen Day (10):
      Bumped API version to 2014-06-15.
      Added encrypted volume support with tests.
      Removed outdated instance type list.
      Documentation updates.
      Added volume sizing note to create_volume's SnapshotId option.
      Update version number, update changelog.
      Revert "Update version number, update changelog."
      Merge branch 'master' of https://github.com/mrallen1/net-amazon-ec2
      Added allocate_vpc_address to allocate VPC scope addresses. It would be cleaner to update allocate_address but this would break existing code.
      Added egress rules to describe_security_groups.

Steve R. (3):
      Added vpc_id
      Added vpc_id
      Changed $VERSION to 0.29_01

Steven Richards (3):
      Added security group tagging support
      Missing documentation
      Added tagSet support

stanaka (3):
      import 0.14 from cpan
      add create_tags
      Accept an array for resourceId.

toritori0318 (3):
      add describe tags and instance name.
      add delete tags and tags test
      remove debug code

vincent-k (1):
      Added optional parameter AddressingType (deprecated but still implemented in EC2 API and usefull for eucalyptus clouds with only private addressing)

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-ec2-perl.git



More information about the Pkg-perl-cvs-commits mailing list