Skip to content

Commit

Permalink
Update CHANGELOG for 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed May 31, 2022
1 parent 09a236a commit ab57299
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.17.0 (May 31, 2022)

NOTES:

* helper/resource: Provider references or external installation can now be handled at either the `TestCase` or `TestStep` level. Using the `TestStep` handling, advanced use cases are now enabled such as state upgrade acceptance testing. ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))

ENHANCEMENTS:

* helper/resource: Added `TestStep` type `ExternalProviders`, `ProtoV5ProviderFactories`, `ProtoV6ProviderFactories`, and `ProviderFactories` fields ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))

BUG FIXES:

* helper/resource: Removed extraneous `terraform state show` command when not using the `TestStep` type `Taint` field ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))

# 2.16.0 (May 10, 2022)

ENHANCEMENTS:
Expand Down

0 comments on commit ab57299

Please sign in to comment.