Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.67 KB

0.7.0 / 2013-08-29

Bug fixes

  • Pull request #13: #wait_for_ssh takes 2 arguments. (@dysinger)

Improvements

  • Support computed defaults for a select list of pre-determined platforms (see readme for quick example). (@fnichol)~

0.6.0 / 2013-07-23

Bug fixes

  • Pull request #8: Use private ip if the public ip is nil. (@dissonanz)

Improvements

  • Pull request #9: Match access and secret key env vars in example kitchen config with CLI tools' env vars. (@juliandunn)

0.5.1 / 2013-05-23

New features

  • Pull request #7: Add subnet_id option for use with VPC. (@dissonanz)

0.5.0 / 2013-05-23

New features

  • Pull request #5: Add the ability to give ec2 instances tags. (@halcyonCorsair)
  • Add required_config attributes for driver. (@fnichol)

Improvements

  • Write README. (@fnichol)
  • Pull request #2: Extra EC2 server creation debugging. (@mattray)
  • Remove default_config :port in favor of SSHBase default (also 22). (@fnichol)