Skip to content

Commit

Permalink
v0.16.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Jan 31, 2022
1 parent a9e8f3a commit 7be8fe1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
@@ -1,23 +1,23 @@
# 0.16.0 (Unreleased)
# 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 [GH-235]
- Remove support for `add` command [GH-232]
- 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 [GH-212]
- Add support for `workspace show` command [GH-245]
- Add support for `force-unlock` command [GH-223]
- Add support for `graph` command [GH-257]
- Add support for `taint` command [GH-251]
- Add support for `untaint` command [GH-251]
- Add `ErrStatePlanRead`, returned when Terraform cannot read a given state or plan file [GH-273]
- 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))

# 0.15.0 (October 05, 2021)

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
@@ -1,6 +1,6 @@
package version

const version = "0.15.0"
const version = "0.16.0"

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

0 comments on commit 7be8fe1

Please sign in to comment.