Skip to content

Commit 7be8fe1

Browse files
author
Terraform SDK CircleCI
committed
v0.16.0 [skip ci]
1 parent a9e8f3a commit 7be8fe1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# 0.16.0 (Unreleased)
1+
# 0.16.0 (January 31, 2022)
22

33
This release removes the experimental `tfinstall` package. We recommend users of `tfinstall` switch to https://github.com/hashicorp/hc-install.
44

55
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.
66

77
BREAKING CHANGES:
88

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))
1111

1212
FEATURES:
1313

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))
2121

2222
# 0.15.0 (October 05, 2021)
2323

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

3-
const version = "0.15.0"
3+
const version = "0.16.0"
44

55
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
66
// This is a function to allow for future possible enhancement using debug.BuildInfo.

0 commit comments

Comments
 (0)