|
1 |
| -# 0.16.0 (Unreleased) |
| 1 | +# 0.16.0 (January 31, 2022) |
2 | 2 |
|
3 | 3 | This release removes the experimental `tfinstall` package. We recommend users of `tfinstall` switch to https://github.com/hashicorp/hc-install.
|
4 | 4 |
|
5 | 5 | 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.
|
6 | 6 |
|
7 | 7 | BREAKING CHANGES:
|
8 | 8 |
|
9 |
| - - Remove `tfinstall` and `cmd/tfinstall` packages [GH-235] |
10 |
| - - Remove support for `add` command [GH-232] |
| 9 | + - Remove `tfinstall` and `cmd/tfinstall` packages ([#235](https://github.com/hashicorp/terraform-exec/issues/235)) |
| 10 | + - Remove support for `add` command ([#232](https://github.com/hashicorp/terraform-exec/issues/232)) |
11 | 11 |
|
12 | 12 | FEATURES:
|
13 | 13 |
|
14 |
| - - Add support for `workspace delete` command [GH-212] |
15 |
| - - Add support for `workspace show` command [GH-245] |
16 |
| - - Add support for `force-unlock` command [GH-223] |
17 |
| - - Add support for `graph` command [GH-257] |
18 |
| - - Add support for `taint` command [GH-251] |
19 |
| - - Add support for `untaint` command [GH-251] |
20 |
| - - Add `ErrStatePlanRead`, returned when Terraform cannot read a given state or plan file [GH-273] |
| 14 | + - Add support for `workspace delete` command ([#212](https://github.com/hashicorp/terraform-exec/issues/212)) |
| 15 | + - Add support for `workspace show` command ([#245](https://github.com/hashicorp/terraform-exec/issues/245)) |
| 16 | + - Add support for `force-unlock` command ([#223](https://github.com/hashicorp/terraform-exec/issues/223)) |
| 17 | + - Add support for `graph` command ([#257](https://github.com/hashicorp/terraform-exec/issues/257)) |
| 18 | + - Add support for `taint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251)) |
| 19 | + - Add support for `untaint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251)) |
| 20 | + - Add `ErrStatePlanRead`, returned when Terraform cannot read a given state or plan file ([#273](https://github.com/hashicorp/terraform-exec/issues/273)) |
21 | 21 |
|
22 | 22 | # 0.15.0 (October 05, 2021)
|
23 | 23 |
|
|
0 commit comments