Skip to content

0.4.1 (September 25, 2016)

Compare
Choose a tag to compare
@yuhunglin yuhunglin released this 25 Sep 20:41
· 258 commits to master since this release

FEATURES:

  • Terraform rake tasks now accept runtime arguments, ie: rake example:module_test:plan[1,2] -- --no-drift --help

IMPROVEMENTS:

  • Change COVALENCE_CONFIG to default to covalence.yaml
  • Gem spec enforce Ruby version >= 2.0.0

FIXES:

  • Terraform path handling when terraform is ran in a docker container context. Volume is mounted at the TERRAFORM_DIR base, workdir is a relative subpath to the TERRAFORM_DIR base.
  • Fixed shell interpolation bug for terraform 0.7.x inputs, which currently forces string types.