Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

114 lines (68 loc) · 3.05 KB

Change Log

All notable changes to this project will be documented in this file; the format is based on Keep a CHANGELOG.

This project adheres to Semantic Versioning with the exception that major version 0.y.z will maintain a stable public interface.

0.2.0 - 2016-09-??

Added

  • Live log stream of output from Terraform commands

  • Coercion and validation of configuration values

  • Configuration option for timeout of Terraform apply command

  • Configuration option for colored output of Terraform plan and apply commands (thanks @nictrix)

  • Configuration of variable assignments using a map

  • Getting started guide (thanks @nellshamrell)

Changed

  • CHANGELOG format is based on Keep a CHANGELOG (thanks @amaltson)

  • Gem specification email address (thanks @mrheath)

  • Example project automatically waits for remote SSH to be available

  • Improve error handling and messages (thanks @cullenmcdermott)

  • Deprecate configuration of variable assignments using a list or string

Fixed

  • Inspec is pinned at the minor feature level to reduce bug risk

0.1.2 - 2016-08-04

Added

  • Link to referenced users' profiles in the Change Log

  • Display RuboCop Cop names in Guard output

  • Contributing and developing guides (thanks @nictrix)

  • Example instructions suggest IAM user creation for enhanced security ( thanks @nictrix)

Changed

  • Example configuration is compatible with more AWS accounts (thanks @nictrix)

Fixed

  • Remove enforcement of RubyGems trust policy (thanks @fivetwentysix)

  • Only suggest the LowSecurity RubyGems trust policy; in a clean Bundler environment, this is the highest policy that can be successfully applied

  • Only enforce code coverage requirements when Guard runs all specs

0.1.1 - 2016-07-26

Added

Changed

  • Replace 0 == fixnum_object with fixnum_object.zero?

  • Include LICENSE and README in the gem

  • Remove specs from the gem

  • Add Nick Willever to the gem specification authors

Fixed

  • Lower the development bundle trust policy to MediumSecurity due to rubocop-0.42.0 not being signed 😿

  • Fix the line length of the gem specification signing key configuration

  • Correct the reference to bundle install --trust-profile with bundle install --trust-policy in the README (thanks @nellshamrell and @nictrix)

  • Clarify the gem installation instructions in the README (thanks @nictrix)

0.1.0 - 2016-07-22

Added

  • Initial release