This repository was archived by the owner on Oct 22, 2024. It is now read-only.
v0.3.0
* Add support for Terraform 0.7 to driver
* Remove content about trusted certificates and trust-policy (#35)
Signed-off-by: Kevin J. Dickerson <kevin.dickerson@loom.technology>
Clarify language for using Bundler
Signed-off-by: Kevin J. Dickerson <kevin.dickerson@loom.technology>
* Set release date of 0.2.0
* Log removal of gem verification steps
* Restructure plugin behaviour as modules
* Add Kevin Dickerson to the gemspec authors
* Update Inspec to 0.35.0
* Update example project's use of variables
* Set empty options on `validate` and `version`
* Add in Getting Started Walkthrough (#24)
* Adds in a getting started tutorial for setting up kitchen terraform for
use with an AWS config
completes basic tutorial on getting set up with kitchen-terraform
renames tutorial.md to GETTING_STARTED.md and links to it from the README
fixes readme link to getting_started.md
fixes confusion between aws_hostnames and public_dns output variables
corrects placement of inspec.yml file
moves getting started to examples directory, separates detailed example and getting started
incorporates feedback to the readme text
refactors examples and wording based on feedback
shortens all lines over 72 characters
making references to the .kitchen.yml content consistent
fixes formatting
corrects readme link
corrects the README file to refer to the correct directory for the getting started content
* removes extra line, adds some clarification for dealing with errors on converge
* adds corrections
* adds in changes to the instance size and a note to add the user ip to the default security group
* Add getting started guide work to change log
* Add Nell Shamrell-Harrington to gemspec authors
* Add support for Terraform 0.7 list outputs
* Remove rebase errors
* Correct driver dependency validation and creation
Validation of the installed Terraform version moves to
exist
* Update Inspec to 1.0.0
* Move color accessor to switch module
* Add show command
* Don't destroy if state does not exist
fixes #40
* Correct behaviour of driver #destroy test
* Strip color and newlines from show output
* Add deprecation warning for Terraform v0.6
* Only call `terraform version` once
* Update Terraform dependency description
* Update description of plugins' behaviours
* Add Michael Glenney to the gemspec authors
* Update change log for 0.3.0
* Add Reek to Guard
* Remove InspecRunner#add(target:)
InSpec v0.33.0 deprecated the options parameter of
Inspec::Runner#add_target(target, options = {}) so this method is no
longer necessary
* Focus Reek on the same files as Rubocop
* Add Bundler Guard plugin
* Add bundler-audit Guard plugin
* Add Flay
* Add RubyCritic
* Log 0.3.0 release date