Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 2.04 KB

Cap-EC2 changelog

0.0.16

  • Don't colorize status table output if STDOUT is not a TTY. @jcoglan

0.0.15

  • Add ec2_filter_by_status_ok? to filter out instances that aren't returning OK for their EC2 status checks. @tomconroy

0.0.14

  • Fix issue when tag was present in EC2 but had no value. @tomconroy

0.0.13

  • Use AWS.memoize to speed up communication with AWS @cheald

0.0.12

  • Use the instance's named state for searching for instances, rather than the code @ronny

0.0.11

  • Allow instances to have multiple projects deployed to them. @rsslldnphy
  • Fix the way instance tag matching works; the previous regex was not sufficient to ensure absolute matching of a given tag. @rsslldnphy

0.0.10

0.0.9

  • Handle no configured regions, (or specifically nil).

0.0.8

  • Made config/ec2.yml optional, set all options by Capistrano variable. @rjocoleman
  • Remove requirement for default region to be set. @rjocoleman

0.0.7

  • Removed monkey patching of Capistrano::TaskEnhancements @rjocoleman
  • Instances don't always have a name tag, would cause ec2:status to blow up @rjocoleman

0.0.6

  • Unbreak listing instances

0.0.5

  • Don't return terminated instances when looking up instances from EC2
  • Fix documentation to refer to correct tag for Stages @shaneog

0.0.4

  • If you modified any of the tag names, the ec2:status table would blow up
  • Fixed a bug with stages

0.0.3

  • Rename the default tag name used for determining to 'Stages' from 'Stage'

0.0.2

  • Allow servers to be in multiple stages

0.0.1

  • Initial release