| # 0.16.0 (January 31, 2022) |
| |
| This release removes the experimental `tfinstall` package. We recommend users of `tfinstall` switch to https://github.com/hashicorp/hc-install. |
| |
| Please note also terraform-exec's Go version support policy, which, like Go's own release policy, commits to supporting the last two major releases. This means that currently terraform-exec requires Go 1.17 or later. |
| |
| BREAKING CHANGES: |
| |
| - Remove `tfinstall` and `cmd/tfinstall` packages ([#235](https://github.com/hashicorp/terraform-exec/issues/235)) |
| - Remove support for `add` command ([#232](https://github.com/hashicorp/terraform-exec/issues/232)) |
| |
| FEATURES: |
| |
| - Add support for `workspace delete` command ([#212](https://github.com/hashicorp/terraform-exec/issues/212)) |
| - Add support for `workspace show` command ([#245](https://github.com/hashicorp/terraform-exec/issues/245)) |
| - Add support for `force-unlock` command ([#223](https://github.com/hashicorp/terraform-exec/issues/223)) |
| - Add support for `graph` command ([#257](https://github.com/hashicorp/terraform-exec/issues/257)) |
| - Add support for `taint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251)) |
| - Add support for `untaint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251)) |
| - Add `ErrStatePlanRead`, returned when Terraform cannot read a given state or plan file ([#273](https://github.com/hashicorp/terraform-exec/issues/273)) |