Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Latest commit

 

History

History
74 lines (38 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 2.3 KB

2.2.1 (April 27, 2021)

SECURITY:

2.2.0 (April 01, 2021)

NOTES:

In this release, we upgraded to a version of terraform-exec that surfaces numbers in state as json.Number instead of float64. You may need to update your type assertions against numbers in state.

ENHANCEMENTS:

  • Added support for Terraform 0.15 (#45)

2.1.3 (February 22, 2021)

BUG FIXES:

  • Fix compilation error from go-getter (#44)

2.1.2 (September 15, 2020)

BUG FIXES:

  • Fix plan output to be in a human-friendly format (#40)

2.1.1 (September 9, 2020)

BUG FIXES:

  • Fix propagation of plugin reattach information (#38)

2.1.0 (September 2, 2020)

FEATURES:

  • Added the ability to create destroy plans. (#37)

ENHANCEMENTS:

  • Normalised internal Terraform CLI commands using github.com/hashicorp/terraform-exec module. (#35)

2.0.0 (August 10, 2020)

FEATURES:

  • Simplified API signatures to reflect no longer needing provider name (#32)
  • Implement SavedPlanStdout which captures a non-json stdout run of terraform show of a planfile (#34)

1.4.4 (July 10, 2020)

BUG FIXES:

  • Fix Windows bug in versions of Terraform below 0.13.0-beta2 (#30)

1.4.3 (July 7, 2020)

DEPENDENCIES:

1.4.2 (July 7, 2020)

DEPENDENCIES:

1.4.1 (July 7, 2020)

BUG FIXES:

  • Fix auto-install Terraform feature (#26)