Skip to content

Releases: josh-padnick/ec2-snapper

v0.5.2

14 Sep 22:44
Compare
Choose a tag to compare
  • BUG: The ec2-snapper delete command now gracefully exits if no snapshots exist for the given instance rather than exiting with an error.

v0.5.1

11 Sep 15:53
Compare
Choose a tag to compare
  • ENHANCEMENT: ec2-snapper now also tags the EBS volume snapshots it creates as part of the process of creating an AMI. This allows you to find an AMI by name and restore an entire EC2 Instance, or find individual EBS Volumes by name and restore just a single volume.

v0.5.0

15 Apr 22:49
Compare
Choose a tag to compare
  • ENHANCEMENT: Add support for a report command for reporting CloudWatch metrics.

v0.4.2

14 Apr 22:45
Compare
Choose a tag to compare

BUG: Fix version number.

v0.4.1

14 Apr 22:07
Compare
Choose a tag to compare
  • TWEAK: Use gox for cross-compile.
  • BUG: Fix extra newline issue in binaries.
  • BUG: Fix issues in circle.yml.

v0.4.0

14 Apr 16:58
Compare
Choose a tag to compare
  • REFACTOR: The AWS region is passed in via the --region param.
  • ENHANCEMENT: You can now specify an instance name via the --instance-name parameter instead of using --instance-id
    (which might change every time you redeploy).
  • ENHANCEMENT: Added unit and integration tests.
  • TWEAK: Publish binaries directly in GitHub instead of bintray.

v0.3.0

12 Feb 00:32
Compare
Choose a tag to compare
  • ENHANCEMENT: Created AMIs now include the specified name in the Name tag. GH-4
  • ENHANCEMENT: Added ec2-snapper version subcommand.
  • BUG: Fixed ec2-snapper only deletes 1 snapshot per AMI
  • TWEAK: Updated to latest version of AWS SDK for Golang

v0.2.0

18 Jul 00:39
Compare
Choose a tag to compare
  • ENHANCEMENT: Added the ability to say "always leave at least X AMI's in place"
  • BUG: Fixed #1

v0.1.0

08 Jun 18:38
Compare
Choose a tag to compare

Initial release.