Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz committed Feb 22, 2022
1 parent 1be7bf8 commit 0d91fdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FEATURES:
- 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))
- Add support for `color`, option (defaults to `no-color` ) ([#264](https://github.com/hashicorp/terraform-exec/issues/264))

# 0.15.0 (October 05, 2021)

Expand Down Expand Up @@ -125,12 +126,12 @@ FEATURES:

BREAKING CHANGES:
- Add `-detailed-exit-code` to `Terraform.Plan` calls, `Terraform.Plan` now also returns a bool indicating if any diff is present ([#55](https://github.com/hashicorp/terraform-exec/issues/55))

FEATURES:
- Added `Terraform.SetAppendUserAgent` for User-Agent management from consuming applications ([#46](https://github.com/hashicorp/terraform-exec/issues/46))
- Added `Terraform.WorkspaceList`, `Terraform.WorkspaceNew`, and `Terraform.WorkspaceSelect` along with the `ErrNoWorkspace` error to indicate a workspace does not exist ([#56](https://github.com/hashicorp/terraform-exec/issues/56))
- Added support for using multiple `VarFile` options ([#61](https://github.com/hashicorp/terraform-exec/issues/61))

BUG FIXES:
- Fix bug with checking for empty path before executing version command ([#62](https://github.com/hashicorp/terraform-exec/issues/62))

Expand Down

0 comments on commit 0d91fdc

Please sign in to comment.